SlideShare a Scribd company logo
1 of 56
Download to read offline
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Builders Online Series
AWS 에서 DevOps 시작하기
정영준
AWS 솔루션즈 아키텍트
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Table of contents
아마존의 DevOps 접근 방법
Culture
Practices
Tooling
DevOps 를 위한 AWS 도구들 알아보기
추가정보
DevOps 소개
운영 책임 모델의 변화
소프트웨어 딜리버리의 발전
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
DevOps 란 무엇일까요?
소프트웨어 개발과 정보 기술 운영을 결합한
문화 철학, 사례 및 도구의 조합입니다.
이러한 사례를 통해 기업은 새 애플리케이션
기능과 개선된 서비스를 더욱 빠른 속도로
고객에게 전달할 수 있습니다.
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
혁신적인 DevOps 를 위한 변화
오퍼레이션
모델
아키텍처
패턴
소프트웨어
배포
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon 의 DevOps
(마이크로서비스, 2 피자팀)
(프로세스 표준화, 템플릿)
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
모놀리스 개발 라이프 사이클
monitorreleasetestbuild
개발자
운영 파이프 라인
서비스
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
모놀리스 개발 라이프 사이클
monitorreleasetestbuild
개발자
운영 파이프 라인
서비스
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
모놀리스 개발 라이프 사이클
개발자
운영 파이프라인
서비스
monitorreleasetestbuild
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Microservice development lifecycle
개발자 서비스
monitorreleasetestbuild
운영 파이프 라인
monitorreleasetestbuild
monitorreleasetestbuild
monitorreleasetestbuild
monitorreleasetestbuild
monitorreleasetestbuild
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
작은 단위로 서비스를 나누는 원칙
• 데이터 도메인 생성
• 스케일링(확장) 단위 기반으로 분리 (기능단위 X )
• 각각의 서비스를 별도의 운영
“Communication is terrible!” —Jeff Bezos
• APIs (contracts)를 사용한 서비스간 통신
• 유닛을 가능한 한 작게 (Primitives)
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
조직 (재)구성
“투-피자” 팀
• 서비스를 직접 운영
• 사회적 제약 최소화
(Conway의 법칙)
• 결정을 내리는 자율성
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
조직 (재)구성
작은 개발팀이 어떻게 이것을 다 할 수 있을까요?
모든 것을 개발팀이 직접 한다
• 계획
• 보안
• 성능
• 확장
• 배포/전개
• 운영
• 버그
• 문서화
• 테스팅…
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
개발 중간 단계 프로덕션
모든 것을 자동화
속도가 중요 품질이 중요
Box Fleet
Box Fleet
Box Fleet
R1
R2
R3Integration
Load
Security
Master
Small changes
Fully automated
deployment
Pessimistic
rules & tests
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
현대적 애플리케이션 요구사항
현대적 애플리케이션
• 한가지 목적
• 독립 배포
• 독립적 인 확장
• 변화에 따른 영향력을 최소화
• 개별적인 기술 선택
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
현대적 애플리케이션 요구사항
현대적 애플리케이션
• 독립적으로 확장 가능한
마이크로 서비스 사용
(서버리스, 컨테이너 ...)
• API를 통해 연결
• 지속적으로 업데이트 제공
• 변화에 빠르게 적응
• 글로벌 수준으로 손쉽게
확장
• 내결함성
• 상태 및 지속성을주의 깊게
관리
• 보안 기능 내장
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
2 명의 시스템
엔지니어
45 명 이상의 개발자
셀프 서비스
인프라 도구
HIPAA 요구 사항
1000 개 이상의
인스턴스를 5 명의
운영 인력
수백 개의 마이크로
서비스
AWS를 확장하는
셀프 서비스 도구
거의 전적으로 t2
인스턴스
"성수기 동안 40 개
이상의 동시 실험
배포"
마이너 리그 게임 및
이벤트 중에
대규모로
확장하였다가
비시즌에는 셧다운
다양한 산업군에 적용되는 DevOps
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
DevOps 파이프라인 예제
• 가능한 한 가장 범위로 작업
• 지역 코드 분기 만
• 로컬에서 개발 및 테스트
• 종속성을 명시 적으로 정의
(테스트에 필요한 종속성
포함)
• 검토를 위해 변경 사항 게시
Developer
workstation
AWS
CodeCommit
Developer
AWS account
Code review
개발단계 중간단계 프로덕션단계
개발과 배포, 테스트에서 빠른 속도가 중요
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
DevOps 파이프라인 예제
Dependenciesr
unt
Code review Package and build
개발단계 중간단계 프로덕션
• 단위 테스트 빌드 및 실행
• 코드 및 런타임 종속성을
결합 된 아티팩트로 번들링
• 의존성 상관관계 추적
철저한 검증이 중요
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
DevOps 파이프라인 예제
encies Package and build
개발단계 중간단계 프로덕션
Looking for any reason to fail
베타
• 환경만 분리하여
가혹한 테스트
• 파괴적 또는 기타
테스트 실행
감마
• 격리되었지만
"프로덕션"과 같은
환경에서 테스트
• 완전한 '엔드 투
엔드'통합 테스트 실행
프로덕션
• 작게 시작하여 팬
아웃
• 웨이브로 배포하고 각
웨이브 시간을
'베이킹'할
시간을줍니다.
• 베이킹 모니터는
일반적으로 더
자세하게 상황
모니터링
성공시에만 승격, 테스트 실패 롤백, 베이킹 실패시 중지
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
CI/CD 를 위한 AWS 개발자 도구
AWS CodeBuild +
Third Party
AWS CodeCommit AWS CodeBuild AWS CodeDeploy AWS X-Ray
소스 빌드 테스트 배포 모니터
AWS CodePipeline
Amazon CloudWatch
Amazon
DevOps Guru
AWS 의 다양한 엔터프라이즈급 DevOps 도구
CI/CD Tools Monitoring & Tracing
SDKs
IDE
IDE and DevOps Toolkits CLI and Scripting Tools
Infrastructure as Code
AWS Cloud Dev.
Kit (CDK)
Web Apps
Mobile
AWS
Amplify
Amazon
Corretto
Languages
Machine Learning
Amazon
CodeGuru
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS 개발자 도구는 서버리스 마이크로 서비스를
지원하도록 특별히 제작되었습니다.
• Support for Lambda
deployment with
CodePipline and
CloudFormation
• Support for rolling and
blue/green Lambda
deployments with
CodeDeploy
• Support for Fargate and ECS
deployments in CodePipeline
• CodePipeline supports
Config for improved
governance
• CodePipeline supports ECR as a
source
• Support for blue/green deployments
for Fargate and ECS with
CodeDeploy
• Support for serverless python apps in
AWS Toolkit for PyCharm
2016 20182017
NOV NOV DEC OCT NOV NOV
2019
• General availability of the AWS
CDK
• General availability of AWS
Toolkit for IntelliJ and AWS
Toolkit for VS Code w/support
for serverless apps
DEC
2020
• General availability of the
DevOps Guru
• General availability of Code
Guru Python Support
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
DevOps 에서의 운영 책임 모델 변화
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS 운영 책임 모델
On-Premises Cloud
Less More
Compute Virtual Machine
EC2 Elastic Beanstalk AWS LambdaFargate
Databases MySQL MySQL on EC2
RDS MySQL RDS Aurora Aurora Serverless DynamoDB
Storage Storage
S3
Messaging ESBs
Amazon MQ Kinesis SQS / SNS
Analytics
Hadoop Hadoop on EC2 EMR Elasticsearch Service Athena
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
서버리스 란 무엇입니까?
인프라 프로비저닝,
관리가 필요 없음
자동화된 확장
사용한 만큼 지불 고가용성 및 보안
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS
Lambda
AWS
Fargate
Amazon
API Gateway
Amazon
SNS
Amazon
SQS
AWS
Step Functions
COMPUTE
DATA STORES
INTEGRATION
Amazon Aurora
Serverless
Amazon
S3
Amazon
DynamoDB
AWS
AppSync
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
컨테이너는 현대화된
애플리케이션을 운영하기 위한
최고 도구입니다.
Amazon Elastic
Container Kubernetes
AWS FargateAmazon Elastic
Container Registry
Amazon Elastic
Container Service
AWS App Mesh AWS Cloud Map Amazon
CloudWatch logs
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
소프트웨어 딜리버리의 발전
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
소프트웨어 제공을 위한 마이크로 서비스 FAQ
분산 아키텍처에서 임시
리소스를 모니터링하려면
어떻게해야 합니까?
모범 사례를 어떻게
만들고 적용 합니까?
Lambda 애플리케이션을
작성하고 디버깅하려면
어떻게해야합니까?
많은 서비스에 대한 릴리스
프로세스를 어떻게
관리합니까?
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
인프라를 가장 잘 모델링하고 프로비저닝하려면
어떻게해야 할까요?
Developer AWS
CodeCommit
AWS CodeBuild
AWS
CloudFormation
Amazon SNS
Amazon S3
bucket
AWS
stack
stack
stack
pre-create
create stacks
post-create
deploy
AWS CodePipeline
region
region
region
cfn-nag
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS Cloud Development Kit
CDK Application
CloudFormation
Template
Stack(s)
Construct Construct
Resources
AWS
CloudFormation
Amazon Simple
Queue Service
AWS Lambda Amazon S3
bucket
Amazon
DynamoDB
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
CDK: 애플리케이션 패키징CDK: VPC 생성
//
// create VPC w/ public and private subnets in 2 AZ
// this also creates a NAT Gateway
//
const vpc = new ec2.Vpc(this, 'NewsBlogVPC', {
maxAzs : 2
});
//
// create static web site as S3 assets
//
var path = require('path');
const asset = new assets.Asset(this, ’YourSampleApp', {
path: path.join(__dirname, '../html')
});
// define a user data script to install & launch our app
const userData = UserData.forLinux();
userData.addCommands('yum install -y nginx’,
'chkconfig nginx on', 'service nginx start’);
userData.addCommands(`aws s3 cp s3://${asset.s3BucketName}/${asset.s3ObjectKey} .`,
`unzip *.zip`,
`/bin/cp -r -n ${env}/* /usr/share/nginx/html/`);
CDK: 서버 부트스트래핑
// create an auto scaling group for each environment
const asg = new autoscaling.AutoScalingGroup(this, 'YourAppgAutoScalingGroup
' , {
vpc,
instanceType: ec2.instanceType.of(ec2.instanceClass.BURSTABLE3,
ec2.instanceSize.MiCRO),
machineimage: new ec2.AmazonLinuximage(),
desiredCapacity: 2,
role: role,
userData: userData
});
CDK: Auto Scaling Group 생성
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
CDK: 개별 개발환경 배포
CloudFormation
Template
“compiler”
CDK CLI
“processor”
“assembly
language”
“source”
synthesize deployexecutes
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
지속적인 배포
Merge PR
into trunk
Hook
pull code
Developer
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
개발 인프라를 IaC 로 배포
// create the source action (github)
const sourceOutput = new pipeline.Artifact();
const sourceAction = new pipeline_actions.GitHubSourceAction({
actionName: "GitHubTrigger",
owner: github.owner,
repo: github.repo,
oauthToken: cdk.SecretValue.secretsManager(github.secret_manager_secret_name),
output: sourceOutput,
branch: 'master'
});
// create the build action
const buildProject = new codebuild.PipelineProject(pipelineStack, 'CodeBuildProje
ct', {
projectName: 'DockerBuild',
buildSpec: BuildSpec.fromSourceFilename('nginx/buildspec.yml'),
environment: {
buildimage: codebuild.LinuxBuildimage.STANDARD_2_0,
privileged: true
}
});
// add codebuild permissions to access ECR (to push the image to the repo)
const role = <Role>buildProject.role;
role.addManagedPolicy(ManagedPolicy.fromAwsManagedPolicyName('AmazonEC2ContainerR
egistryPowerUser'));
const buildOutput = new pipeline.Artifact();
const buildAction = new pipeline_actions.CodeBuildAction({
actionName: 'CodeBuildDockerimage',
project: buildProject,
input: sourceOutput,
outputs: [buildOutput]
});
const deployAction = new irEcsDeployAction({
actionName: 'Deploy',
serviceName: ecs.serviceName,
clusterName: ecs.clusterName,
input: buildOutput,
});
// finally, create the pipeline
const codePipeline = new pipeline.Pipeline(pipelineStack, 'Pipeline', {
pipelineName: 'ECSDeploy',
stages: [
{
stageName: 'GetSource',
actions: [sourceAction],
},
{
stageName: 'BuildDockerimage',
actions: [buildAction]
},
{
stageName: 'DeployToEcs',
actions: [deployAction]
}
],
});
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
블루-그린 배포
100%
Prod
traffic
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
블루-그린 배포
Target
group 2
100%
Prod
traffic
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
블루-그린 배포
Green tasks:
v2 code
그린 테스크 프로비전
100%
Prod
traffic
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
블루-그린 배포
그린 테스크가 prod 트래픽을 수신하기 전에 테스트 엔드 포인트에 대해 후크
0%
Prod
traffic
100%
Prod
traffic
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
블루-그린 배포
그린 테스크로 트래픽 전환, 장애 발생시 롤백
80%
Prod
traffic
20%
Prod
traffic
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
블루-그린 배포
블루 테스크 제거
0%
Prod
traffic
100%
Prod
traffic
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
고급 DevOps 도구
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Netflix Guide to Microservices - infoQ
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
대규모 DevOps 운영 과제
Operational challenges at scale
DevOps 파이프라인에서 발생하는 데이터 볼륨이 크고 단계별로
서로 이질적인 패턴
문제가 발생하면 사용자는 데이터 소스와 도구를 수동으로 상호
연결하는 데 많은 시간과 노력을 소비
새로운 서비스가 채택됨에 따라 새로운 경보 및 모니터링 절차를
구성하려면 심층적 인 DevOps / CloudOps 전문 지식이 필요
여러 도구의 경보 및 알림으로 인해 경보 피로가 발생하고 가장
중요한 문제를 식별하지 못함
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon DevOps Guru
애플리케이션 가용성을 향상시키는 ML 기반 클라우드 운영 서비스
DevOps Guru는 ML 기반 서비스로,
개발자와 운영자가 문제를 자동으로
감지하여 애플리케이션 가용성을
개선하고 비용이 많이 드는 다운
타임을 줄일 수 있습니다. 머신 러닝
경험이 필요하지 않습니다.
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Why Amazon
DevOps Guru?
No configuration or ML experience required
손쉬운 사용법
DevOps Guru continuously analyzes streams of disparate
data and metrics to determine application behavior
운영 문제 자동 감지
Helps to resolve issues quickly with ML-powered
insights and recommendations
빠른 해결
Easily scales and maintains availability
as new AWS workloads are added
확장성
Helps overcome alarm fatigue by automatically
correlating and grouping related anomalies
노이즈 억제
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon DevOps Guru
Leverage Amazon DevOps Guru’s machine learning capabilities
• 심각도가 높은 사고 이상을 감지하고 노이즈를 제거합니다.
• 장애에 의해 트리거 된 관련 메트릭의 이상, 추적, 변경 및 로그
이벤트를 상호 연관시킵니다.
• 상황 별 데이터로 장애를 인식
• 근본 원인이 될만한 가능성을 식별
• 문제를 더 빨리 해결하도록 지원
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
DevOps Guru 적용 방법
Amazon DevOps Guru (Public Preview)
OpsCenter, SNS 및 타사
플랫폼과 통합
SNS
전체 계정 또는 특정 CFN 스택
선택
Account CloudFormation
Stack
OR
범위 선택
DevOps Guru는 통계 / 로그
분석을 시작하여 통찰력을 생성
인사이트 생성 워크플로우와 통합
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
결론
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
The AWS Developer Tools
다양한 엔터프라이즈
급 도구 세트
AWS에는 광범위한 사용 사례를
대규모로 지원하도록 설계된 강력한
도구 세트
현대화 애플리케이션
개발을 위한 구축
솔루션
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Helpful Links
https://aws.amazon.com/products/developer-tools
https://aws.amazon.com/developer
https://aws.amazon.com/blogs/devops
https://aws.amazon.com/devops
https://aws.amazon.com/devops-guru/
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS 디지털 교육
aws.amazon.com/training
주요 교육
• AWS Cloud Practitioner Essentials (Second Edition)
AWS 클라우드 기초에 대해 학습하고, 기초 자격증인 AWS Certified Cloud
Practitioner 시험을 준비할 수 있습니다.
• AWS Security Fundamentals
AWS 액세스 제어 및 관리, 거버넌스, 로깅, 그리고 암호화 방법을 포함한
기본적인 클라우드 컴퓨팅 및 AWS 보안 개념에 대해 알아봅니다.
• AWS Database Offerings
데이터베이스 기술 및 아키텍처에 대한 기본 개요를 제공하며,
다양한 AWS 데이터베이스 서비스를 소개합니다.
• Data Analytics Fundamentals
다양한 데이터 분석 프로세스에 대해 학습하며, 데이터 분석 솔루션을
구축하고 개선하는 데 도움이 되는 AWS 서비스 및 솔루션을 소개합니다.
550개 이상의
무료 디지털 교육 및
심층적 강의실 교육을 통해
클라우드 기술 역량을
업그레이드 하세요!
AWS Builders Online Series에
참석해주셔서 대단히 감사합니다.
aws-korea-marketing@amazon.com
twitter.com/AWSKorea
facebook.com/amazonwebservices.ko
youtube.com/user/AWSKorea
slideshare.net/awskorea
twitch.tv/aws
저희가 준비한 내용, 어떻게 보셨나요?
더 나은 세미나를 위하여 설문을 꼭 작성해 주시기 바랍니다.
Thank you
© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Builders Online Series

More Related Content

What's hot

IDC 서버 몽땅 AWS로 이전하기 위한 5가지 방법 - 윤석찬 (AWS 테크에반젤리스트)
IDC 서버 몽땅 AWS로 이전하기 위한 5가지 방법 - 윤석찬 (AWS 테크에반젤리스트) IDC 서버 몽땅 AWS로 이전하기 위한 5가지 방법 - 윤석찬 (AWS 테크에반젤리스트)
IDC 서버 몽땅 AWS로 이전하기 위한 5가지 방법 - 윤석찬 (AWS 테크에반젤리스트) Amazon Web Services Korea
 
AWS Black Belt Techシリーズ AWS Data Pipeline
AWS Black Belt Techシリーズ  AWS Data PipelineAWS Black Belt Techシリーズ  AWS Data Pipeline
AWS Black Belt Techシリーズ AWS Data PipelineAmazon Web Services Japan
 
[WhaTap DevOps Day] 세션 4 : 롯데ON MSA 모니터링 최적화 사례
[WhaTap DevOps Day] 세션 4 : 롯데ON MSA 모니터링 최적화 사례[WhaTap DevOps Day] 세션 4 : 롯데ON MSA 모니터링 최적화 사례
[WhaTap DevOps Day] 세션 4 : 롯데ON MSA 모니터링 최적화 사례WhaTap Labs
 
20190522 AWS Black Belt Online Seminar AWS Step Functions
20190522 AWS Black Belt Online Seminar AWS Step Functions20190522 AWS Black Belt Online Seminar AWS Step Functions
20190522 AWS Black Belt Online Seminar AWS Step FunctionsAmazon Web Services Japan
 
Secured API Acceleration with Engineers from Amazon CloudFront and Slack
Secured API Acceleration with Engineers from Amazon CloudFront and SlackSecured API Acceleration with Engineers from Amazon CloudFront and Slack
Secured API Acceleration with Engineers from Amazon CloudFront and SlackAmazon Web Services
 
Amazon Sagemaker Studio를 통한 ML개발하기 - 소성운(크로키닷컴) :: AWS Community D...
Amazon Sagemaker Studio를 통한 ML개발하기 - 소성운(크로키닷컴) :: AWS Community D...Amazon Sagemaker Studio를 통한 ML개발하기 - 소성운(크로키닷컴) :: AWS Community D...
Amazon Sagemaker Studio를 통한 ML개발하기 - 소성운(크로키닷컴) :: AWS Community D...AWSKRUG - AWS한국사용자모임
 
20190319 AWS Black Belt Online Seminar Amazon FSx for Windows Server
20190319 AWS Black Belt Online Seminar Amazon FSx for Windows Server20190319 AWS Black Belt Online Seminar Amazon FSx for Windows Server
20190319 AWS Black Belt Online Seminar Amazon FSx for Windows ServerAmazon Web Services Japan
 
AWS Black Belt Techシリーズ リザーブドインスタンス & スポットインスタンス
AWS Black Belt Techシリーズ リザーブドインスタンス & スポットインスタンスAWS Black Belt Techシリーズ リザーブドインスタンス & スポットインスタンス
AWS Black Belt Techシリーズ リザーブドインスタンス & スポットインスタンスAmazon Web Services Japan
 
AWS Summit Seoul 2023 | Amazon EKS, 중요한 건 꺾이지 않는 안정성
AWS Summit Seoul 2023 | Amazon EKS, 중요한 건 꺾이지 않는 안정성AWS Summit Seoul 2023 | Amazon EKS, 중요한 건 꺾이지 않는 안정성
AWS Summit Seoul 2023 | Amazon EKS, 중요한 건 꺾이지 않는 안정성Amazon Web Services Korea
 
금융권 최신 AWS 도입 사례 총정리 – 신한 제주 은행, KB손해보험 사례를 중심으로 - 지성국 사업 개발 담당 이사, AWS / 정을용...
금융권 최신 AWS 도입 사례 총정리 – 신한 제주 은행, KB손해보험 사례를 중심으로 - 지성국 사업 개발 담당 이사, AWS / 정을용...금융권 최신 AWS 도입 사례 총정리 – 신한 제주 은행, KB손해보험 사례를 중심으로 - 지성국 사업 개발 담당 이사, AWS / 정을용...
금융권 최신 AWS 도입 사례 총정리 – 신한 제주 은행, KB손해보험 사례를 중심으로 - 지성국 사업 개발 담당 이사, AWS / 정을용...Amazon Web Services Korea
 
AWS Summit Seoul 2023 | Amazon EKS 데이터 전송 비용 절감 및 카오스 엔지니어링 적용 사례
AWS Summit Seoul 2023 | Amazon EKS 데이터 전송 비용 절감 및 카오스 엔지니어링 적용 사례AWS Summit Seoul 2023 | Amazon EKS 데이터 전송 비용 절감 및 카오스 엔지니어링 적용 사례
AWS Summit Seoul 2023 | Amazon EKS 데이터 전송 비용 절감 및 카오스 엔지니어링 적용 사례Amazon Web Services Korea
 
Amazon EKS - Elastic Container Service for Kubernetes
Amazon EKS - Elastic Container Service for KubernetesAmazon EKS - Elastic Container Service for Kubernetes
Amazon EKS - Elastic Container Service for KubernetesAmazon Web Services
 
20191016 AWS Black Belt Online Seminar Amazon Route 53 Resolver
20191016 AWS Black Belt Online Seminar Amazon Route 53 Resolver20191016 AWS Black Belt Online Seminar Amazon Route 53 Resolver
20191016 AWS Black Belt Online Seminar Amazon Route 53 ResolverAmazon Web Services Japan
 
Under the Hood of Amazon Route 53 (ARC408-R1) - AWS re:Invent 2018
Under the Hood of Amazon Route 53 (ARC408-R1) - AWS re:Invent 2018Under the Hood of Amazon Route 53 (ARC408-R1) - AWS re:Invent 2018
Under the Hood of Amazon Route 53 (ARC408-R1) - AWS re:Invent 2018Amazon Web Services
 
AWS Summit Seoul 2023 | 새로운 금융 서비스 출시 시 Agility 확보 방안
AWS Summit Seoul 2023 | 새로운 금융 서비스 출시 시 Agility 확보 방안AWS Summit Seoul 2023 | 새로운 금융 서비스 출시 시 Agility 확보 방안
AWS Summit Seoul 2023 | 새로운 금융 서비스 출시 시 Agility 확보 방안Amazon Web Services Korea
 
AWS 상의 컨테이너 서비스 소개 ECS, EKS - 이종립 / Principle Enterprise Evangelist @베스핀글로벌
AWS 상의 컨테이너 서비스 소개 ECS, EKS - 이종립 / Principle Enterprise Evangelist @베스핀글로벌AWS 상의 컨테이너 서비스 소개 ECS, EKS - 이종립 / Principle Enterprise Evangelist @베스핀글로벌
AWS 상의 컨테이너 서비스 소개 ECS, EKS - 이종립 / Principle Enterprise Evangelist @베스핀글로벌BESPIN GLOBAL
 
AWS Summit Seoul 2023 | 100만명이 사용하는 GenerativeAI 이루다를 만들면서 배운 것 : 스캐터랩의 AWS 활용법
AWS Summit Seoul 2023 | 100만명이 사용하는 GenerativeAI 이루다를 만들면서 배운 것 : 스캐터랩의 AWS 활용법AWS Summit Seoul 2023 | 100만명이 사용하는 GenerativeAI 이루다를 만들면서 배운 것 : 스캐터랩의 AWS 활용법
AWS Summit Seoul 2023 | 100만명이 사용하는 GenerativeAI 이루다를 만들면서 배운 것 : 스캐터랩의 AWS 활용법Amazon Web Services Korea
 
Cloud Migration 과 Modernization 을 위한 30가지 아이디어-박기흥, AWS Migrations Specialist...
Cloud Migration 과 Modernization 을 위한 30가지 아이디어-박기흥, AWS Migrations Specialist...Cloud Migration 과 Modernization 을 위한 30가지 아이디어-박기흥, AWS Migrations Specialist...
Cloud Migration 과 Modernization 을 위한 30가지 아이디어-박기흥, AWS Migrations Specialist...Amazon Web Services Korea
 

What's hot (20)

IDC 서버 몽땅 AWS로 이전하기 위한 5가지 방법 - 윤석찬 (AWS 테크에반젤리스트)
IDC 서버 몽땅 AWS로 이전하기 위한 5가지 방법 - 윤석찬 (AWS 테크에반젤리스트) IDC 서버 몽땅 AWS로 이전하기 위한 5가지 방법 - 윤석찬 (AWS 테크에반젤리스트)
IDC 서버 몽땅 AWS로 이전하기 위한 5가지 방법 - 윤석찬 (AWS 테크에반젤리스트)
 
Amazon VPC VPN接続設定 参考資料
Amazon VPC VPN接続設定 参考資料Amazon VPC VPN接続設定 参考資料
Amazon VPC VPN接続設定 参考資料
 
AWS Black Belt Techシリーズ AWS Data Pipeline
AWS Black Belt Techシリーズ  AWS Data PipelineAWS Black Belt Techシリーズ  AWS Data Pipeline
AWS Black Belt Techシリーズ AWS Data Pipeline
 
[WhaTap DevOps Day] 세션 4 : 롯데ON MSA 모니터링 최적화 사례
[WhaTap DevOps Day] 세션 4 : 롯데ON MSA 모니터링 최적화 사례[WhaTap DevOps Day] 세션 4 : 롯데ON MSA 모니터링 최적화 사례
[WhaTap DevOps Day] 세션 4 : 롯데ON MSA 모니터링 최적화 사례
 
20190522 AWS Black Belt Online Seminar AWS Step Functions
20190522 AWS Black Belt Online Seminar AWS Step Functions20190522 AWS Black Belt Online Seminar AWS Step Functions
20190522 AWS Black Belt Online Seminar AWS Step Functions
 
Secured API Acceleration with Engineers from Amazon CloudFront and Slack
Secured API Acceleration with Engineers from Amazon CloudFront and SlackSecured API Acceleration with Engineers from Amazon CloudFront and Slack
Secured API Acceleration with Engineers from Amazon CloudFront and Slack
 
Amazon Sagemaker Studio를 통한 ML개발하기 - 소성운(크로키닷컴) :: AWS Community D...
Amazon Sagemaker Studio를 통한 ML개발하기 - 소성운(크로키닷컴) :: AWS Community D...Amazon Sagemaker Studio를 통한 ML개발하기 - 소성운(크로키닷컴) :: AWS Community D...
Amazon Sagemaker Studio를 통한 ML개발하기 - 소성운(크로키닷컴) :: AWS Community D...
 
20190319 AWS Black Belt Online Seminar Amazon FSx for Windows Server
20190319 AWS Black Belt Online Seminar Amazon FSx for Windows Server20190319 AWS Black Belt Online Seminar Amazon FSx for Windows Server
20190319 AWS Black Belt Online Seminar Amazon FSx for Windows Server
 
AWS Black Belt Techシリーズ リザーブドインスタンス & スポットインスタンス
AWS Black Belt Techシリーズ リザーブドインスタンス & スポットインスタンスAWS Black Belt Techシリーズ リザーブドインスタンス & スポットインスタンス
AWS Black Belt Techシリーズ リザーブドインスタンス & スポットインスタンス
 
AWS Summit Seoul 2023 | Amazon EKS, 중요한 건 꺾이지 않는 안정성
AWS Summit Seoul 2023 | Amazon EKS, 중요한 건 꺾이지 않는 안정성AWS Summit Seoul 2023 | Amazon EKS, 중요한 건 꺾이지 않는 안정성
AWS Summit Seoul 2023 | Amazon EKS, 중요한 건 꺾이지 않는 안정성
 
금융권 최신 AWS 도입 사례 총정리 – 신한 제주 은행, KB손해보험 사례를 중심으로 - 지성국 사업 개발 담당 이사, AWS / 정을용...
금융권 최신 AWS 도입 사례 총정리 – 신한 제주 은행, KB손해보험 사례를 중심으로 - 지성국 사업 개발 담당 이사, AWS / 정을용...금융권 최신 AWS 도입 사례 총정리 – 신한 제주 은행, KB손해보험 사례를 중심으로 - 지성국 사업 개발 담당 이사, AWS / 정을용...
금융권 최신 AWS 도입 사례 총정리 – 신한 제주 은행, KB손해보험 사례를 중심으로 - 지성국 사업 개발 담당 이사, AWS / 정을용...
 
Introducing Amazon EKS
Introducing Amazon EKSIntroducing Amazon EKS
Introducing Amazon EKS
 
AWS Summit Seoul 2023 | Amazon EKS 데이터 전송 비용 절감 및 카오스 엔지니어링 적용 사례
AWS Summit Seoul 2023 | Amazon EKS 데이터 전송 비용 절감 및 카오스 엔지니어링 적용 사례AWS Summit Seoul 2023 | Amazon EKS 데이터 전송 비용 절감 및 카오스 엔지니어링 적용 사례
AWS Summit Seoul 2023 | Amazon EKS 데이터 전송 비용 절감 및 카오스 엔지니어링 적용 사례
 
Amazon EKS - Elastic Container Service for Kubernetes
Amazon EKS - Elastic Container Service for KubernetesAmazon EKS - Elastic Container Service for Kubernetes
Amazon EKS - Elastic Container Service for Kubernetes
 
20191016 AWS Black Belt Online Seminar Amazon Route 53 Resolver
20191016 AWS Black Belt Online Seminar Amazon Route 53 Resolver20191016 AWS Black Belt Online Seminar Amazon Route 53 Resolver
20191016 AWS Black Belt Online Seminar Amazon Route 53 Resolver
 
Under the Hood of Amazon Route 53 (ARC408-R1) - AWS re:Invent 2018
Under the Hood of Amazon Route 53 (ARC408-R1) - AWS re:Invent 2018Under the Hood of Amazon Route 53 (ARC408-R1) - AWS re:Invent 2018
Under the Hood of Amazon Route 53 (ARC408-R1) - AWS re:Invent 2018
 
AWS Summit Seoul 2023 | 새로운 금융 서비스 출시 시 Agility 확보 방안
AWS Summit Seoul 2023 | 새로운 금융 서비스 출시 시 Agility 확보 방안AWS Summit Seoul 2023 | 새로운 금융 서비스 출시 시 Agility 확보 방안
AWS Summit Seoul 2023 | 새로운 금융 서비스 출시 시 Agility 확보 방안
 
AWS 상의 컨테이너 서비스 소개 ECS, EKS - 이종립 / Principle Enterprise Evangelist @베스핀글로벌
AWS 상의 컨테이너 서비스 소개 ECS, EKS - 이종립 / Principle Enterprise Evangelist @베스핀글로벌AWS 상의 컨테이너 서비스 소개 ECS, EKS - 이종립 / Principle Enterprise Evangelist @베스핀글로벌
AWS 상의 컨테이너 서비스 소개 ECS, EKS - 이종립 / Principle Enterprise Evangelist @베스핀글로벌
 
AWS Summit Seoul 2023 | 100만명이 사용하는 GenerativeAI 이루다를 만들면서 배운 것 : 스캐터랩의 AWS 활용법
AWS Summit Seoul 2023 | 100만명이 사용하는 GenerativeAI 이루다를 만들면서 배운 것 : 스캐터랩의 AWS 활용법AWS Summit Seoul 2023 | 100만명이 사용하는 GenerativeAI 이루다를 만들면서 배운 것 : 스캐터랩의 AWS 활용법
AWS Summit Seoul 2023 | 100만명이 사용하는 GenerativeAI 이루다를 만들면서 배운 것 : 스캐터랩의 AWS 활용법
 
Cloud Migration 과 Modernization 을 위한 30가지 아이디어-박기흥, AWS Migrations Specialist...
Cloud Migration 과 Modernization 을 위한 30가지 아이디어-박기흥, AWS Migrations Specialist...Cloud Migration 과 Modernization 을 위한 30가지 아이디어-박기흥, AWS Migrations Specialist...
Cloud Migration 과 Modernization 을 위한 30가지 아이디어-박기흥, AWS Migrations Specialist...
 

Similar to AWS 에서 DevOps 시작하기 – 정영준, AWS 솔루션즈 아키텍트:: AWS Builders Online Series

AWS 서비스로 웹 애플리케이션 만들기 – 김주영, AWS 솔루션즈 아키텍트:: AWS Builders Online Series
AWS 서비스로 웹 애플리케이션 만들기 – 김주영, AWS 솔루션즈 아키텍트:: AWS Builders Online Series AWS 서비스로 웹 애플리케이션 만들기 – 김주영, AWS 솔루션즈 아키텍트:: AWS Builders Online Series
AWS 서비스로 웹 애플리케이션 만들기 – 김주영, AWS 솔루션즈 아키텍트:: AWS Builders Online Series Amazon Web Services Korea
 
스타트업에서 데이터 분석 시작하기 – 박진우, AWS 솔루션즈 아키텍트:: AWS Builders Online Series
스타트업에서 데이터 분석 시작하기 – 박진우, AWS 솔루션즈 아키텍트:: AWS Builders Online Series 스타트업에서 데이터 분석 시작하기 – 박진우, AWS 솔루션즈 아키텍트:: AWS Builders Online Series
스타트업에서 데이터 분석 시작하기 – 박진우, AWS 솔루션즈 아키텍트:: AWS Builders Online Series Amazon Web Services Korea
 
다양한 업무에 적합한 AWS의 스토리지 서비스 알아보기 – 김상현, AWS 솔루션즈 아키텍트:: AWS Builders Online Ser...
다양한 업무에 적합한 AWS의 스토리지 서비스 알아보기 – 김상현, AWS 솔루션즈 아키텍트:: AWS Builders Online Ser...다양한 업무에 적합한 AWS의 스토리지 서비스 알아보기 – 김상현, AWS 솔루션즈 아키텍트:: AWS Builders Online Ser...
다양한 업무에 적합한 AWS의 스토리지 서비스 알아보기 – 김상현, AWS 솔루션즈 아키텍트:: AWS Builders Online Ser...Amazon Web Services Korea
 
AWS 비용, 어떻게 사용하고 계신가요? - 비용 최적화를 위한 AWS의 다양한 툴 알아보기 – 허경원, AWS 클라우드 파이낸셜 매니저:...
AWS 비용, 어떻게 사용하고 계신가요? - 비용 최적화를 위한 AWS의 다양한 툴 알아보기 – 허경원, AWS 클라우드 파이낸셜 매니저:...AWS 비용, 어떻게 사용하고 계신가요? - 비용 최적화를 위한 AWS의 다양한 툴 알아보기 – 허경원, AWS 클라우드 파이낸셜 매니저:...
AWS 비용, 어떻게 사용하고 계신가요? - 비용 최적화를 위한 AWS의 다양한 툴 알아보기 – 허경원, AWS 클라우드 파이낸셜 매니저:...Amazon Web Services Korea
 
AWS 클라우드 환경에서의 VDI 환경 및 콜 센터 구축하기 – 조상만, AWS 솔루션즈 아키텍트:: AWS Builders Online...
 AWS 클라우드 환경에서의 VDI 환경 및 콜 센터 구축하기 – 조상만, AWS 솔루션즈 아키텍트:: AWS Builders Online... AWS 클라우드 환경에서의 VDI 환경 및 콜 센터 구축하기 – 조상만, AWS 솔루션즈 아키텍트:: AWS Builders Online...
AWS 클라우드 환경에서의 VDI 환경 및 콜 센터 구축하기 – 조상만, AWS 솔루션즈 아키텍트:: AWS Builders Online...Amazon Web Services Korea
 
AWS IAM과 친해지기 – 조이정, AWS 솔루션즈 아키텍트:: AWS Builders Online Series
AWS IAM과 친해지기 – 조이정, AWS 솔루션즈 아키텍트:: AWS Builders Online Series AWS IAM과 친해지기 – 조이정, AWS 솔루션즈 아키텍트:: AWS Builders Online Series
AWS IAM과 친해지기 – 조이정, AWS 솔루션즈 아키텍트:: AWS Builders Online Series Amazon Web Services Korea
 
2. Windows Azure
2. Windows Azure2. Windows Azure
2. Windows AzureGaryYoung
 
Act! Technical Training
Act! Technical TrainingAct! Technical Training
Act! Technical TrainingMike Lazarus
 
微软客户端技术纵览
微软客户端技术纵览微软客户端技术纵览
微软客户端技术纵览ntoskrnl
 
Containers on AWS - re:Invent Comes to London 2.0
Containers on AWS - re:Invent Comes to London 2.0Containers on AWS - re:Invent Comes to London 2.0
Containers on AWS - re:Invent Comes to London 2.0Amazon Web Services
 
Fleet Hub for AWS IoT Device Management のご紹介
Fleet Hub for AWS IoT Device Management のご紹介Fleet Hub for AWS IoT Device Management のご紹介
Fleet Hub for AWS IoT Device Management のご紹介Amazon Web Services Japan
 
Peer Code Review: In a Nutshell and The Tantric Team: Getting Your Automated ...
Peer Code Review: In a Nutshell and The Tantric Team: Getting Your Automated ...Peer Code Review: In a Nutshell and The Tantric Team: Getting Your Automated ...
Peer Code Review: In a Nutshell and The Tantric Team: Getting Your Automated ...Atlassian
 
High-Octane Dev Teams: Three Things You Can Do To Improve Code Quality
High-Octane Dev Teams: Three Things You Can Do To Improve Code QualityHigh-Octane Dev Teams: Three Things You Can Do To Improve Code Quality
High-Octane Dev Teams: Three Things You Can Do To Improve Code QualityAtlassian
 
Prototyping Adobe AIR Applications with Fireworks CS4
Prototyping Adobe AIR Applications with Fireworks CS4Prototyping Adobe AIR Applications with Fireworks CS4
Prototyping Adobe AIR Applications with Fireworks CS4Juan Sanchez
 
1.Ms 云计算平台介绍
1.Ms 云计算平台介绍1.Ms 云计算平台介绍
1.Ms 云计算平台介绍GaryYoung
 
Web Accessibility Gone Wild
Web Accessibility Gone WildWeb Accessibility Gone Wild
Web Accessibility Gone WildJared Smith
 
Inside Picnik: How We Built Picnik (and What We Learned Along the Way)
Inside Picnik: How We Built Picnik (and What We Learned Along the Way)Inside Picnik: How We Built Picnik (and What We Learned Along the Way)
Inside Picnik: How We Built Picnik (and What We Learned Along the Way)jjhuff
 

Similar to AWS 에서 DevOps 시작하기 – 정영준, AWS 솔루션즈 아키텍트:: AWS Builders Online Series (20)

AWS 서비스로 웹 애플리케이션 만들기 – 김주영, AWS 솔루션즈 아키텍트:: AWS Builders Online Series
AWS 서비스로 웹 애플리케이션 만들기 – 김주영, AWS 솔루션즈 아키텍트:: AWS Builders Online Series AWS 서비스로 웹 애플리케이션 만들기 – 김주영, AWS 솔루션즈 아키텍트:: AWS Builders Online Series
AWS 서비스로 웹 애플리케이션 만들기 – 김주영, AWS 솔루션즈 아키텍트:: AWS Builders Online Series
 
스타트업에서 데이터 분석 시작하기 – 박진우, AWS 솔루션즈 아키텍트:: AWS Builders Online Series
스타트업에서 데이터 분석 시작하기 – 박진우, AWS 솔루션즈 아키텍트:: AWS Builders Online Series 스타트업에서 데이터 분석 시작하기 – 박진우, AWS 솔루션즈 아키텍트:: AWS Builders Online Series
스타트업에서 데이터 분석 시작하기 – 박진우, AWS 솔루션즈 아키텍트:: AWS Builders Online Series
 
다양한 업무에 적합한 AWS의 스토리지 서비스 알아보기 – 김상현, AWS 솔루션즈 아키텍트:: AWS Builders Online Ser...
다양한 업무에 적합한 AWS의 스토리지 서비스 알아보기 – 김상현, AWS 솔루션즈 아키텍트:: AWS Builders Online Ser...다양한 업무에 적합한 AWS의 스토리지 서비스 알아보기 – 김상현, AWS 솔루션즈 아키텍트:: AWS Builders Online Ser...
다양한 업무에 적합한 AWS의 스토리지 서비스 알아보기 – 김상현, AWS 솔루션즈 아키텍트:: AWS Builders Online Ser...
 
AWS 비용, 어떻게 사용하고 계신가요? - 비용 최적화를 위한 AWS의 다양한 툴 알아보기 – 허경원, AWS 클라우드 파이낸셜 매니저:...
AWS 비용, 어떻게 사용하고 계신가요? - 비용 최적화를 위한 AWS의 다양한 툴 알아보기 – 허경원, AWS 클라우드 파이낸셜 매니저:...AWS 비용, 어떻게 사용하고 계신가요? - 비용 최적화를 위한 AWS의 다양한 툴 알아보기 – 허경원, AWS 클라우드 파이낸셜 매니저:...
AWS 비용, 어떻게 사용하고 계신가요? - 비용 최적화를 위한 AWS의 다양한 툴 알아보기 – 허경원, AWS 클라우드 파이낸셜 매니저:...
 
AWS 클라우드 환경에서의 VDI 환경 및 콜 센터 구축하기 – 조상만, AWS 솔루션즈 아키텍트:: AWS Builders Online...
 AWS 클라우드 환경에서의 VDI 환경 및 콜 센터 구축하기 – 조상만, AWS 솔루션즈 아키텍트:: AWS Builders Online... AWS 클라우드 환경에서의 VDI 환경 및 콜 센터 구축하기 – 조상만, AWS 솔루션즈 아키텍트:: AWS Builders Online...
AWS 클라우드 환경에서의 VDI 환경 및 콜 센터 구축하기 – 조상만, AWS 솔루션즈 아키텍트:: AWS Builders Online...
 
AWS IAM과 친해지기 – 조이정, AWS 솔루션즈 아키텍트:: AWS Builders Online Series
AWS IAM과 친해지기 – 조이정, AWS 솔루션즈 아키텍트:: AWS Builders Online Series AWS IAM과 친해지기 – 조이정, AWS 솔루션즈 아키텍트:: AWS Builders Online Series
AWS IAM과 친해지기 – 조이정, AWS 솔루션즈 아키텍트:: AWS Builders Online Series
 
AWS re:Invent 2020 IoT Update - 20201223
AWS re:Invent 2020 IoT Update - 20201223AWS re:Invent 2020 IoT Update - 20201223
AWS re:Invent 2020 IoT Update - 20201223
 
2. Windows Azure
2. Windows Azure2. Windows Azure
2. Windows Azure
 
Act! Technical Training
Act! Technical TrainingAct! Technical Training
Act! Technical Training
 
AWS IoT Greengrass V2 の紹介
AWS IoT Greengrass V2 の紹介AWS IoT Greengrass V2 の紹介
AWS IoT Greengrass V2 の紹介
 
微软客户端技术纵览
微软客户端技术纵览微软客户端技术纵览
微软客户端技术纵览
 
Containers on AWS - re:Invent Comes to London 2.0
Containers on AWS - re:Invent Comes to London 2.0Containers on AWS - re:Invent Comes to London 2.0
Containers on AWS - re:Invent Comes to London 2.0
 
Fleet Hub for AWS IoT Device Management のご紹介
Fleet Hub for AWS IoT Device Management のご紹介Fleet Hub for AWS IoT Device Management のご紹介
Fleet Hub for AWS IoT Device Management のご紹介
 
Peer Code Review: In a Nutshell and The Tantric Team: Getting Your Automated ...
Peer Code Review: In a Nutshell and The Tantric Team: Getting Your Automated ...Peer Code Review: In a Nutshell and The Tantric Team: Getting Your Automated ...
Peer Code Review: In a Nutshell and The Tantric Team: Getting Your Automated ...
 
20081123-web2.0class
20081123-web2.0class20081123-web2.0class
20081123-web2.0class
 
High-Octane Dev Teams: Three Things You Can Do To Improve Code Quality
High-Octane Dev Teams: Three Things You Can Do To Improve Code QualityHigh-Octane Dev Teams: Three Things You Can Do To Improve Code Quality
High-Octane Dev Teams: Three Things You Can Do To Improve Code Quality
 
Prototyping Adobe AIR Applications with Fireworks CS4
Prototyping Adobe AIR Applications with Fireworks CS4Prototyping Adobe AIR Applications with Fireworks CS4
Prototyping Adobe AIR Applications with Fireworks CS4
 
1.Ms 云计算平台介绍
1.Ms 云计算平台介绍1.Ms 云计算平台介绍
1.Ms 云计算平台介绍
 
Web Accessibility Gone Wild
Web Accessibility Gone WildWeb Accessibility Gone Wild
Web Accessibility Gone Wild
 
Inside Picnik: How We Built Picnik (and What We Learned Along the Way)
Inside Picnik: How We Built Picnik (and What We Learned Along the Way)Inside Picnik: How We Built Picnik (and What We Learned Along the Way)
Inside Picnik: How We Built Picnik (and What We Learned Along the Way)
 

More from Amazon Web Services Korea

AWS Modern Infra with Storage Roadshow 2023 - Day 2
AWS Modern Infra with Storage Roadshow 2023 - Day 2AWS Modern Infra with Storage Roadshow 2023 - Day 2
AWS Modern Infra with Storage Roadshow 2023 - Day 2Amazon Web Services Korea
 
AWS Modern Infra with Storage Roadshow 2023 - Day 1
AWS Modern Infra with Storage Roadshow 2023 - Day 1AWS Modern Infra with Storage Roadshow 2023 - Day 1
AWS Modern Infra with Storage Roadshow 2023 - Day 1Amazon Web Services Korea
 
사례로 알아보는 Database Migration Service : 데이터베이스 및 데이터 이관, 통합, 분리, 분석의 도구 - 발표자: ...
사례로 알아보는 Database Migration Service : 데이터베이스 및 데이터 이관, 통합, 분리, 분석의 도구 - 발표자: ...사례로 알아보는 Database Migration Service : 데이터베이스 및 데이터 이관, 통합, 분리, 분석의 도구 - 발표자: ...
사례로 알아보는 Database Migration Service : 데이터베이스 및 데이터 이관, 통합, 분리, 분석의 도구 - 발표자: ...Amazon Web Services Korea
 
Amazon DocumentDB - Architecture 및 Best Practice (Level 200) - 발표자: 장동훈, Sr. ...
Amazon DocumentDB - Architecture 및 Best Practice (Level 200) - 발표자: 장동훈, Sr. ...Amazon DocumentDB - Architecture 및 Best Practice (Level 200) - 발표자: 장동훈, Sr. ...
Amazon DocumentDB - Architecture 및 Best Practice (Level 200) - 발표자: 장동훈, Sr. ...Amazon Web Services Korea
 
Amazon Elasticache - Fully managed, Redis & Memcached Compatible Service (Lev...
Amazon Elasticache - Fully managed, Redis & Memcached Compatible Service (Lev...Amazon Elasticache - Fully managed, Redis & Memcached Compatible Service (Lev...
Amazon Elasticache - Fully managed, Redis & Memcached Compatible Service (Lev...Amazon Web Services Korea
 
Internal Architecture of Amazon Aurora (Level 400) - 발표자: 정달영, APAC RDS Speci...
Internal Architecture of Amazon Aurora (Level 400) - 발표자: 정달영, APAC RDS Speci...Internal Architecture of Amazon Aurora (Level 400) - 발표자: 정달영, APAC RDS Speci...
Internal Architecture of Amazon Aurora (Level 400) - 발표자: 정달영, APAC RDS Speci...Amazon Web Services Korea
 
[Keynote] 슬기로운 AWS 데이터베이스 선택하기 - 발표자: 강민석, Korea Database SA Manager, WWSO, A...
[Keynote] 슬기로운 AWS 데이터베이스 선택하기 - 발표자: 강민석, Korea Database SA Manager, WWSO, A...[Keynote] 슬기로운 AWS 데이터베이스 선택하기 - 발표자: 강민석, Korea Database SA Manager, WWSO, A...
[Keynote] 슬기로운 AWS 데이터베이스 선택하기 - 발표자: 강민석, Korea Database SA Manager, WWSO, A...Amazon Web Services Korea
 
Demystify Streaming on AWS - 발표자: 이종혁, Sr Analytics Specialist, WWSO, AWS :::...
Demystify Streaming on AWS - 발표자: 이종혁, Sr Analytics Specialist, WWSO, AWS :::...Demystify Streaming on AWS - 발표자: 이종혁, Sr Analytics Specialist, WWSO, AWS :::...
Demystify Streaming on AWS - 발표자: 이종혁, Sr Analytics Specialist, WWSO, AWS :::...Amazon Web Services Korea
 
Amazon EMR - Enhancements on Cost/Performance, Serverless - 발표자: 김기영, Sr Anal...
Amazon EMR - Enhancements on Cost/Performance, Serverless - 발표자: 김기영, Sr Anal...Amazon EMR - Enhancements on Cost/Performance, Serverless - 발표자: 김기영, Sr Anal...
Amazon EMR - Enhancements on Cost/Performance, Serverless - 발표자: 김기영, Sr Anal...Amazon Web Services Korea
 
Amazon OpenSearch - Use Cases, Security/Observability, Serverless and Enhance...
Amazon OpenSearch - Use Cases, Security/Observability, Serverless and Enhance...Amazon OpenSearch - Use Cases, Security/Observability, Serverless and Enhance...
Amazon OpenSearch - Use Cases, Security/Observability, Serverless and Enhance...Amazon Web Services Korea
 
Enabling Agility with Data Governance - 발표자: 김성연, Analytics Specialist, WWSO,...
Enabling Agility with Data Governance - 발표자: 김성연, Analytics Specialist, WWSO,...Enabling Agility with Data Governance - 발표자: 김성연, Analytics Specialist, WWSO,...
Enabling Agility with Data Governance - 발표자: 김성연, Analytics Specialist, WWSO,...Amazon Web Services Korea
 
Amazon Redshift Deep Dive - Serverless, Streaming, ML, Auto Copy (New feature...
Amazon Redshift Deep Dive - Serverless, Streaming, ML, Auto Copy (New feature...Amazon Redshift Deep Dive - Serverless, Streaming, ML, Auto Copy (New feature...
Amazon Redshift Deep Dive - Serverless, Streaming, ML, Auto Copy (New feature...Amazon Web Services Korea
 
From Insights to Action, How to build and maintain a Data Driven Organization...
From Insights to Action, How to build and maintain a Data Driven Organization...From Insights to Action, How to build and maintain a Data Driven Organization...
From Insights to Action, How to build and maintain a Data Driven Organization...Amazon Web Services Korea
 
[Keynote] Accelerating Business Outcomes with AWS Data - 발표자: Saeed Gharadagh...
[Keynote] Accelerating Business Outcomes with AWS Data - 발표자: Saeed Gharadagh...[Keynote] Accelerating Business Outcomes with AWS Data - 발표자: Saeed Gharadagh...
[Keynote] Accelerating Business Outcomes with AWS Data - 발표자: Saeed Gharadagh...Amazon Web Services Korea
 
Amazon DynamoDB - Use Cases and Cost Optimization - 발표자: 이혁, DynamoDB Special...
Amazon DynamoDB - Use Cases and Cost Optimization - 발표자: 이혁, DynamoDB Special...Amazon DynamoDB - Use Cases and Cost Optimization - 발표자: 이혁, DynamoDB Special...
Amazon DynamoDB - Use Cases and Cost Optimization - 발표자: 이혁, DynamoDB Special...Amazon Web Services Korea
 
LG전자 - Amazon Aurora 및 RDS 블루/그린 배포를 이용한 데이터베이스 업그레이드 안정성 확보 - 발표자: 이은경 책임, L...
LG전자 - Amazon Aurora 및 RDS 블루/그린 배포를 이용한 데이터베이스 업그레이드 안정성 확보 - 발표자: 이은경 책임, L...LG전자 - Amazon Aurora 및 RDS 블루/그린 배포를 이용한 데이터베이스 업그레이드 안정성 확보 - 발표자: 이은경 책임, L...
LG전자 - Amazon Aurora 및 RDS 블루/그린 배포를 이용한 데이터베이스 업그레이드 안정성 확보 - 발표자: 이은경 책임, L...Amazon Web Services Korea
 
KB국민카드 - 클라우드 기반 분석 플랫폼 혁신 여정 - 발표자: 박창용 과장, 데이터전략본부, AI혁신부, KB카드│강병억, Soluti...
KB국민카드 - 클라우드 기반 분석 플랫폼 혁신 여정 - 발표자: 박창용 과장, 데이터전략본부, AI혁신부, KB카드│강병억, Soluti...KB국민카드 - 클라우드 기반 분석 플랫폼 혁신 여정 - 발표자: 박창용 과장, 데이터전략본부, AI혁신부, KB카드│강병억, Soluti...
KB국민카드 - 클라우드 기반 분석 플랫폼 혁신 여정 - 발표자: 박창용 과장, 데이터전략본부, AI혁신부, KB카드│강병억, Soluti...Amazon Web Services Korea
 
SK Telecom - 망관리 프로젝트 TANGO의 오픈소스 데이터베이스 전환 여정 - 발표자 : 박승전, Project Manager, ...
SK Telecom - 망관리 프로젝트 TANGO의 오픈소스 데이터베이스 전환 여정 - 발표자 : 박승전, Project Manager, ...SK Telecom - 망관리 프로젝트 TANGO의 오픈소스 데이터베이스 전환 여정 - 발표자 : 박승전, Project Manager, ...
SK Telecom - 망관리 프로젝트 TANGO의 오픈소스 데이터베이스 전환 여정 - 발표자 : 박승전, Project Manager, ...Amazon Web Services Korea
 
코리안리 - 데이터 분석 플랫폼 구축 여정, 그 시작과 과제 - 발표자: 김석기 그룹장, 데이터비즈니스센터, 메가존클라우드 ::: AWS ...
코리안리 - 데이터 분석 플랫폼 구축 여정, 그 시작과 과제 - 발표자: 김석기 그룹장, 데이터비즈니스센터, 메가존클라우드 ::: AWS ...코리안리 - 데이터 분석 플랫폼 구축 여정, 그 시작과 과제 - 발표자: 김석기 그룹장, 데이터비즈니스센터, 메가존클라우드 ::: AWS ...
코리안리 - 데이터 분석 플랫폼 구축 여정, 그 시작과 과제 - 발표자: 김석기 그룹장, 데이터비즈니스센터, 메가존클라우드 ::: AWS ...Amazon Web Services Korea
 
LG 이노텍 - Amazon Redshift Serverless를 활용한 데이터 분석 플랫폼 혁신 과정 - 발표자: 유재상 선임, LG이노...
LG 이노텍 - Amazon Redshift Serverless를 활용한 데이터 분석 플랫폼 혁신 과정 - 발표자: 유재상 선임, LG이노...LG 이노텍 - Amazon Redshift Serverless를 활용한 데이터 분석 플랫폼 혁신 과정 - 발표자: 유재상 선임, LG이노...
LG 이노텍 - Amazon Redshift Serverless를 활용한 데이터 분석 플랫폼 혁신 과정 - 발표자: 유재상 선임, LG이노...Amazon Web Services Korea
 

More from Amazon Web Services Korea (20)

AWS Modern Infra with Storage Roadshow 2023 - Day 2
AWS Modern Infra with Storage Roadshow 2023 - Day 2AWS Modern Infra with Storage Roadshow 2023 - Day 2
AWS Modern Infra with Storage Roadshow 2023 - Day 2
 
AWS Modern Infra with Storage Roadshow 2023 - Day 1
AWS Modern Infra with Storage Roadshow 2023 - Day 1AWS Modern Infra with Storage Roadshow 2023 - Day 1
AWS Modern Infra with Storage Roadshow 2023 - Day 1
 
사례로 알아보는 Database Migration Service : 데이터베이스 및 데이터 이관, 통합, 분리, 분석의 도구 - 발표자: ...
사례로 알아보는 Database Migration Service : 데이터베이스 및 데이터 이관, 통합, 분리, 분석의 도구 - 발표자: ...사례로 알아보는 Database Migration Service : 데이터베이스 및 데이터 이관, 통합, 분리, 분석의 도구 - 발표자: ...
사례로 알아보는 Database Migration Service : 데이터베이스 및 데이터 이관, 통합, 분리, 분석의 도구 - 발표자: ...
 
Amazon DocumentDB - Architecture 및 Best Practice (Level 200) - 발표자: 장동훈, Sr. ...
Amazon DocumentDB - Architecture 및 Best Practice (Level 200) - 발표자: 장동훈, Sr. ...Amazon DocumentDB - Architecture 및 Best Practice (Level 200) - 발표자: 장동훈, Sr. ...
Amazon DocumentDB - Architecture 및 Best Practice (Level 200) - 발표자: 장동훈, Sr. ...
 
Amazon Elasticache - Fully managed, Redis & Memcached Compatible Service (Lev...
Amazon Elasticache - Fully managed, Redis & Memcached Compatible Service (Lev...Amazon Elasticache - Fully managed, Redis & Memcached Compatible Service (Lev...
Amazon Elasticache - Fully managed, Redis & Memcached Compatible Service (Lev...
 
Internal Architecture of Amazon Aurora (Level 400) - 발표자: 정달영, APAC RDS Speci...
Internal Architecture of Amazon Aurora (Level 400) - 발표자: 정달영, APAC RDS Speci...Internal Architecture of Amazon Aurora (Level 400) - 발표자: 정달영, APAC RDS Speci...
Internal Architecture of Amazon Aurora (Level 400) - 발표자: 정달영, APAC RDS Speci...
 
[Keynote] 슬기로운 AWS 데이터베이스 선택하기 - 발표자: 강민석, Korea Database SA Manager, WWSO, A...
[Keynote] 슬기로운 AWS 데이터베이스 선택하기 - 발표자: 강민석, Korea Database SA Manager, WWSO, A...[Keynote] 슬기로운 AWS 데이터베이스 선택하기 - 발표자: 강민석, Korea Database SA Manager, WWSO, A...
[Keynote] 슬기로운 AWS 데이터베이스 선택하기 - 발표자: 강민석, Korea Database SA Manager, WWSO, A...
 
Demystify Streaming on AWS - 발표자: 이종혁, Sr Analytics Specialist, WWSO, AWS :::...
Demystify Streaming on AWS - 발표자: 이종혁, Sr Analytics Specialist, WWSO, AWS :::...Demystify Streaming on AWS - 발표자: 이종혁, Sr Analytics Specialist, WWSO, AWS :::...
Demystify Streaming on AWS - 발표자: 이종혁, Sr Analytics Specialist, WWSO, AWS :::...
 
Amazon EMR - Enhancements on Cost/Performance, Serverless - 발표자: 김기영, Sr Anal...
Amazon EMR - Enhancements on Cost/Performance, Serverless - 발표자: 김기영, Sr Anal...Amazon EMR - Enhancements on Cost/Performance, Serverless - 발표자: 김기영, Sr Anal...
Amazon EMR - Enhancements on Cost/Performance, Serverless - 발표자: 김기영, Sr Anal...
 
Amazon OpenSearch - Use Cases, Security/Observability, Serverless and Enhance...
Amazon OpenSearch - Use Cases, Security/Observability, Serverless and Enhance...Amazon OpenSearch - Use Cases, Security/Observability, Serverless and Enhance...
Amazon OpenSearch - Use Cases, Security/Observability, Serverless and Enhance...
 
Enabling Agility with Data Governance - 발표자: 김성연, Analytics Specialist, WWSO,...
Enabling Agility with Data Governance - 발표자: 김성연, Analytics Specialist, WWSO,...Enabling Agility with Data Governance - 발표자: 김성연, Analytics Specialist, WWSO,...
Enabling Agility with Data Governance - 발표자: 김성연, Analytics Specialist, WWSO,...
 
Amazon Redshift Deep Dive - Serverless, Streaming, ML, Auto Copy (New feature...
Amazon Redshift Deep Dive - Serverless, Streaming, ML, Auto Copy (New feature...Amazon Redshift Deep Dive - Serverless, Streaming, ML, Auto Copy (New feature...
Amazon Redshift Deep Dive - Serverless, Streaming, ML, Auto Copy (New feature...
 
From Insights to Action, How to build and maintain a Data Driven Organization...
From Insights to Action, How to build and maintain a Data Driven Organization...From Insights to Action, How to build and maintain a Data Driven Organization...
From Insights to Action, How to build and maintain a Data Driven Organization...
 
[Keynote] Accelerating Business Outcomes with AWS Data - 발표자: Saeed Gharadagh...
[Keynote] Accelerating Business Outcomes with AWS Data - 발표자: Saeed Gharadagh...[Keynote] Accelerating Business Outcomes with AWS Data - 발표자: Saeed Gharadagh...
[Keynote] Accelerating Business Outcomes with AWS Data - 발표자: Saeed Gharadagh...
 
Amazon DynamoDB - Use Cases and Cost Optimization - 발표자: 이혁, DynamoDB Special...
Amazon DynamoDB - Use Cases and Cost Optimization - 발표자: 이혁, DynamoDB Special...Amazon DynamoDB - Use Cases and Cost Optimization - 발표자: 이혁, DynamoDB Special...
Amazon DynamoDB - Use Cases and Cost Optimization - 발표자: 이혁, DynamoDB Special...
 
LG전자 - Amazon Aurora 및 RDS 블루/그린 배포를 이용한 데이터베이스 업그레이드 안정성 확보 - 발표자: 이은경 책임, L...
LG전자 - Amazon Aurora 및 RDS 블루/그린 배포를 이용한 데이터베이스 업그레이드 안정성 확보 - 발표자: 이은경 책임, L...LG전자 - Amazon Aurora 및 RDS 블루/그린 배포를 이용한 데이터베이스 업그레이드 안정성 확보 - 발표자: 이은경 책임, L...
LG전자 - Amazon Aurora 및 RDS 블루/그린 배포를 이용한 데이터베이스 업그레이드 안정성 확보 - 발표자: 이은경 책임, L...
 
KB국민카드 - 클라우드 기반 분석 플랫폼 혁신 여정 - 발표자: 박창용 과장, 데이터전략본부, AI혁신부, KB카드│강병억, Soluti...
KB국민카드 - 클라우드 기반 분석 플랫폼 혁신 여정 - 발표자: 박창용 과장, 데이터전략본부, AI혁신부, KB카드│강병억, Soluti...KB국민카드 - 클라우드 기반 분석 플랫폼 혁신 여정 - 발표자: 박창용 과장, 데이터전략본부, AI혁신부, KB카드│강병억, Soluti...
KB국민카드 - 클라우드 기반 분석 플랫폼 혁신 여정 - 발표자: 박창용 과장, 데이터전략본부, AI혁신부, KB카드│강병억, Soluti...
 
SK Telecom - 망관리 프로젝트 TANGO의 오픈소스 데이터베이스 전환 여정 - 발표자 : 박승전, Project Manager, ...
SK Telecom - 망관리 프로젝트 TANGO의 오픈소스 데이터베이스 전환 여정 - 발표자 : 박승전, Project Manager, ...SK Telecom - 망관리 프로젝트 TANGO의 오픈소스 데이터베이스 전환 여정 - 발표자 : 박승전, Project Manager, ...
SK Telecom - 망관리 프로젝트 TANGO의 오픈소스 데이터베이스 전환 여정 - 발표자 : 박승전, Project Manager, ...
 
코리안리 - 데이터 분석 플랫폼 구축 여정, 그 시작과 과제 - 발표자: 김석기 그룹장, 데이터비즈니스센터, 메가존클라우드 ::: AWS ...
코리안리 - 데이터 분석 플랫폼 구축 여정, 그 시작과 과제 - 발표자: 김석기 그룹장, 데이터비즈니스센터, 메가존클라우드 ::: AWS ...코리안리 - 데이터 분석 플랫폼 구축 여정, 그 시작과 과제 - 발표자: 김석기 그룹장, 데이터비즈니스센터, 메가존클라우드 ::: AWS ...
코리안리 - 데이터 분석 플랫폼 구축 여정, 그 시작과 과제 - 발표자: 김석기 그룹장, 데이터비즈니스센터, 메가존클라우드 ::: AWS ...
 
LG 이노텍 - Amazon Redshift Serverless를 활용한 데이터 분석 플랫폼 혁신 과정 - 발표자: 유재상 선임, LG이노...
LG 이노텍 - Amazon Redshift Serverless를 활용한 데이터 분석 플랫폼 혁신 과정 - 발표자: 유재상 선임, LG이노...LG 이노텍 - Amazon Redshift Serverless를 활용한 데이터 분석 플랫폼 혁신 과정 - 발표자: 유재상 선임, LG이노...
LG 이노텍 - Amazon Redshift Serverless를 활용한 데이터 분석 플랫폼 혁신 과정 - 발표자: 유재상 선임, LG이노...
 

Recently uploaded

Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 

Recently uploaded (20)

Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 

AWS 에서 DevOps 시작하기 – 정영준, AWS 솔루션즈 아키텍트:: AWS Builders Online Series

  • 1. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. Builders Online Series AWS 에서 DevOps 시작하기 정영준 AWS 솔루션즈 아키텍트
  • 2. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. Table of contents 아마존의 DevOps 접근 방법 Culture Practices Tooling DevOps 를 위한 AWS 도구들 알아보기 추가정보 DevOps 소개 운영 책임 모델의 변화 소프트웨어 딜리버리의 발전
  • 3. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 4. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. DevOps 란 무엇일까요? 소프트웨어 개발과 정보 기술 운영을 결합한 문화 철학, 사례 및 도구의 조합입니다. 이러한 사례를 통해 기업은 새 애플리케이션 기능과 개선된 서비스를 더욱 빠른 속도로 고객에게 전달할 수 있습니다.
  • 5. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. 혁신적인 DevOps 를 위한 변화 오퍼레이션 모델 아키텍처 패턴 소프트웨어 배포
  • 6. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon 의 DevOps (마이크로서비스, 2 피자팀) (프로세스 표준화, 템플릿)
  • 7. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. 모놀리스 개발 라이프 사이클 monitorreleasetestbuild 개발자 운영 파이프 라인 서비스
  • 8. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. 모놀리스 개발 라이프 사이클 monitorreleasetestbuild 개발자 운영 파이프 라인 서비스
  • 9. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. 모놀리스 개발 라이프 사이클 개발자 운영 파이프라인 서비스 monitorreleasetestbuild
  • 10. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. Microservice development lifecycle 개발자 서비스 monitorreleasetestbuild 운영 파이프 라인 monitorreleasetestbuild monitorreleasetestbuild monitorreleasetestbuild monitorreleasetestbuild monitorreleasetestbuild
  • 11. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. 작은 단위로 서비스를 나누는 원칙 • 데이터 도메인 생성 • 스케일링(확장) 단위 기반으로 분리 (기능단위 X ) • 각각의 서비스를 별도의 운영 “Communication is terrible!” —Jeff Bezos • APIs (contracts)를 사용한 서비스간 통신 • 유닛을 가능한 한 작게 (Primitives)
  • 12. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. 조직 (재)구성 “투-피자” 팀 • 서비스를 직접 운영 • 사회적 제약 최소화 (Conway의 법칙) • 결정을 내리는 자율성
  • 13. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. 조직 (재)구성 작은 개발팀이 어떻게 이것을 다 할 수 있을까요? 모든 것을 개발팀이 직접 한다 • 계획 • 보안 • 성능 • 확장 • 배포/전개 • 운영 • 버그 • 문서화 • 테스팅…
  • 14. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. 개발 중간 단계 프로덕션 모든 것을 자동화 속도가 중요 품질이 중요 Box Fleet Box Fleet Box Fleet R1 R2 R3Integration Load Security Master Small changes Fully automated deployment Pessimistic rules & tests
  • 15. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. 현대적 애플리케이션 요구사항 현대적 애플리케이션 • 한가지 목적 • 독립 배포 • 독립적 인 확장 • 변화에 따른 영향력을 최소화 • 개별적인 기술 선택
  • 16. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. 현대적 애플리케이션 요구사항 현대적 애플리케이션 • 독립적으로 확장 가능한 마이크로 서비스 사용 (서버리스, 컨테이너 ...) • API를 통해 연결 • 지속적으로 업데이트 제공 • 변화에 빠르게 적응 • 글로벌 수준으로 손쉽게 확장 • 내결함성 • 상태 및 지속성을주의 깊게 관리 • 보안 기능 내장
  • 17. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. 2 명의 시스템 엔지니어 45 명 이상의 개발자 셀프 서비스 인프라 도구 HIPAA 요구 사항 1000 개 이상의 인스턴스를 5 명의 운영 인력 수백 개의 마이크로 서비스 AWS를 확장하는 셀프 서비스 도구 거의 전적으로 t2 인스턴스 "성수기 동안 40 개 이상의 동시 실험 배포" 마이너 리그 게임 및 이벤트 중에 대규모로 확장하였다가 비시즌에는 셧다운 다양한 산업군에 적용되는 DevOps
  • 18. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 19. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. DevOps 파이프라인 예제 • 가능한 한 가장 범위로 작업 • 지역 코드 분기 만 • 로컬에서 개발 및 테스트 • 종속성을 명시 적으로 정의 (테스트에 필요한 종속성 포함) • 검토를 위해 변경 사항 게시 Developer workstation AWS CodeCommit Developer AWS account Code review 개발단계 중간단계 프로덕션단계 개발과 배포, 테스트에서 빠른 속도가 중요
  • 20. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. DevOps 파이프라인 예제 Dependenciesr unt Code review Package and build 개발단계 중간단계 프로덕션 • 단위 테스트 빌드 및 실행 • 코드 및 런타임 종속성을 결합 된 아티팩트로 번들링 • 의존성 상관관계 추적 철저한 검증이 중요
  • 21. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. DevOps 파이프라인 예제 encies Package and build 개발단계 중간단계 프로덕션 Looking for any reason to fail 베타 • 환경만 분리하여 가혹한 테스트 • 파괴적 또는 기타 테스트 실행 감마 • 격리되었지만 "프로덕션"과 같은 환경에서 테스트 • 완전한 '엔드 투 엔드'통합 테스트 실행 프로덕션 • 작게 시작하여 팬 아웃 • 웨이브로 배포하고 각 웨이브 시간을 '베이킹'할 시간을줍니다. • 베이킹 모니터는 일반적으로 더 자세하게 상황 모니터링 성공시에만 승격, 테스트 실패 롤백, 베이킹 실패시 중지
  • 22. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. CI/CD 를 위한 AWS 개발자 도구 AWS CodeBuild + Third Party AWS CodeCommit AWS CodeBuild AWS CodeDeploy AWS X-Ray 소스 빌드 테스트 배포 모니터 AWS CodePipeline Amazon CloudWatch
  • 23. Amazon DevOps Guru AWS 의 다양한 엔터프라이즈급 DevOps 도구 CI/CD Tools Monitoring & Tracing SDKs IDE IDE and DevOps Toolkits CLI and Scripting Tools Infrastructure as Code AWS Cloud Dev. Kit (CDK) Web Apps Mobile AWS Amplify Amazon Corretto Languages Machine Learning Amazon CodeGuru
  • 24. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS 개발자 도구는 서버리스 마이크로 서비스를 지원하도록 특별히 제작되었습니다. • Support for Lambda deployment with CodePipline and CloudFormation • Support for rolling and blue/green Lambda deployments with CodeDeploy • Support for Fargate and ECS deployments in CodePipeline • CodePipeline supports Config for improved governance • CodePipeline supports ECR as a source • Support for blue/green deployments for Fargate and ECS with CodeDeploy • Support for serverless python apps in AWS Toolkit for PyCharm 2016 20182017 NOV NOV DEC OCT NOV NOV 2019 • General availability of the AWS CDK • General availability of AWS Toolkit for IntelliJ and AWS Toolkit for VS Code w/support for serverless apps DEC 2020 • General availability of the DevOps Guru • General availability of Code Guru Python Support
  • 25. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. DevOps 에서의 운영 책임 모델 변화
  • 26. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS 운영 책임 모델 On-Premises Cloud Less More Compute Virtual Machine EC2 Elastic Beanstalk AWS LambdaFargate Databases MySQL MySQL on EC2 RDS MySQL RDS Aurora Aurora Serverless DynamoDB Storage Storage S3 Messaging ESBs Amazon MQ Kinesis SQS / SNS Analytics Hadoop Hadoop on EC2 EMR Elasticsearch Service Athena
  • 27. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. 서버리스 란 무엇입니까? 인프라 프로비저닝, 관리가 필요 없음 자동화된 확장 사용한 만큼 지불 고가용성 및 보안
  • 28. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS Lambda AWS Fargate Amazon API Gateway Amazon SNS Amazon SQS AWS Step Functions COMPUTE DATA STORES INTEGRATION Amazon Aurora Serverless Amazon S3 Amazon DynamoDB AWS AppSync
  • 29. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. 컨테이너는 현대화된 애플리케이션을 운영하기 위한 최고 도구입니다. Amazon Elastic Container Kubernetes AWS FargateAmazon Elastic Container Registry Amazon Elastic Container Service AWS App Mesh AWS Cloud Map Amazon CloudWatch logs
  • 30. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. 소프트웨어 딜리버리의 발전
  • 31. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. 소프트웨어 제공을 위한 마이크로 서비스 FAQ 분산 아키텍처에서 임시 리소스를 모니터링하려면 어떻게해야 합니까? 모범 사례를 어떻게 만들고 적용 합니까? Lambda 애플리케이션을 작성하고 디버깅하려면 어떻게해야합니까? 많은 서비스에 대한 릴리스 프로세스를 어떻게 관리합니까?
  • 32. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. 인프라를 가장 잘 모델링하고 프로비저닝하려면 어떻게해야 할까요? Developer AWS CodeCommit AWS CodeBuild AWS CloudFormation Amazon SNS Amazon S3 bucket AWS stack stack stack pre-create create stacks post-create deploy AWS CodePipeline region region region cfn-nag
  • 33. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS Cloud Development Kit CDK Application CloudFormation Template Stack(s) Construct Construct Resources AWS CloudFormation Amazon Simple Queue Service AWS Lambda Amazon S3 bucket Amazon DynamoDB
  • 34. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. CDK: 애플리케이션 패키징CDK: VPC 생성 // // create VPC w/ public and private subnets in 2 AZ // this also creates a NAT Gateway // const vpc = new ec2.Vpc(this, 'NewsBlogVPC', { maxAzs : 2 }); // // create static web site as S3 assets // var path = require('path'); const asset = new assets.Asset(this, ’YourSampleApp', { path: path.join(__dirname, '../html') }); // define a user data script to install & launch our app const userData = UserData.forLinux(); userData.addCommands('yum install -y nginx’, 'chkconfig nginx on', 'service nginx start’); userData.addCommands(`aws s3 cp s3://${asset.s3BucketName}/${asset.s3ObjectKey} .`, `unzip *.zip`, `/bin/cp -r -n ${env}/* /usr/share/nginx/html/`); CDK: 서버 부트스트래핑 // create an auto scaling group for each environment const asg = new autoscaling.AutoScalingGroup(this, 'YourAppgAutoScalingGroup ' , { vpc, instanceType: ec2.instanceType.of(ec2.instanceClass.BURSTABLE3, ec2.instanceSize.MiCRO), machineimage: new ec2.AmazonLinuximage(), desiredCapacity: 2, role: role, userData: userData }); CDK: Auto Scaling Group 생성
  • 35. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. CDK: 개별 개발환경 배포 CloudFormation Template “compiler” CDK CLI “processor” “assembly language” “source” synthesize deployexecutes
  • 36. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. 지속적인 배포 Merge PR into trunk Hook pull code Developer
  • 37. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. 개발 인프라를 IaC 로 배포 // create the source action (github) const sourceOutput = new pipeline.Artifact(); const sourceAction = new pipeline_actions.GitHubSourceAction({ actionName: "GitHubTrigger", owner: github.owner, repo: github.repo, oauthToken: cdk.SecretValue.secretsManager(github.secret_manager_secret_name), output: sourceOutput, branch: 'master' }); // create the build action const buildProject = new codebuild.PipelineProject(pipelineStack, 'CodeBuildProje ct', { projectName: 'DockerBuild', buildSpec: BuildSpec.fromSourceFilename('nginx/buildspec.yml'), environment: { buildimage: codebuild.LinuxBuildimage.STANDARD_2_0, privileged: true } }); // add codebuild permissions to access ECR (to push the image to the repo) const role = <Role>buildProject.role; role.addManagedPolicy(ManagedPolicy.fromAwsManagedPolicyName('AmazonEC2ContainerR egistryPowerUser')); const buildOutput = new pipeline.Artifact(); const buildAction = new pipeline_actions.CodeBuildAction({ actionName: 'CodeBuildDockerimage', project: buildProject, input: sourceOutput, outputs: [buildOutput] }); const deployAction = new irEcsDeployAction({ actionName: 'Deploy', serviceName: ecs.serviceName, clusterName: ecs.clusterName, input: buildOutput, }); // finally, create the pipeline const codePipeline = new pipeline.Pipeline(pipelineStack, 'Pipeline', { pipelineName: 'ECSDeploy', stages: [ { stageName: 'GetSource', actions: [sourceAction], }, { stageName: 'BuildDockerimage', actions: [buildAction] }, { stageName: 'DeployToEcs', actions: [deployAction] } ], });
  • 38. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. 블루-그린 배포 100% Prod traffic
  • 39. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. 블루-그린 배포 Target group 2 100% Prod traffic
  • 40. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. 블루-그린 배포 Green tasks: v2 code 그린 테스크 프로비전 100% Prod traffic
  • 41. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. 블루-그린 배포 그린 테스크가 prod 트래픽을 수신하기 전에 테스트 엔드 포인트에 대해 후크 0% Prod traffic 100% Prod traffic
  • 42. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. 블루-그린 배포 그린 테스크로 트래픽 전환, 장애 발생시 롤백 80% Prod traffic 20% Prod traffic
  • 43. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. 블루-그린 배포 블루 테스크 제거 0% Prod traffic 100% Prod traffic
  • 44. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. 고급 DevOps 도구
  • 45. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. Netflix Guide to Microservices - infoQ
  • 46. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. 대규모 DevOps 운영 과제 Operational challenges at scale DevOps 파이프라인에서 발생하는 데이터 볼륨이 크고 단계별로 서로 이질적인 패턴 문제가 발생하면 사용자는 데이터 소스와 도구를 수동으로 상호 연결하는 데 많은 시간과 노력을 소비 새로운 서비스가 채택됨에 따라 새로운 경보 및 모니터링 절차를 구성하려면 심층적 인 DevOps / CloudOps 전문 지식이 필요 여러 도구의 경보 및 알림으로 인해 경보 피로가 발생하고 가장 중요한 문제를 식별하지 못함
  • 47. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon DevOps Guru 애플리케이션 가용성을 향상시키는 ML 기반 클라우드 운영 서비스 DevOps Guru는 ML 기반 서비스로, 개발자와 운영자가 문제를 자동으로 감지하여 애플리케이션 가용성을 개선하고 비용이 많이 드는 다운 타임을 줄일 수 있습니다. 머신 러닝 경험이 필요하지 않습니다.
  • 48. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. Why Amazon DevOps Guru? No configuration or ML experience required 손쉬운 사용법 DevOps Guru continuously analyzes streams of disparate data and metrics to determine application behavior 운영 문제 자동 감지 Helps to resolve issues quickly with ML-powered insights and recommendations 빠른 해결 Easily scales and maintains availability as new AWS workloads are added 확장성 Helps overcome alarm fatigue by automatically correlating and grouping related anomalies 노이즈 억제
  • 49. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon DevOps Guru Leverage Amazon DevOps Guru’s machine learning capabilities • 심각도가 높은 사고 이상을 감지하고 노이즈를 제거합니다. • 장애에 의해 트리거 된 관련 메트릭의 이상, 추적, 변경 및 로그 이벤트를 상호 연관시킵니다. • 상황 별 데이터로 장애를 인식 • 근본 원인이 될만한 가능성을 식별 • 문제를 더 빨리 해결하도록 지원
  • 50. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. DevOps Guru 적용 방법 Amazon DevOps Guru (Public Preview) OpsCenter, SNS 및 타사 플랫폼과 통합 SNS 전체 계정 또는 특정 CFN 스택 선택 Account CloudFormation Stack OR 범위 선택 DevOps Guru는 통계 / 로그 분석을 시작하여 통찰력을 생성 인사이트 생성 워크플로우와 통합
  • 51. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. 결론
  • 52. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. The AWS Developer Tools 다양한 엔터프라이즈 급 도구 세트 AWS에는 광범위한 사용 사례를 대규모로 지원하도록 설계된 강력한 도구 세트 현대화 애플리케이션 개발을 위한 구축 솔루션
  • 53. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. Helpful Links https://aws.amazon.com/products/developer-tools https://aws.amazon.com/developer https://aws.amazon.com/blogs/devops https://aws.amazon.com/devops https://aws.amazon.com/devops-guru/
  • 54. © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS 디지털 교육 aws.amazon.com/training 주요 교육 • AWS Cloud Practitioner Essentials (Second Edition) AWS 클라우드 기초에 대해 학습하고, 기초 자격증인 AWS Certified Cloud Practitioner 시험을 준비할 수 있습니다. • AWS Security Fundamentals AWS 액세스 제어 및 관리, 거버넌스, 로깅, 그리고 암호화 방법을 포함한 기본적인 클라우드 컴퓨팅 및 AWS 보안 개념에 대해 알아봅니다. • AWS Database Offerings 데이터베이스 기술 및 아키텍처에 대한 기본 개요를 제공하며, 다양한 AWS 데이터베이스 서비스를 소개합니다. • Data Analytics Fundamentals 다양한 데이터 분석 프로세스에 대해 학습하며, 데이터 분석 솔루션을 구축하고 개선하는 데 도움이 되는 AWS 서비스 및 솔루션을 소개합니다. 550개 이상의 무료 디지털 교육 및 심층적 강의실 교육을 통해 클라우드 기술 역량을 업그레이드 하세요!
  • 55. AWS Builders Online Series에 참석해주셔서 대단히 감사합니다. aws-korea-marketing@amazon.com twitter.com/AWSKorea facebook.com/amazonwebservices.ko youtube.com/user/AWSKorea slideshare.net/awskorea twitch.tv/aws 저희가 준비한 내용, 어떻게 보셨나요? 더 나은 세미나를 위하여 설문을 꼭 작성해 주시기 바랍니다.
  • 56. Thank you © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. Builders Online Series