SlideShare uma empresa Scribd logo
1 de 65
Baixar para ler offline
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
클라우드 네이티브 환경에 맞는
IT 운영 원칙과 모범사례
권신중, Solutions Architect, AWS
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
1. 클라우드 네이티브 환경 : 몇 가지 변화
2. “클라우드 환경에 맞는” 운영?
3. AWS의 운영/관리 서비스
• Provisioning
• Configuration management
• Monitoring
• Operations & Compliance management
4. “나는 정말 잘 하고 있을까?” : Self Assessment
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
IT 리소스의 특징
DynamicStatic
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
관리 대상의 변화
Physical Infrastructure
Hypervisor
Data Encryption
OS, Network, Firewall
Identity, Access Mgmt.
Platform, Application
Data Mgmt.
Datacenter
Physical Infrastructure
Hypervisor
Data Encryption
OS, Network, Firewall
Identity, Access Mgmt.
Platform, Application
Data Mgmt.
Datacenter
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
리소스 배포 속도
In minutesIn days, weeks, months
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
IT 리소스 비용
CAPEX OPEX
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
리소스를 대하는 자세
https://medium.com/@Joachim8675309/devops-concepts-pets-vs-cattle-2380b5aab313
반려동물 Pets 가축 Cattle
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Infrastructure
provisioning
Configuration
management
Governance &
compliance
Monitoring &
performance
Resource
optimization
운영 프로세스
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
빠른 배포! 보안! 안정성!
운영 목표
빠르게 그리고 안전하게 비즈니스 애플리케이션 배포
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
표준 준수가시성 확보자동화
운영 원칙
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS의 End-to-End 운영/관리 서비스 포트폴리오
Integrated & interoperable
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Configuration management
Monitoring
Operations & Compliance management
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS 리소스 배포
지금부터 아주 간단한 3-Tier Application 을 만들어 보겠습니다
• Seoul Region
• VPC 생성, Public, Private Subnet 생성
• Aurora RDS 설치, Security Group 설정
• Ubuntu AMI로 Web/WAS EC2 생성
• Apache/Tomcat 설치, Configuration
• Elastic Load Balancer 설정
• Routing, Security Group 설정
• …
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS 리소스 배포
아주 간단하게 만든 3-Tier Application 을 다른 리전에도 배포합니다.
Tokyo Region
• VPC 생성, Public, Private Subnet 생성
• Aurora RDS 설치, Security Group 설정
• Ubuntu AMI로 Web/WAS EC2 생성
• Apache/Tomcat 설치, Configuration
• Elastic Load Balancer 설정
• Routing, Security Group 설정
• …
N.Virginia Region
• VPC 생성, Public, Private Subnet 생성
• Aurora RDS 설치, Security Group 설정
• Ubuntu AMI로 Web/WAS EC2 생성
• Apache/Tomcat 설치, Configuration
• Elastic Load Balancer 설정
• Routing, Security Group 설정
• …
Oregon Region
• VPC 생성, Public, Private Subnet 생성
• Aurora RDS 설치, Security Group 설정
• Ubuntu AMI로 Web/WAS EC2 생성
• Apache/Tomcat 설치, Configuration
• Elastic Load Balancer 설정
• Routing, Security Group 설정
• …
Singapore Region
• VPC 생성, Public, Private Subnet 생성
• Aurora RDS 설치, Security Group 설정
• Ubuntu AMI로 Web/WAS EC2 생성
• Apache/Tomcat 설치, Configuration
• Elastic Load Balancer 설정
• Routing, Security Group 설정
• …
Ireland Region
• VPC 생성, Public, Private Subnet 생성
• Aurora RDS 설치, Security Group 설정
• Ubuntu AMI로 Web/WAS EC2 생성
• Apache/Tomcat 설치, Configuration
• Elastic Load Balancer 설정
• Routing, Security Group 설정
• …
Sydney Region
• VPC 생성, Public, Private Subnet 생성
• Aurora RDS 설치, Security Group 설정
• Ubuntu AMI로 Web/WAS EC2 생성
• Apache/Tomcat 설치, Configuration
• Elastic Load Balancer 설정
• Routing, Security Group 설정
• …
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS CloudFormation
• 텍스트 파일로 인프라스트럭처, 어플리케이션 스택 정의
• Infrastructure as Code : AWS Code-Series와 연동
• Cloudformation 스택 업데이트, 롤백 지원
직접 YAML, JSON
CloudFormation 템플릿
작성 또는
샘플 템플릿 활용
로컬 템플릿
파일 또는 S3 내
템플릿 파일
업로드
CloudFormation
스택 생성 –
Console/API/CLI
템플릿 대로
CloudfFormation
스택, 리소스
프로비저닝
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
바퀴를 발명할 필요는 없습니다
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
바퀴를 발명할 필요는 없습니다
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS CloudFormation Drift Detection
• CloudFormation Stack에 통제되지 않은 변경이 있었는지 Detection
최초
Cloudformation
Stack
현재
Cloudformation
Stack
최초 생성 이후 변경사항 Detection
• EC2 Instance AMI
• Auto Scaling Group Parameter
• ELB Parameter
• IAM Policy
• …
• 지원 AWS 서비스 : API Gateway, Auto Scaling, CloudTrail, CloudWatch Events, CloudWatch
Logs, DynamoDB, Amazon EC2, Elastic Load Balancing, IAM, AWS IoT, Lambda, Amazon RDS,
Route 53, Amazon S3, Amazon SNS, Amazon SQS
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Developer preview
AWS CDK (Cloud Development Kit)
AWS CloudFormation
template
AWS CDK application
Stack(s)
Construct Construct
Resources
• For loop, if
statement 지원
• TypeScript,
JavaScript, Java,
.NET, Python
• Compile 후
Cloudformation
template 생성
https://docs.aws.amazon.com/ko_kr/CDK/latest/userguide/what-is.html
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS Service Catalog
IT운영자
컴플라이언스
표준화
보안
사용자
셀프 서비스
Time to market
속도
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS Service Catalog
Designed by macrovector / Freepik
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Service Catalog (IT운영자 View)
AWS Product/Service
AWS 마켓플레이스
third-party products
고객이 생성한
AWS 솔루션
AWS Service
Catalog
ü 제약 조건
ü 보안 통제
ü Parameter 검증
ü IAM 권한 할당
ü 표준 Tag 사용
베스트 프랙티스 적용, 표준화
Cloudformation
템플릿
Admin
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
EC2
p3.8xlarge
ü 조직 정책 준수
ü 빠른 배포
ü 표준 태그 적용
ü 예산 통제AWS Service
Catalog
사용자 별 권한이 부여된
Product List
User
Service Catalog (사용자 View)
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Service Catalog
Company
Logo
내가 사용할 수
있는 Product
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Provisioning
Monitoring
Operations & Compliance management
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
EC2에 적용되는 Configuration 영역
패키지/
라이브러리
파일 설정
• Web서버에 Apache 2.4.37 서버 설치
• WAS 서버에 OpenJDK 11.0.1 설치
• DB접속을 위해 tnsnames.ora 파일 수정
• 머신 러닝 인스턴스에 Tensorflow, Pandas, Matplot설치
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS OpsWorks
• 관리형 Configuration 관리 서버
• Chef Automate, Puppet Enterprise 지원
• Configuration 관리 DSL(Domain Specific Language)로 EC2에 configuration 적용
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Provisioning
Configuration management
Operations & Compliance management
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon CloudWatch
AWS 환경은 물론 하이브리드, 온프레미스의 어플리케이션 및
인프라스트럭처 모니터링
가시성 확보
• AWS 및 온프레미스
리소스의 통합된 뷰 제공
• Root Cause 분석,
Troubleshooting
모니터링
• Application & Infra
메트릭, 로그 모니터링
• 로그에서 실행 가능한
통찰력 확보
액션
CloudWatch
Dashboard
CloudWatch Logs
CloudWatch Metric
CloudWatch Alarms
CloudWatch Events
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon CloudWatch Dashboard
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Default로 제공되는 AWS 리소스 별 통합 Dashboard
AWS 리소스가
추가되면
동적으로
업데이트
CloudWatch Automatic Dashboard
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
CloudWatch Log Insights
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
CloudWatch Log Insights
• CloudWatch Logs내 로그 데이터를 대화식으로 검색/분석
• VPC Flow Log, Route 53, Lambda, CloudTrail 및 기타 Custom 로그 지원
• filter, stats, sort, limit, parse Query Command 지원
• CloudWatch Dashboard에 Query 결과 추가 가능
Log group name
fields @timestamp, @message
| sort @timestamp desc
| limit 20
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon CloudWatch : 모니터링 & 액션
• Auto Scaling과 CloudWatch Alert 연동
EC2#1
Auto Scaling group
EC2#2
CloudWatch
Alarm
CPU Util%
> 70%
Auto Scaling
Policy
Alarm전송
Trigger
신규 EC2 Launching
EC2#3
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon CloudWatch : 모니터링 & 액션
• Auto Scaling과 CloudWatch Alert 연동
EC2#1
Auto Scaling group
EC2#2
CloudWatch
Alarm
Auto Scaling
Policy
Alarm전송
Trigger
신규 EC2 Launching
EC2#3
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Provisioning
Configuration management
Monitoring
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
“내가 관리하고 있는 AWS Resource에
어떤 변경 사항이 있는지 알 수 있을까?”
그런데… Multi-region, Multi account 환경이라면 ???
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS Config & AWS Config rules
• 지속적으로 AWS 리소스 구성 변경 사항 트래킹
• 리소스 구성 상태가 AWS Config Rules에서 정의한 정책에 위배되지 않는지 평가
• 구성 상태가 정책에 위배될 경우 SNS 서비스를 통해 Alert를 받거나 CloudWatch
Event와 연동하여 사용자 정의 Action 수행
• Multi Region, Multi Account Data Aggregation 지원
AWS 리소스에
변경사항 발생
AWS Config AWS Config Rules
• Compliant
• Noncompliant
이력, 스냅샷
통지
API 접근
Normalized
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
2019/02/07에 변경 발생
Tag가
추가됨
AWS Config : 변경 내역 Tracking
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
그러나…
https://www.today.com/video/today/56422727
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS Config Advanced Query
• AWS Config가 지원하는 AWS 리소스 별 속성 메타데이터를 표준 SQL문으로 조회
• Inventory 조회, 보안/운영 인텔리전스, 비용 최적화에 활용
샘플 SQL문 사용하지 않는 EBS 볼륨 조회
SELECT
resourceId,
resourceType,
configuration.volumeType,
configuration.size,
resourceCreationTime,
tags,
configuration.encrypted,
configuration.availabilityZone,
configuration.state.value
WHERE
resourceType = 'AWS::EC2::Volume'
AND configuration.state.value <> 'in-use'
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS Config Rules
• AWS 리소스 별 Compliance 규칙 정의
“모든 S3 버킷은 Versioning을 Enable해야 한다”
“모든 IAM 사용자는 MFA(Multi Factor Authentication)이 Enable 되어야 한다”
“인터넷 구간(0.0.0.0/0)에서 SSH 접속을 허용하는 정책은 Security Group에 포함되면 안된다”
“허용된 AMI(Amazon Machine Image)만 사용해야 한다”
”AWS 리소스는 회사 표준에서 정의한 Tag을 가지고 있어야 한다”
“모든 S3 버킷은 Public Read/Write를 허용해서는 안된다”
“RDS Storage는 암호화 되어야 한다”
”~~~ 해야 한다” / “~~~하면 안된다”
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS Config Rules
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS Config RDK (Rule Development Kit)
https://github.com/awslabs/aws-config-rdk
$ pip install rdk
$ rdk init
$ rdk create MyRule
$ rdk test-local MyTestRule
$ rdk modify MyRule
$ rdk deploy MyRule
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS Config Dashboard
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS Config Rules : 교정(Remediation)
Amazon EC2
Amazon S3
Amazon RDS
Amazon VPC
AWS Config Rules
Systems Manager
Documents
CloudWatch
Event
Amazon SNS
AWS Lambda
주기적 또는
구성항목(CI) 변경 시
Config 룰 체크
“Rule 위반”
AWS Resources
Admin
교정(Remediation)
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS CloudTrail
• 모든 API 호출 내역을 기록. 감사 또는 컴플라이언스에 사용
• 보안 분석 수행, 서비스/유저/어카운트 별 사용자 행동 패턴 감지
• CloudWatch Events/Logs와 연동하여 Critical 이벤트 발생 시 Alarm 생성
• S3 오브젝트 레벨 로깅 가능 (S3 Bucket 단위로 Enable 해야 함)
CloudTrail이 저장될
S3 버킷 생성
AWS Account별
API 호출
(예 : Terminate EC2)
Events
AWS CloudTrail
CloudTrail 은 API
호출 내역을 캡쳐
API 호출 내역을 S3에
전송. CloudWatch
Event/Logs와
연동 가능
AWS SDK
Desktop Mobile
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS CloudTrail 예시
• EC2 Termination
IAM User name
IAM User name
Termination
누가
언제
무엇을
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS Systems Manager
AWS, 그리고 On-premise상 대규모의 Windows/Linux 서버를 관리하게 위한 서비스
Systems Manager Agent 설치 필요
Resource
Groups
Run
Command
Inventory
Patch
Manager
Automation
Parameter
Store
State
Manager
Maintenance
Window
Session
Manager
Distributor
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS Systems Manager : Resource Group
대규모 EC2를 효율적으로 관리하기 위해서는 적절한 Tag 정책 수립이 필요합니다
AWS Cloud
Stack=DEV
Stack=PROD
Platform=Windows Platform=Linux
Linux 개발 EC2만 Reboot!!
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS Cloud
Patch Group=
WebServers
Web Server Patch Baseline
Patch Manager
Compliance
체크
Notifications!Maintenance
Window
Patch Group=
WebServers
Corporate data center
AWS Systems Manager : Patch Manager
패치 적용
Tag기반 패치 그룹 생성, 패치 그룹 별로 사전에 정의된 Maintenance Window 에 패치 적용
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS Systems Manager : Run Command
JSON 기반 Document를 다수의 관리대상 EC2/On-premise 서버에 명령 수행
Documents 관리대상 EC2Run Command
Document 선택 대상 선택 후 실행
(by tag, manual)
작업 결과 저장(Optional)
S3
Bucket
• Windows Powershell, Linux Shell Script 수행
• Bootstrapping, OS/Application 환경 설정 변경
• Built-in / Custom Document 기반 명령 수행
• 동시 수행 Rate 조절
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS Systems Manager : Document 예시
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
• 관리대상 EC2 인스턴스에 SSH/Remote
Desktop이 아닌 Web Browser 기반 Shell
또는 CLI로 직접 접속 가능
• 인바운드 네트워크 포트 오픈 불필요
• SSH Key Pair 관리 불필요
• IAM을 통해 Access Control
• 세션 접속 로그는 CloudTrail에 저장되어
감사 목적에 활용
AWS Systems Manager : Session Manager
IAM CloudTrail
AWS Cloud
VPC
EC2 Instance
Auditing &
Logging권한체크
Session
Manager
Shell 또는 CLI
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS Systems Manager : Parameter Store
어플리케이션 공통 파라미터 중앙 관리, 민감한 정보 암호화 및 Access Control
EC2
IAM Role
Parameter
Store
Name /summit2019/demo/Password
Value
AWS Key
Management
Service
암호화 요청
PASSWORD!!!
암호화 후 저장
/summit2019/demo/Password
복호화 요청
복호화
PASSWORD!!!
Amazon Elastic Container
Servic (ECS)
IAM Role
AWS Lambda
IAM Role
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Well Architected?
보안
Security
안정성
Reliability
성능
Performance
비용 최적화
Cost
Optimization
운영 효율성
Operational
Excellence
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Well Architected Tool
단일 Workload 별
평가 보고서 생성
전체 Workload
평가 Dashboard
AWS 베스트 프랙티스
문서/동영상 Access
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Infrastructure
provisioning
Configuration
management
Governance &
compliance
Monitoring &
performance
Resource
optimization
AWS
Management
Services
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Next Step
• AWS Management Tool Blog
https://aws.amazon.com/ko/blogs/mt/
• Systems Manager Github
https://github.com/awslabs/aws-systems-manager
• AWS Config Rules Github
https://github.com/awslabs/aws-config-rdk
• AWS Well-Architected
https://aws.amazon.com/ko/architecture/well-architected/?nc1=h_ls
• Architecting for the cloud
https://d1.awsstatic.com/whitepapers/AWS_Cloud_Best_Practices.pdf
감사합니다!
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.

Mais conteúdo relacionado

Mais procurados

효율적인 빅데이터 분석 및 처리를 위한 Glue, EMR 활용 - 김태현 솔루션즈 아키텍트, AWS :: AWS Summit Seoul 2019
효율적인 빅데이터 분석 및 처리를 위한 Glue, EMR 활용 - 김태현 솔루션즈 아키텍트, AWS :: AWS Summit Seoul 2019효율적인 빅데이터 분석 및 처리를 위한 Glue, EMR 활용 - 김태현 솔루션즈 아키텍트, AWS :: AWS Summit Seoul 2019
효율적인 빅데이터 분석 및 처리를 위한 Glue, EMR 활용 - 김태현 솔루션즈 아키텍트, AWS :: AWS Summit Seoul 2019Amazon Web Services Korea
 
AWS를 활용한 글로벌 오피스 업무 환경 구축하기 - 류한진, 이랜드시스템스 :: AWS Summit Seoul 2019
AWS를 활용한 글로벌 오피스 업무 환경 구축하기 - 류한진, 이랜드시스템스 :: AWS Summit Seoul 2019AWS를 활용한 글로벌 오피스 업무 환경 구축하기 - 류한진, 이랜드시스템스 :: AWS Summit Seoul 2019
AWS를 활용한 글로벌 오피스 업무 환경 구축하기 - 류한진, 이랜드시스템스 :: AWS Summit Seoul 2019Amazon Web Services Korea
 
천만 사용자를 위한 AWS 클라우드 아키텍처 진화하기 - 김준형 솔루션즈 아키텍트, AWS :: AWS Summit Seoul 2019
천만 사용자를 위한 AWS 클라우드 아키텍처 진화하기 - 김준형 솔루션즈 아키텍트, AWS :: AWS Summit Seoul 2019천만 사용자를 위한 AWS 클라우드 아키텍처 진화하기 - 김준형 솔루션즈 아키텍트, AWS :: AWS Summit Seoul 2019
천만 사용자를 위한 AWS 클라우드 아키텍처 진화하기 - 김준형 솔루션즈 아키텍트, AWS :: AWS Summit Seoul 2019Amazon Web Services Korea
 
[Games on AWS 2019] AWS 사용자를 위한 만랩 달성 트랙 | 코드 기반으로 인프라 운영하기 - 박성훈 NEOWIZ 팀장,...
[Games on AWS 2019] AWS 사용자를 위한 만랩 달성 트랙 | 코드 기반으로 인프라 운영하기 -  박성훈 NEOWIZ 팀장,...[Games on AWS 2019] AWS 사용자를 위한 만랩 달성 트랙 | 코드 기반으로 인프라 운영하기 -  박성훈 NEOWIZ 팀장,...
[Games on AWS 2019] AWS 사용자를 위한 만랩 달성 트랙 | 코드 기반으로 인프라 운영하기 - 박성훈 NEOWIZ 팀장,...Amazon Web Services Korea
 
Amazon EKS를 활용한 기계 학습 모델 서버 확장하기 - 유홍근, LG전자 :: AWS Summit Seoul 2019
Amazon EKS를 활용한 기계 학습 모델 서버 확장하기 - 유홍근, LG전자 :: AWS Summit Seoul 2019Amazon EKS를 활용한 기계 학습 모델 서버 확장하기 - 유홍근, LG전자 :: AWS Summit Seoul 2019
Amazon EKS를 활용한 기계 학습 모델 서버 확장하기 - 유홍근, LG전자 :: AWS Summit Seoul 2019Amazon Web Services Korea
 
AWS 클라우드 핵심 서비스로 클라우드 기반 아키텍처 빠르게 구성하기 - 문종민 솔루션즈 아키텍트, AWS :: AWS Summit Seo...
AWS 클라우드 핵심 서비스로 클라우드 기반 아키텍처 빠르게 구성하기 - 문종민 솔루션즈 아키텍트, AWS :: AWS Summit Seo...AWS 클라우드 핵심 서비스로 클라우드 기반 아키텍처 빠르게 구성하기 - 문종민 솔루션즈 아키텍트, AWS :: AWS Summit Seo...
AWS 클라우드 핵심 서비스로 클라우드 기반 아키텍처 빠르게 구성하기 - 문종민 솔루션즈 아키텍트, AWS :: AWS Summit Seo...Amazon Web Services Korea
 
금융권 최신 AWS 도입 사례 총정리 – 신한 제주 은행, KB손해보험 사례를 중심으로 - 지성국 사업 개발 담당 이사, AWS / 정을용...
금융권 최신 AWS 도입 사례 총정리 – 신한 제주 은행, KB손해보험 사례를 중심으로 - 지성국 사업 개발 담당 이사, AWS / 정을용...금융권 최신 AWS 도입 사례 총정리 – 신한 제주 은행, KB손해보험 사례를 중심으로 - 지성국 사업 개발 담당 이사, AWS / 정을용...
금융권 최신 AWS 도입 사례 총정리 – 신한 제주 은행, KB손해보험 사례를 중심으로 - 지성국 사업 개발 담당 이사, AWS / 정을용...Amazon Web Services Korea
 
클라우드는 제품 및 비즈니스 모델 혁신에 어떤 도움을 줄 수 있는가? - 김상필 솔루션즈 아키텍트 매니저, AWS / 김재우 프로, 삼성중...
클라우드는 제품 및 비즈니스 모델 혁신에 어떤 도움을 줄 수 있는가? - 김상필 솔루션즈 아키텍트 매니저, AWS / 김재우 프로, 삼성중...클라우드는 제품 및 비즈니스 모델 혁신에 어떤 도움을 줄 수 있는가? - 김상필 솔루션즈 아키텍트 매니저, AWS / 김재우 프로, 삼성중...
클라우드는 제품 및 비즈니스 모델 혁신에 어떤 도움을 줄 수 있는가? - 김상필 솔루션즈 아키텍트 매니저, AWS / 김재우 프로, 삼성중...Amazon Web Services Korea
 
강의 1: AWS 클라우드 개념:: AWSome Day Online Conference
강의 1: AWS 클라우드 개념:: AWSome Day Online Conference강의 1: AWS 클라우드 개념:: AWSome Day Online Conference
강의 1: AWS 클라우드 개념:: AWSome Day Online ConferenceAmazon Web Services Korea
 
VMware: The Fastest Path to Hybrid Cloud - 정석호 상무, VMWare :: AWS Summit Seoul...
VMware: The Fastest Path to Hybrid Cloud - 정석호 상무, VMWare :: AWS Summit Seoul...VMware: The Fastest Path to Hybrid Cloud - 정석호 상무, VMWare :: AWS Summit Seoul...
VMware: The Fastest Path to Hybrid Cloud - 정석호 상무, VMWare :: AWS Summit Seoul...Amazon Web Services Korea
 
AWS Builders Online Series | EC2와 Lambda로 AWS 시작하기 - 조용진, AWS 솔루션즈 아키텍트
AWS Builders Online Series | EC2와 Lambda로 AWS 시작하기 - 조용진, AWS 솔루션즈 아키텍트AWS Builders Online Series | EC2와 Lambda로 AWS 시작하기 - 조용진, AWS 솔루션즈 아키텍트
AWS Builders Online Series | EC2와 Lambda로 AWS 시작하기 - 조용진, AWS 솔루션즈 아키텍트Amazon Web Services Korea
 
AWS로 데이터 마이그레이션을 위한 방안과 옵션 - 박성훈 스토리지 스페셜리스트 테크니컬 어카운트 매니저, AWS :: AWS Summit...
AWS로 데이터 마이그레이션을 위한 방안과 옵션 - 박성훈 스토리지 스페셜리스트 테크니컬 어카운트 매니저, AWS :: AWS Summit...AWS로 데이터 마이그레이션을 위한 방안과 옵션 - 박성훈 스토리지 스페셜리스트 테크니컬 어카운트 매니저, AWS :: AWS Summit...
AWS로 데이터 마이그레이션을 위한 방안과 옵션 - 박성훈 스토리지 스페셜리스트 테크니컬 어카운트 매니저, AWS :: AWS Summit...Amazon Web Services Korea
 
[Games on AWS 2019] AWS 입문자를 위한 초단기 레벨업 트랙 | AWS 레벨업 하기! : 보안 - 최원근 AWS 솔루션즈 ...
[Games on AWS 2019] AWS 입문자를 위한 초단기 레벨업 트랙 | AWS 레벨업 하기! : 보안 - 최원근 AWS 솔루션즈 ...[Games on AWS 2019] AWS 입문자를 위한 초단기 레벨업 트랙 | AWS 레벨업 하기! : 보안 - 최원근 AWS 솔루션즈 ...
[Games on AWS 2019] AWS 입문자를 위한 초단기 레벨업 트랙 | AWS 레벨업 하기! : 보안 - 최원근 AWS 솔루션즈 ...Amazon Web Services Korea
 
[Games on AWS 2019] 오전 강연 | 새로운 게임을 준비하며 아쉬웠던 2% 를 채워줄 AWS 의 서비스와 기능 업데이트 - 안...
[Games on AWS 2019] 오전 강연 | 새로운 게임을 준비하며 아쉬웠던 2% 를 채워줄 AWS 의 서비스와 기능 업데이트 - 안...[Games on AWS 2019] 오전 강연 | 새로운 게임을 준비하며 아쉬웠던 2% 를 채워줄 AWS 의 서비스와 기능 업데이트 - 안...
[Games on AWS 2019] 오전 강연 | 새로운 게임을 준비하며 아쉬웠던 2% 를 채워줄 AWS 의 서비스와 기능 업데이트 - 안...Amazon Web Services Korea
 
[애플리케이션 현대화 및 개발] 클라우드를 통한 현대적 애플리케이션 디자인 및 구축 패턴 - 윤석찬, AWS 수석 테크 에반젤리스트
[애플리케이션 현대화 및 개발] 클라우드를 통한 현대적 애플리케이션 디자인 및 구축 패턴 - 윤석찬, AWS 수석 테크 에반젤리스트[애플리케이션 현대화 및 개발] 클라우드를 통한 현대적 애플리케이션 디자인 및 구축 패턴 - 윤석찬, AWS 수석 테크 에반젤리스트
[애플리케이션 현대화 및 개발] 클라우드를 통한 현대적 애플리케이션 디자인 및 구축 패턴 - 윤석찬, AWS 수석 테크 에반젤리스트Amazon Web Services Korea
 
[AWS Dev Day] 이머징 테크 | AWS AI 서비스로 SAP 비지니스 프로세스 자동화하기 - 이상규 AWS 솔루션즈 아키텍트, 이...
[AWS Dev Day] 이머징 테크 | AWS AI 서비스로 SAP 비지니스 프로세스 자동화하기 - 이상규 AWS 솔루션즈 아키텍트, 이...[AWS Dev Day] 이머징 테크 | AWS AI 서비스로 SAP 비지니스 프로세스 자동화하기 - 이상규 AWS 솔루션즈 아키텍트, 이...
[AWS Dev Day] 이머징 테크 | AWS AI 서비스로 SAP 비지니스 프로세스 자동화하기 - 이상규 AWS 솔루션즈 아키텍트, 이...Amazon Web Services Korea
 
아마존은 반도체를 어떻게 설계하는가? -LS 산전 HPC 적용 사례와 함께 - 이현석 사업 개발 담당 이사, AWS / 유성열 책임 연구원...
아마존은 반도체를 어떻게 설계하는가? -LS 산전 HPC 적용 사례와 함께 - 이현석 사업 개발 담당 이사, AWS / 유성열 책임 연구원...아마존은 반도체를 어떻게 설계하는가? -LS 산전 HPC 적용 사례와 함께 - 이현석 사업 개발 담당 이사, AWS / 유성열 책임 연구원...
아마존은 반도체를 어떻게 설계하는가? -LS 산전 HPC 적용 사례와 함께 - 이현석 사업 개발 담당 이사, AWS / 유성열 책임 연구원...Amazon Web Services Korea
 
국내 미디어 고객사의 AWS 활용 사례 - POOQ서비스 그리고 마이크로서비스 아키텍처, 콘텐츠연합플랫폼 - 박명순부장, 콘텐츠연합플랫폼 ...
국내 미디어 고객사의 AWS 활용 사례 - POOQ서비스 그리고 마이크로서비스 아키텍처, 콘텐츠연합플랫폼 - 박명순부장, 콘텐츠연합플랫폼 ...국내 미디어 고객사의 AWS 활용 사례 - POOQ서비스 그리고 마이크로서비스 아키텍처, 콘텐츠연합플랫폼 - 박명순부장, 콘텐츠연합플랫폼 ...
국내 미디어 고객사의 AWS 활용 사례 - POOQ서비스 그리고 마이크로서비스 아키텍처, 콘텐츠연합플랫폼 - 박명순부장, 콘텐츠연합플랫폼 ...Amazon Web Services Korea
 
타 게임사의 경험으로 본 AWS 핵심 모범 사례 한방에 배우기 - 이정훈 솔루션즈 아키텍트, AWS / 김지선 테크니컬 어카운트 매니저, ...
타 게임사의 경험으로 본 AWS 핵심 모범 사례 한방에 배우기 - 이정훈 솔루션즈 아키텍트, AWS / 김지선 테크니컬 어카운트 매니저, ...타 게임사의 경험으로 본 AWS 핵심 모범 사례 한방에 배우기 - 이정훈 솔루션즈 아키텍트, AWS / 김지선 테크니컬 어카운트 매니저, ...
타 게임사의 경험으로 본 AWS 핵심 모범 사례 한방에 배우기 - 이정훈 솔루션즈 아키텍트, AWS / 김지선 테크니컬 어카운트 매니저, ...Amazon Web Services Korea
 
강의 4: AWS 아키텍처 설계:: AWSome Day Online Conference
강의 4: AWS 아키텍처 설계:: AWSome Day Online Conference강의 4: AWS 아키텍처 설계:: AWSome Day Online Conference
강의 4: AWS 아키텍처 설계:: AWSome Day Online ConferenceAmazon Web Services Korea
 

Mais procurados (20)

효율적인 빅데이터 분석 및 처리를 위한 Glue, EMR 활용 - 김태현 솔루션즈 아키텍트, AWS :: AWS Summit Seoul 2019
효율적인 빅데이터 분석 및 처리를 위한 Glue, EMR 활용 - 김태현 솔루션즈 아키텍트, AWS :: AWS Summit Seoul 2019효율적인 빅데이터 분석 및 처리를 위한 Glue, EMR 활용 - 김태현 솔루션즈 아키텍트, AWS :: AWS Summit Seoul 2019
효율적인 빅데이터 분석 및 처리를 위한 Glue, EMR 활용 - 김태현 솔루션즈 아키텍트, AWS :: AWS Summit Seoul 2019
 
AWS를 활용한 글로벌 오피스 업무 환경 구축하기 - 류한진, 이랜드시스템스 :: AWS Summit Seoul 2019
AWS를 활용한 글로벌 오피스 업무 환경 구축하기 - 류한진, 이랜드시스템스 :: AWS Summit Seoul 2019AWS를 활용한 글로벌 오피스 업무 환경 구축하기 - 류한진, 이랜드시스템스 :: AWS Summit Seoul 2019
AWS를 활용한 글로벌 오피스 업무 환경 구축하기 - 류한진, 이랜드시스템스 :: AWS Summit Seoul 2019
 
천만 사용자를 위한 AWS 클라우드 아키텍처 진화하기 - 김준형 솔루션즈 아키텍트, AWS :: AWS Summit Seoul 2019
천만 사용자를 위한 AWS 클라우드 아키텍처 진화하기 - 김준형 솔루션즈 아키텍트, AWS :: AWS Summit Seoul 2019천만 사용자를 위한 AWS 클라우드 아키텍처 진화하기 - 김준형 솔루션즈 아키텍트, AWS :: AWS Summit Seoul 2019
천만 사용자를 위한 AWS 클라우드 아키텍처 진화하기 - 김준형 솔루션즈 아키텍트, AWS :: AWS Summit Seoul 2019
 
[Games on AWS 2019] AWS 사용자를 위한 만랩 달성 트랙 | 코드 기반으로 인프라 운영하기 - 박성훈 NEOWIZ 팀장,...
[Games on AWS 2019] AWS 사용자를 위한 만랩 달성 트랙 | 코드 기반으로 인프라 운영하기 -  박성훈 NEOWIZ 팀장,...[Games on AWS 2019] AWS 사용자를 위한 만랩 달성 트랙 | 코드 기반으로 인프라 운영하기 -  박성훈 NEOWIZ 팀장,...
[Games on AWS 2019] AWS 사용자를 위한 만랩 달성 트랙 | 코드 기반으로 인프라 운영하기 - 박성훈 NEOWIZ 팀장,...
 
Amazon EKS를 활용한 기계 학습 모델 서버 확장하기 - 유홍근, LG전자 :: AWS Summit Seoul 2019
Amazon EKS를 활용한 기계 학습 모델 서버 확장하기 - 유홍근, LG전자 :: AWS Summit Seoul 2019Amazon EKS를 활용한 기계 학습 모델 서버 확장하기 - 유홍근, LG전자 :: AWS Summit Seoul 2019
Amazon EKS를 활용한 기계 학습 모델 서버 확장하기 - 유홍근, LG전자 :: AWS Summit Seoul 2019
 
AWS 클라우드 핵심 서비스로 클라우드 기반 아키텍처 빠르게 구성하기 - 문종민 솔루션즈 아키텍트, AWS :: AWS Summit Seo...
AWS 클라우드 핵심 서비스로 클라우드 기반 아키텍처 빠르게 구성하기 - 문종민 솔루션즈 아키텍트, AWS :: AWS Summit Seo...AWS 클라우드 핵심 서비스로 클라우드 기반 아키텍처 빠르게 구성하기 - 문종민 솔루션즈 아키텍트, AWS :: AWS Summit Seo...
AWS 클라우드 핵심 서비스로 클라우드 기반 아키텍처 빠르게 구성하기 - 문종민 솔루션즈 아키텍트, AWS :: AWS Summit Seo...
 
금융권 최신 AWS 도입 사례 총정리 – 신한 제주 은행, KB손해보험 사례를 중심으로 - 지성국 사업 개발 담당 이사, AWS / 정을용...
금융권 최신 AWS 도입 사례 총정리 – 신한 제주 은행, KB손해보험 사례를 중심으로 - 지성국 사업 개발 담당 이사, AWS / 정을용...금융권 최신 AWS 도입 사례 총정리 – 신한 제주 은행, KB손해보험 사례를 중심으로 - 지성국 사업 개발 담당 이사, AWS / 정을용...
금융권 최신 AWS 도입 사례 총정리 – 신한 제주 은행, KB손해보험 사례를 중심으로 - 지성국 사업 개발 담당 이사, AWS / 정을용...
 
클라우드는 제품 및 비즈니스 모델 혁신에 어떤 도움을 줄 수 있는가? - 김상필 솔루션즈 아키텍트 매니저, AWS / 김재우 프로, 삼성중...
클라우드는 제품 및 비즈니스 모델 혁신에 어떤 도움을 줄 수 있는가? - 김상필 솔루션즈 아키텍트 매니저, AWS / 김재우 프로, 삼성중...클라우드는 제품 및 비즈니스 모델 혁신에 어떤 도움을 줄 수 있는가? - 김상필 솔루션즈 아키텍트 매니저, AWS / 김재우 프로, 삼성중...
클라우드는 제품 및 비즈니스 모델 혁신에 어떤 도움을 줄 수 있는가? - 김상필 솔루션즈 아키텍트 매니저, AWS / 김재우 프로, 삼성중...
 
강의 1: AWS 클라우드 개념:: AWSome Day Online Conference
강의 1: AWS 클라우드 개념:: AWSome Day Online Conference강의 1: AWS 클라우드 개념:: AWSome Day Online Conference
강의 1: AWS 클라우드 개념:: AWSome Day Online Conference
 
VMware: The Fastest Path to Hybrid Cloud - 정석호 상무, VMWare :: AWS Summit Seoul...
VMware: The Fastest Path to Hybrid Cloud - 정석호 상무, VMWare :: AWS Summit Seoul...VMware: The Fastest Path to Hybrid Cloud - 정석호 상무, VMWare :: AWS Summit Seoul...
VMware: The Fastest Path to Hybrid Cloud - 정석호 상무, VMWare :: AWS Summit Seoul...
 
AWS Builders Online Series | EC2와 Lambda로 AWS 시작하기 - 조용진, AWS 솔루션즈 아키텍트
AWS Builders Online Series | EC2와 Lambda로 AWS 시작하기 - 조용진, AWS 솔루션즈 아키텍트AWS Builders Online Series | EC2와 Lambda로 AWS 시작하기 - 조용진, AWS 솔루션즈 아키텍트
AWS Builders Online Series | EC2와 Lambda로 AWS 시작하기 - 조용진, AWS 솔루션즈 아키텍트
 
AWS로 데이터 마이그레이션을 위한 방안과 옵션 - 박성훈 스토리지 스페셜리스트 테크니컬 어카운트 매니저, AWS :: AWS Summit...
AWS로 데이터 마이그레이션을 위한 방안과 옵션 - 박성훈 스토리지 스페셜리스트 테크니컬 어카운트 매니저, AWS :: AWS Summit...AWS로 데이터 마이그레이션을 위한 방안과 옵션 - 박성훈 스토리지 스페셜리스트 테크니컬 어카운트 매니저, AWS :: AWS Summit...
AWS로 데이터 마이그레이션을 위한 방안과 옵션 - 박성훈 스토리지 스페셜리스트 테크니컬 어카운트 매니저, AWS :: AWS Summit...
 
[Games on AWS 2019] AWS 입문자를 위한 초단기 레벨업 트랙 | AWS 레벨업 하기! : 보안 - 최원근 AWS 솔루션즈 ...
[Games on AWS 2019] AWS 입문자를 위한 초단기 레벨업 트랙 | AWS 레벨업 하기! : 보안 - 최원근 AWS 솔루션즈 ...[Games on AWS 2019] AWS 입문자를 위한 초단기 레벨업 트랙 | AWS 레벨업 하기! : 보안 - 최원근 AWS 솔루션즈 ...
[Games on AWS 2019] AWS 입문자를 위한 초단기 레벨업 트랙 | AWS 레벨업 하기! : 보안 - 최원근 AWS 솔루션즈 ...
 
[Games on AWS 2019] 오전 강연 | 새로운 게임을 준비하며 아쉬웠던 2% 를 채워줄 AWS 의 서비스와 기능 업데이트 - 안...
[Games on AWS 2019] 오전 강연 | 새로운 게임을 준비하며 아쉬웠던 2% 를 채워줄 AWS 의 서비스와 기능 업데이트 - 안...[Games on AWS 2019] 오전 강연 | 새로운 게임을 준비하며 아쉬웠던 2% 를 채워줄 AWS 의 서비스와 기능 업데이트 - 안...
[Games on AWS 2019] 오전 강연 | 새로운 게임을 준비하며 아쉬웠던 2% 를 채워줄 AWS 의 서비스와 기능 업데이트 - 안...
 
[애플리케이션 현대화 및 개발] 클라우드를 통한 현대적 애플리케이션 디자인 및 구축 패턴 - 윤석찬, AWS 수석 테크 에반젤리스트
[애플리케이션 현대화 및 개발] 클라우드를 통한 현대적 애플리케이션 디자인 및 구축 패턴 - 윤석찬, AWS 수석 테크 에반젤리스트[애플리케이션 현대화 및 개발] 클라우드를 통한 현대적 애플리케이션 디자인 및 구축 패턴 - 윤석찬, AWS 수석 테크 에반젤리스트
[애플리케이션 현대화 및 개발] 클라우드를 통한 현대적 애플리케이션 디자인 및 구축 패턴 - 윤석찬, AWS 수석 테크 에반젤리스트
 
[AWS Dev Day] 이머징 테크 | AWS AI 서비스로 SAP 비지니스 프로세스 자동화하기 - 이상규 AWS 솔루션즈 아키텍트, 이...
[AWS Dev Day] 이머징 테크 | AWS AI 서비스로 SAP 비지니스 프로세스 자동화하기 - 이상규 AWS 솔루션즈 아키텍트, 이...[AWS Dev Day] 이머징 테크 | AWS AI 서비스로 SAP 비지니스 프로세스 자동화하기 - 이상규 AWS 솔루션즈 아키텍트, 이...
[AWS Dev Day] 이머징 테크 | AWS AI 서비스로 SAP 비지니스 프로세스 자동화하기 - 이상규 AWS 솔루션즈 아키텍트, 이...
 
아마존은 반도체를 어떻게 설계하는가? -LS 산전 HPC 적용 사례와 함께 - 이현석 사업 개발 담당 이사, AWS / 유성열 책임 연구원...
아마존은 반도체를 어떻게 설계하는가? -LS 산전 HPC 적용 사례와 함께 - 이현석 사업 개발 담당 이사, AWS / 유성열 책임 연구원...아마존은 반도체를 어떻게 설계하는가? -LS 산전 HPC 적용 사례와 함께 - 이현석 사업 개발 담당 이사, AWS / 유성열 책임 연구원...
아마존은 반도체를 어떻게 설계하는가? -LS 산전 HPC 적용 사례와 함께 - 이현석 사업 개발 담당 이사, AWS / 유성열 책임 연구원...
 
국내 미디어 고객사의 AWS 활용 사례 - POOQ서비스 그리고 마이크로서비스 아키텍처, 콘텐츠연합플랫폼 - 박명순부장, 콘텐츠연합플랫폼 ...
국내 미디어 고객사의 AWS 활용 사례 - POOQ서비스 그리고 마이크로서비스 아키텍처, 콘텐츠연합플랫폼 - 박명순부장, 콘텐츠연합플랫폼 ...국내 미디어 고객사의 AWS 활용 사례 - POOQ서비스 그리고 마이크로서비스 아키텍처, 콘텐츠연합플랫폼 - 박명순부장, 콘텐츠연합플랫폼 ...
국내 미디어 고객사의 AWS 활용 사례 - POOQ서비스 그리고 마이크로서비스 아키텍처, 콘텐츠연합플랫폼 - 박명순부장, 콘텐츠연합플랫폼 ...
 
타 게임사의 경험으로 본 AWS 핵심 모범 사례 한방에 배우기 - 이정훈 솔루션즈 아키텍트, AWS / 김지선 테크니컬 어카운트 매니저, ...
타 게임사의 경험으로 본 AWS 핵심 모범 사례 한방에 배우기 - 이정훈 솔루션즈 아키텍트, AWS / 김지선 테크니컬 어카운트 매니저, ...타 게임사의 경험으로 본 AWS 핵심 모범 사례 한방에 배우기 - 이정훈 솔루션즈 아키텍트, AWS / 김지선 테크니컬 어카운트 매니저, ...
타 게임사의 경험으로 본 AWS 핵심 모범 사례 한방에 배우기 - 이정훈 솔루션즈 아키텍트, AWS / 김지선 테크니컬 어카운트 매니저, ...
 
강의 4: AWS 아키텍처 설계:: AWSome Day Online Conference
강의 4: AWS 아키텍처 설계:: AWSome Day Online Conference강의 4: AWS 아키텍처 설계:: AWSome Day Online Conference
강의 4: AWS 아키텍처 설계:: AWSome Day Online Conference
 

Semelhante a 클라우드 네이티브 환경에 맞는 IT 운영 원칙과 모범사례 - 권신중 솔루션즈 아키텍트, AWS :: AWS Summit Seoul 2019

AWS Builders Online Series | AWS와 함께하는 클라우드 컴퓨팅 - 강철, AWS 어카운트 매니저
AWS Builders Online Series | AWS와 함께하는 클라우드 컴퓨팅 - 강철, AWS 어카운트 매니저AWS Builders Online Series | AWS와 함께하는 클라우드 컴퓨팅 - 강철, AWS 어카운트 매니저
AWS Builders Online Series | AWS와 함께하는 클라우드 컴퓨팅 - 강철, AWS 어카운트 매니저Amazon Web Services Korea
 
AWS 기반 클라우드 아키텍처 모범사례 - 삼성전자 개발자 포털/개발자 워크스페이스 - 정영준 솔루션즈 아키텍트, AWS / 유현성 수석,...
AWS 기반 클라우드 아키텍처 모범사례 - 삼성전자 개발자 포털/개발자 워크스페이스 - 정영준 솔루션즈 아키텍트, AWS / 유현성 수석,...AWS 기반 클라우드 아키텍처 모범사례 - 삼성전자 개발자 포털/개발자 워크스페이스 - 정영준 솔루션즈 아키텍트, AWS / 유현성 수석,...
AWS 기반 클라우드 아키텍처 모범사례 - 삼성전자 개발자 포털/개발자 워크스페이스 - 정영준 솔루션즈 아키텍트, AWS / 유현성 수석,...Amazon Web Services Korea
 
[Games on AWS 2019] AWS 사용자를 위한 만랩 달성 트랙 | AWS 최적화 사용을 위해 운영자가 아닌 개발자들이 해야 할 ...
[Games on AWS 2019] AWS 사용자를 위한 만랩 달성 트랙 | AWS 최적화 사용을 위해 운영자가 아닌 개발자들이 해야 할 ...[Games on AWS 2019] AWS 사용자를 위한 만랩 달성 트랙 | AWS 최적화 사용을 위해 운영자가 아닌 개발자들이 해야 할 ...
[Games on AWS 2019] AWS 사용자를 위한 만랩 달성 트랙 | AWS 최적화 사용을 위해 운영자가 아닌 개발자들이 해야 할 ...Amazon Web Services Korea
 
강의 2: AWS 핵심 서비스:: AWSome Day Online Conference
강의 2: AWS 핵심 서비스:: AWSome Day Online Conference강의 2: AWS 핵심 서비스:: AWSome Day Online Conference
강의 2: AWS 핵심 서비스:: AWSome Day Online ConferenceAmazon Web Services Korea
 
[AWSome Day온라인 컨퍼런스] 강의 3: 클라우드 구축하기 - 정도현, AWS 테크니컬 트레이너
[AWSome Day온라인 컨퍼런스] 강의 3: 클라우드 구축하기 - 정도현, AWS 테크니컬 트레이너[AWSome Day온라인 컨퍼런스] 강의 3: 클라우드 구축하기 - 정도현, AWS 테크니컬 트레이너
[AWSome Day온라인 컨퍼런스] 강의 3: 클라우드 구축하기 - 정도현, AWS 테크니컬 트레이너Amazon Web Services Korea
 
AWS와 함께하는 클라우드 컴퓨팅 - 강철, AWS 어카운트 매니저 :: AWS Builders 100
AWS와 함께하는 클라우드 컴퓨팅 - 강철, AWS 어카운트 매니저 :: AWS Builders 100AWS와 함께하는 클라우드 컴퓨팅 - 강철, AWS 어카운트 매니저 :: AWS Builders 100
AWS와 함께하는 클라우드 컴퓨팅 - 강철, AWS 어카운트 매니저 :: AWS Builders 100Amazon Web Services Korea
 
[AWS Builders] AWS와 함께하는 클라우드 컴퓨팅
[AWS Builders] AWS와 함께하는 클라우드 컴퓨팅[AWS Builders] AWS와 함께하는 클라우드 컴퓨팅
[AWS Builders] AWS와 함께하는 클라우드 컴퓨팅Amazon Web Services Korea
 
AWS를 활용한 다양한 DB 마이그레이션 및 게임 엔진 서버 구축 방법::맹상영 대표, 엔클라우드24::AWS Summit Seoul 2018
AWS를 활용한 다양한 DB 마이그레이션 및 게임 엔진 서버 구축 방법::맹상영 대표, 엔클라우드24::AWS Summit Seoul 2018AWS를 활용한 다양한 DB 마이그레이션 및 게임 엔진 서버 구축 방법::맹상영 대표, 엔클라우드24::AWS Summit Seoul 2018
AWS를 활용한 다양한 DB 마이그레이션 및 게임 엔진 서버 구축 방법::맹상영 대표, 엔클라우드24::AWS Summit Seoul 2018Amazon Web Services Korea
 
빠르고 안전하게 간편한 AWS로 데이터 마이그레이션 하기::최유정 (AWS 솔루션즈아키텍트)
빠르고 안전하게 간편한 AWS로 데이터 마이그레이션 하기::최유정 (AWS 솔루션즈아키텍트)빠르고 안전하게 간편한 AWS로 데이터 마이그레이션 하기::최유정 (AWS 솔루션즈아키텍트)
빠르고 안전하게 간편한 AWS로 데이터 마이그레이션 하기::최유정 (AWS 솔루션즈아키텍트)Amazon Web Services Korea
 
AWS와 함께하는 클라우드 컴퓨팅 (강철 AWS 매니저) :: AWS 기초 교육 온라인 세미나
AWS와 함께하는 클라우드 컴퓨팅 (강철 AWS 매니저) :: AWS 기초 교육 온라인 세미나AWS와 함께하는 클라우드 컴퓨팅 (강철 AWS 매니저) :: AWS 기초 교육 온라인 세미나
AWS와 함께하는 클라우드 컴퓨팅 (강철 AWS 매니저) :: AWS 기초 교육 온라인 세미나Amazon Web Services Korea
 
천만 사용자를 위한 AWS 클라우드 아키텍처 진화하기::이창수::AWS Summit Seoul 2018
천만 사용자를 위한 AWS 클라우드 아키텍처 진화하기::이창수::AWS Summit Seoul 2018천만 사용자를 위한 AWS 클라우드 아키텍처 진화하기::이창수::AWS Summit Seoul 2018
천만 사용자를 위한 AWS 클라우드 아키텍처 진화하기::이창수::AWS Summit Seoul 2018Amazon Web Services Korea
 
On-Premise 기반서비스 클라우드 전환기 -DevSecOps 도입을통한 유연한 서비스 개발 및 운영::박준상::AWS Summit S...
On-Premise 기반서비스 클라우드 전환기 -DevSecOps 도입을통한 유연한 서비스 개발 및 운영::박준상::AWS Summit S...On-Premise 기반서비스 클라우드 전환기 -DevSecOps 도입을통한 유연한 서비스 개발 및 운영::박준상::AWS Summit S...
On-Premise 기반서비스 클라우드 전환기 -DevSecOps 도입을통한 유연한 서비스 개발 및 운영::박준상::AWS Summit S...Amazon Web Services Korea
 
AWS 클라우드 기반 나의 첫 웹 애플리케이션 만들기 – 윤석찬 :: AWS Builders Online Series
AWS 클라우드 기반 나의 첫 웹 애플리케이션 만들기 – 윤석찬 :: AWS Builders Online SeriesAWS 클라우드 기반 나의 첫 웹 애플리케이션 만들기 – 윤석찬 :: AWS Builders Online Series
AWS 클라우드 기반 나의 첫 웹 애플리케이션 만들기 – 윤석찬 :: AWS Builders Online SeriesAmazon Web Services Korea
 
On-Premise 기반서비스 클라우드 전환기 -DevSecOps 도입을통한 유연한 서비스 개발 및 운영::박준상::AWS Summit S...
On-Premise 기반서비스 클라우드 전환기 -DevSecOps 도입을통한 유연한 서비스 개발 및 운영::박준상::AWS Summit S...On-Premise 기반서비스 클라우드 전환기 -DevSecOps 도입을통한 유연한 서비스 개발 및 운영::박준상::AWS Summit S...
On-Premise 기반서비스 클라우드 전환기 -DevSecOps 도입을통한 유연한 서비스 개발 및 운영::박준상::AWS Summit S...Amazon Web Services Korea
 
AWS IoT로 예지정비 실현하기 - 이종화 솔루션즈 아키텍트, AWS
AWS IoT로 예지정비 실현하기 - 이종화 솔루션즈 아키텍트, AWSAWS IoT로 예지정비 실현하기 - 이종화 솔루션즈 아키텍트, AWS
AWS IoT로 예지정비 실현하기 - 이종화 솔루션즈 아키텍트, AWSAmazon Web Services Korea
 
비용 관점에서 AWS 클라우드 아키텍처 디자인하기::류한진::AWS Summit Seoul 2018
비용 관점에서 AWS 클라우드 아키텍처 디자인하기::류한진::AWS Summit Seoul 2018비용 관점에서 AWS 클라우드 아키텍처 디자인하기::류한진::AWS Summit Seoul 2018
비용 관점에서 AWS 클라우드 아키텍처 디자인하기::류한진::AWS Summit Seoul 2018Amazon Web Services Korea
 
세션 3: IT 담당자를 위한 Cloud 로의 전환
세션 3: IT 담당자를 위한 Cloud 로의 전환세션 3: IT 담당자를 위한 Cloud 로의 전환
세션 3: IT 담당자를 위한 Cloud 로의 전환Amazon Web Services Korea
 
실시간 스트리밍 분석 Kinesis Data Analytics Deep Dive
실시간 스트리밍 분석  Kinesis Data Analytics Deep Dive실시간 스트리밍 분석  Kinesis Data Analytics Deep Dive
실시간 스트리밍 분석 Kinesis Data Analytics Deep DiveAmazon Web Services Korea
 
AWS 클라우드를 통해 최소기능제품(MVP) 빠르게 개발하기 - 윤석찬 테크 에반젤리스트, AWS
AWS 클라우드를 통해 최소기능제품(MVP) 빠르게 개발하기 - 윤석찬 테크 에반젤리스트, AWSAWS 클라우드를 통해 최소기능제품(MVP) 빠르게 개발하기 - 윤석찬 테크 에반젤리스트, AWS
AWS 클라우드를 통해 최소기능제품(MVP) 빠르게 개발하기 - 윤석찬 테크 에반젤리스트, AWSAmazon Web Services Korea
 
클라우드에서 구축하기 - 정도현, AWS 테크니컬 트레이너 :: AWSome Day 온라인 컨퍼런스
클라우드에서 구축하기 - 정도현, AWS 테크니컬 트레이너 :: AWSome Day 온라인 컨퍼런스클라우드에서 구축하기 - 정도현, AWS 테크니컬 트레이너 :: AWSome Day 온라인 컨퍼런스
클라우드에서 구축하기 - 정도현, AWS 테크니컬 트레이너 :: AWSome Day 온라인 컨퍼런스Amazon Web Services Korea
 

Semelhante a 클라우드 네이티브 환경에 맞는 IT 운영 원칙과 모범사례 - 권신중 솔루션즈 아키텍트, AWS :: AWS Summit Seoul 2019 (20)

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 기반 클라우드 아키텍처 모범사례 - 삼성전자 개발자 포털/개발자 워크스페이스 - 정영준 솔루션즈 아키텍트, AWS / 유현성 수석,...
AWS 기반 클라우드 아키텍처 모범사례 - 삼성전자 개발자 포털/개발자 워크스페이스 - 정영준 솔루션즈 아키텍트, AWS / 유현성 수석,...AWS 기반 클라우드 아키텍처 모범사례 - 삼성전자 개발자 포털/개발자 워크스페이스 - 정영준 솔루션즈 아키텍트, AWS / 유현성 수석,...
AWS 기반 클라우드 아키텍처 모범사례 - 삼성전자 개발자 포털/개발자 워크스페이스 - 정영준 솔루션즈 아키텍트, AWS / 유현성 수석,...
 
[Games on AWS 2019] AWS 사용자를 위한 만랩 달성 트랙 | AWS 최적화 사용을 위해 운영자가 아닌 개발자들이 해야 할 ...
[Games on AWS 2019] AWS 사용자를 위한 만랩 달성 트랙 | AWS 최적화 사용을 위해 운영자가 아닌 개발자들이 해야 할 ...[Games on AWS 2019] AWS 사용자를 위한 만랩 달성 트랙 | AWS 최적화 사용을 위해 운영자가 아닌 개발자들이 해야 할 ...
[Games on AWS 2019] AWS 사용자를 위한 만랩 달성 트랙 | AWS 최적화 사용을 위해 운영자가 아닌 개발자들이 해야 할 ...
 
강의 2: AWS 핵심 서비스:: AWSome Day Online Conference
강의 2: AWS 핵심 서비스:: AWSome Day Online Conference강의 2: AWS 핵심 서비스:: AWSome Day Online Conference
강의 2: AWS 핵심 서비스:: AWSome Day Online Conference
 
[AWSome Day온라인 컨퍼런스] 강의 3: 클라우드 구축하기 - 정도현, AWS 테크니컬 트레이너
[AWSome Day온라인 컨퍼런스] 강의 3: 클라우드 구축하기 - 정도현, AWS 테크니컬 트레이너[AWSome Day온라인 컨퍼런스] 강의 3: 클라우드 구축하기 - 정도현, AWS 테크니컬 트레이너
[AWSome Day온라인 컨퍼런스] 강의 3: 클라우드 구축하기 - 정도현, AWS 테크니컬 트레이너
 
AWS와 함께하는 클라우드 컴퓨팅 - 강철, AWS 어카운트 매니저 :: AWS Builders 100
AWS와 함께하는 클라우드 컴퓨팅 - 강철, AWS 어카운트 매니저 :: AWS Builders 100AWS와 함께하는 클라우드 컴퓨팅 - 강철, AWS 어카운트 매니저 :: AWS Builders 100
AWS와 함께하는 클라우드 컴퓨팅 - 강철, AWS 어카운트 매니저 :: AWS Builders 100
 
[AWS Builders] AWS와 함께하는 클라우드 컴퓨팅
[AWS Builders] AWS와 함께하는 클라우드 컴퓨팅[AWS Builders] AWS와 함께하는 클라우드 컴퓨팅
[AWS Builders] AWS와 함께하는 클라우드 컴퓨팅
 
AWS를 활용한 다양한 DB 마이그레이션 및 게임 엔진 서버 구축 방법::맹상영 대표, 엔클라우드24::AWS Summit Seoul 2018
AWS를 활용한 다양한 DB 마이그레이션 및 게임 엔진 서버 구축 방법::맹상영 대표, 엔클라우드24::AWS Summit Seoul 2018AWS를 활용한 다양한 DB 마이그레이션 및 게임 엔진 서버 구축 방법::맹상영 대표, 엔클라우드24::AWS Summit Seoul 2018
AWS를 활용한 다양한 DB 마이그레이션 및 게임 엔진 서버 구축 방법::맹상영 대표, 엔클라우드24::AWS Summit Seoul 2018
 
빠르고 안전하게 간편한 AWS로 데이터 마이그레이션 하기::최유정 (AWS 솔루션즈아키텍트)
빠르고 안전하게 간편한 AWS로 데이터 마이그레이션 하기::최유정 (AWS 솔루션즈아키텍트)빠르고 안전하게 간편한 AWS로 데이터 마이그레이션 하기::최유정 (AWS 솔루션즈아키텍트)
빠르고 안전하게 간편한 AWS로 데이터 마이그레이션 하기::최유정 (AWS 솔루션즈아키텍트)
 
AWS와 함께하는 클라우드 컴퓨팅 (강철 AWS 매니저) :: AWS 기초 교육 온라인 세미나
AWS와 함께하는 클라우드 컴퓨팅 (강철 AWS 매니저) :: AWS 기초 교육 온라인 세미나AWS와 함께하는 클라우드 컴퓨팅 (강철 AWS 매니저) :: AWS 기초 교육 온라인 세미나
AWS와 함께하는 클라우드 컴퓨팅 (강철 AWS 매니저) :: AWS 기초 교육 온라인 세미나
 
천만 사용자를 위한 AWS 클라우드 아키텍처 진화하기::이창수::AWS Summit Seoul 2018
천만 사용자를 위한 AWS 클라우드 아키텍처 진화하기::이창수::AWS Summit Seoul 2018천만 사용자를 위한 AWS 클라우드 아키텍처 진화하기::이창수::AWS Summit Seoul 2018
천만 사용자를 위한 AWS 클라우드 아키텍처 진화하기::이창수::AWS Summit Seoul 2018
 
On-Premise 기반서비스 클라우드 전환기 -DevSecOps 도입을통한 유연한 서비스 개발 및 운영::박준상::AWS Summit S...
On-Premise 기반서비스 클라우드 전환기 -DevSecOps 도입을통한 유연한 서비스 개발 및 운영::박준상::AWS Summit S...On-Premise 기반서비스 클라우드 전환기 -DevSecOps 도입을통한 유연한 서비스 개발 및 운영::박준상::AWS Summit S...
On-Premise 기반서비스 클라우드 전환기 -DevSecOps 도입을통한 유연한 서비스 개발 및 운영::박준상::AWS Summit S...
 
AWS 클라우드 기반 나의 첫 웹 애플리케이션 만들기 – 윤석찬 :: AWS Builders Online Series
AWS 클라우드 기반 나의 첫 웹 애플리케이션 만들기 – 윤석찬 :: AWS Builders Online SeriesAWS 클라우드 기반 나의 첫 웹 애플리케이션 만들기 – 윤석찬 :: AWS Builders Online Series
AWS 클라우드 기반 나의 첫 웹 애플리케이션 만들기 – 윤석찬 :: AWS Builders Online Series
 
On-Premise 기반서비스 클라우드 전환기 -DevSecOps 도입을통한 유연한 서비스 개발 및 운영::박준상::AWS Summit S...
On-Premise 기반서비스 클라우드 전환기 -DevSecOps 도입을통한 유연한 서비스 개발 및 운영::박준상::AWS Summit S...On-Premise 기반서비스 클라우드 전환기 -DevSecOps 도입을통한 유연한 서비스 개발 및 운영::박준상::AWS Summit S...
On-Premise 기반서비스 클라우드 전환기 -DevSecOps 도입을통한 유연한 서비스 개발 및 운영::박준상::AWS Summit S...
 
AWS IoT로 예지정비 실현하기 - 이종화 솔루션즈 아키텍트, AWS
AWS IoT로 예지정비 실현하기 - 이종화 솔루션즈 아키텍트, AWSAWS IoT로 예지정비 실현하기 - 이종화 솔루션즈 아키텍트, AWS
AWS IoT로 예지정비 실현하기 - 이종화 솔루션즈 아키텍트, AWS
 
비용 관점에서 AWS 클라우드 아키텍처 디자인하기::류한진::AWS Summit Seoul 2018
비용 관점에서 AWS 클라우드 아키텍처 디자인하기::류한진::AWS Summit Seoul 2018비용 관점에서 AWS 클라우드 아키텍처 디자인하기::류한진::AWS Summit Seoul 2018
비용 관점에서 AWS 클라우드 아키텍처 디자인하기::류한진::AWS Summit Seoul 2018
 
세션 3: IT 담당자를 위한 Cloud 로의 전환
세션 3: IT 담당자를 위한 Cloud 로의 전환세션 3: IT 담당자를 위한 Cloud 로의 전환
세션 3: IT 담당자를 위한 Cloud 로의 전환
 
실시간 스트리밍 분석 Kinesis Data Analytics Deep Dive
실시간 스트리밍 분석  Kinesis Data Analytics Deep Dive실시간 스트리밍 분석  Kinesis Data Analytics Deep Dive
실시간 스트리밍 분석 Kinesis Data Analytics Deep Dive
 
AWS 클라우드를 통해 최소기능제품(MVP) 빠르게 개발하기 - 윤석찬 테크 에반젤리스트, AWS
AWS 클라우드를 통해 최소기능제품(MVP) 빠르게 개발하기 - 윤석찬 테크 에반젤리스트, AWSAWS 클라우드를 통해 최소기능제품(MVP) 빠르게 개발하기 - 윤석찬 테크 에반젤리스트, AWS
AWS 클라우드를 통해 최소기능제품(MVP) 빠르게 개발하기 - 윤석찬 테크 에반젤리스트, AWS
 
클라우드에서 구축하기 - 정도현, AWS 테크니컬 트레이너 :: AWSome Day 온라인 컨퍼런스
클라우드에서 구축하기 - 정도현, AWS 테크니컬 트레이너 :: AWSome Day 온라인 컨퍼런스클라우드에서 구축하기 - 정도현, AWS 테크니컬 트레이너 :: AWSome Day 온라인 컨퍼런스
클라우드에서 구축하기 - 정도현, AWS 테크니컬 트레이너 :: AWSome Day 온라인 컨퍼런스
 

Mais de 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
 

Mais de 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이노...
 

클라우드 네이티브 환경에 맞는 IT 운영 원칙과 모범사례 - 권신중 솔루션즈 아키텍트, AWS :: AWS Summit Seoul 2019

  • 1. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 클라우드 네이티브 환경에 맞는 IT 운영 원칙과 모범사례 권신중, Solutions Architect, AWS
  • 2. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 1. 클라우드 네이티브 환경 : 몇 가지 변화 2. “클라우드 환경에 맞는” 운영? 3. AWS의 운영/관리 서비스 • Provisioning • Configuration management • Monitoring • Operations & Compliance management 4. “나는 정말 잘 하고 있을까?” : Self Assessment
  • 3. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 4. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. IT 리소스의 특징 DynamicStatic
  • 5. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 관리 대상의 변화 Physical Infrastructure Hypervisor Data Encryption OS, Network, Firewall Identity, Access Mgmt. Platform, Application Data Mgmt. Datacenter Physical Infrastructure Hypervisor Data Encryption OS, Network, Firewall Identity, Access Mgmt. Platform, Application Data Mgmt. Datacenter
  • 6. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 리소스 배포 속도 In minutesIn days, weeks, months
  • 7. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. IT 리소스 비용 CAPEX OPEX
  • 8. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 리소스를 대하는 자세 https://medium.com/@Joachim8675309/devops-concepts-pets-vs-cattle-2380b5aab313 반려동물 Pets 가축 Cattle
  • 9. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 10. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Infrastructure provisioning Configuration management Governance & compliance Monitoring & performance Resource optimization 운영 프로세스
  • 11. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 빠른 배포! 보안! 안정성! 운영 목표 빠르게 그리고 안전하게 비즈니스 애플리케이션 배포
  • 12. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 표준 준수가시성 확보자동화 운영 원칙
  • 13. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 14. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS의 End-to-End 운영/관리 서비스 포트폴리오 Integrated & interoperable
  • 15. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Configuration management Monitoring Operations & Compliance management
  • 16. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS 리소스 배포 지금부터 아주 간단한 3-Tier Application 을 만들어 보겠습니다 • Seoul Region • VPC 생성, Public, Private Subnet 생성 • Aurora RDS 설치, Security Group 설정 • Ubuntu AMI로 Web/WAS EC2 생성 • Apache/Tomcat 설치, Configuration • Elastic Load Balancer 설정 • Routing, Security Group 설정 • …
  • 17. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS 리소스 배포 아주 간단하게 만든 3-Tier Application 을 다른 리전에도 배포합니다. Tokyo Region • VPC 생성, Public, Private Subnet 생성 • Aurora RDS 설치, Security Group 설정 • Ubuntu AMI로 Web/WAS EC2 생성 • Apache/Tomcat 설치, Configuration • Elastic Load Balancer 설정 • Routing, Security Group 설정 • … N.Virginia Region • VPC 생성, Public, Private Subnet 생성 • Aurora RDS 설치, Security Group 설정 • Ubuntu AMI로 Web/WAS EC2 생성 • Apache/Tomcat 설치, Configuration • Elastic Load Balancer 설정 • Routing, Security Group 설정 • … Oregon Region • VPC 생성, Public, Private Subnet 생성 • Aurora RDS 설치, Security Group 설정 • Ubuntu AMI로 Web/WAS EC2 생성 • Apache/Tomcat 설치, Configuration • Elastic Load Balancer 설정 • Routing, Security Group 설정 • … Singapore Region • VPC 생성, Public, Private Subnet 생성 • Aurora RDS 설치, Security Group 설정 • Ubuntu AMI로 Web/WAS EC2 생성 • Apache/Tomcat 설치, Configuration • Elastic Load Balancer 설정 • Routing, Security Group 설정 • … Ireland Region • VPC 생성, Public, Private Subnet 생성 • Aurora RDS 설치, Security Group 설정 • Ubuntu AMI로 Web/WAS EC2 생성 • Apache/Tomcat 설치, Configuration • Elastic Load Balancer 설정 • Routing, Security Group 설정 • … Sydney Region • VPC 생성, Public, Private Subnet 생성 • Aurora RDS 설치, Security Group 설정 • Ubuntu AMI로 Web/WAS EC2 생성 • Apache/Tomcat 설치, Configuration • Elastic Load Balancer 설정 • Routing, Security Group 설정 • …
  • 18. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS CloudFormation • 텍스트 파일로 인프라스트럭처, 어플리케이션 스택 정의 • Infrastructure as Code : AWS Code-Series와 연동 • Cloudformation 스택 업데이트, 롤백 지원 직접 YAML, JSON CloudFormation 템플릿 작성 또는 샘플 템플릿 활용 로컬 템플릿 파일 또는 S3 내 템플릿 파일 업로드 CloudFormation 스택 생성 – Console/API/CLI 템플릿 대로 CloudfFormation 스택, 리소스 프로비저닝
  • 19. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 바퀴를 발명할 필요는 없습니다
  • 20. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 바퀴를 발명할 필요는 없습니다
  • 21. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS CloudFormation Drift Detection • CloudFormation Stack에 통제되지 않은 변경이 있었는지 Detection 최초 Cloudformation Stack 현재 Cloudformation Stack 최초 생성 이후 변경사항 Detection • EC2 Instance AMI • Auto Scaling Group Parameter • ELB Parameter • IAM Policy • … • 지원 AWS 서비스 : API Gateway, Auto Scaling, CloudTrail, CloudWatch Events, CloudWatch Logs, DynamoDB, Amazon EC2, Elastic Load Balancing, IAM, AWS IoT, Lambda, Amazon RDS, Route 53, Amazon S3, Amazon SNS, Amazon SQS
  • 22. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Developer preview AWS CDK (Cloud Development Kit) AWS CloudFormation template AWS CDK application Stack(s) Construct Construct Resources • For loop, if statement 지원 • TypeScript, JavaScript, Java, .NET, Python • Compile 후 Cloudformation template 생성 https://docs.aws.amazon.com/ko_kr/CDK/latest/userguide/what-is.html
  • 23. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS Service Catalog IT운영자 컴플라이언스 표준화 보안 사용자 셀프 서비스 Time to market 속도
  • 24. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS Service Catalog Designed by macrovector / Freepik
  • 25. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Service Catalog (IT운영자 View) AWS Product/Service AWS 마켓플레이스 third-party products 고객이 생성한 AWS 솔루션 AWS Service Catalog ü 제약 조건 ü 보안 통제 ü Parameter 검증 ü IAM 권한 할당 ü 표준 Tag 사용 베스트 프랙티스 적용, 표준화 Cloudformation 템플릿 Admin
  • 26. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. EC2 p3.8xlarge ü 조직 정책 준수 ü 빠른 배포 ü 표준 태그 적용 ü 예산 통제AWS Service Catalog 사용자 별 권한이 부여된 Product List User Service Catalog (사용자 View)
  • 27. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Service Catalog Company Logo 내가 사용할 수 있는 Product
  • 28. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Provisioning Monitoring Operations & Compliance management
  • 29. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. EC2에 적용되는 Configuration 영역 패키지/ 라이브러리 파일 설정 • Web서버에 Apache 2.4.37 서버 설치 • WAS 서버에 OpenJDK 11.0.1 설치 • DB접속을 위해 tnsnames.ora 파일 수정 • 머신 러닝 인스턴스에 Tensorflow, Pandas, Matplot설치
  • 30. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS OpsWorks • 관리형 Configuration 관리 서버 • Chef Automate, Puppet Enterprise 지원 • Configuration 관리 DSL(Domain Specific Language)로 EC2에 configuration 적용
  • 31. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Provisioning Configuration management Operations & Compliance management
  • 32. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon CloudWatch AWS 환경은 물론 하이브리드, 온프레미스의 어플리케이션 및 인프라스트럭처 모니터링 가시성 확보 • AWS 및 온프레미스 리소스의 통합된 뷰 제공 • Root Cause 분석, Troubleshooting 모니터링 • Application & Infra 메트릭, 로그 모니터링 • 로그에서 실행 가능한 통찰력 확보 액션 CloudWatch Dashboard CloudWatch Logs CloudWatch Metric CloudWatch Alarms CloudWatch Events
  • 33. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon CloudWatch Dashboard
  • 34. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Default로 제공되는 AWS 리소스 별 통합 Dashboard AWS 리소스가 추가되면 동적으로 업데이트 CloudWatch Automatic Dashboard
  • 35. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. CloudWatch Log Insights
  • 36. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. CloudWatch Log Insights • CloudWatch Logs내 로그 데이터를 대화식으로 검색/분석 • VPC Flow Log, Route 53, Lambda, CloudTrail 및 기타 Custom 로그 지원 • filter, stats, sort, limit, parse Query Command 지원 • CloudWatch Dashboard에 Query 결과 추가 가능 Log group name fields @timestamp, @message | sort @timestamp desc | limit 20
  • 37. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon CloudWatch : 모니터링 & 액션 • Auto Scaling과 CloudWatch Alert 연동 EC2#1 Auto Scaling group EC2#2 CloudWatch Alarm CPU Util% > 70% Auto Scaling Policy Alarm전송 Trigger 신규 EC2 Launching EC2#3
  • 38. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon CloudWatch : 모니터링 & 액션 • Auto Scaling과 CloudWatch Alert 연동 EC2#1 Auto Scaling group EC2#2 CloudWatch Alarm Auto Scaling Policy Alarm전송 Trigger 신규 EC2 Launching EC2#3
  • 39. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Provisioning Configuration management Monitoring
  • 40. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. “내가 관리하고 있는 AWS Resource에 어떤 변경 사항이 있는지 알 수 있을까?” 그런데… Multi-region, Multi account 환경이라면 ???
  • 41. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS Config & AWS Config rules • 지속적으로 AWS 리소스 구성 변경 사항 트래킹 • 리소스 구성 상태가 AWS Config Rules에서 정의한 정책에 위배되지 않는지 평가 • 구성 상태가 정책에 위배될 경우 SNS 서비스를 통해 Alert를 받거나 CloudWatch Event와 연동하여 사용자 정의 Action 수행 • Multi Region, Multi Account Data Aggregation 지원 AWS 리소스에 변경사항 발생 AWS Config AWS Config Rules • Compliant • Noncompliant 이력, 스냅샷 통지 API 접근 Normalized
  • 42. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 2019/02/07에 변경 발생 Tag가 추가됨 AWS Config : 변경 내역 Tracking
  • 43. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 그러나… https://www.today.com/video/today/56422727
  • 44. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS Config Advanced Query • AWS Config가 지원하는 AWS 리소스 별 속성 메타데이터를 표준 SQL문으로 조회 • Inventory 조회, 보안/운영 인텔리전스, 비용 최적화에 활용 샘플 SQL문 사용하지 않는 EBS 볼륨 조회 SELECT resourceId, resourceType, configuration.volumeType, configuration.size, resourceCreationTime, tags, configuration.encrypted, configuration.availabilityZone, configuration.state.value WHERE resourceType = 'AWS::EC2::Volume' AND configuration.state.value <> 'in-use'
  • 45. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS Config Rules • AWS 리소스 별 Compliance 규칙 정의 “모든 S3 버킷은 Versioning을 Enable해야 한다” “모든 IAM 사용자는 MFA(Multi Factor Authentication)이 Enable 되어야 한다” “인터넷 구간(0.0.0.0/0)에서 SSH 접속을 허용하는 정책은 Security Group에 포함되면 안된다” “허용된 AMI(Amazon Machine Image)만 사용해야 한다” ”AWS 리소스는 회사 표준에서 정의한 Tag을 가지고 있어야 한다” “모든 S3 버킷은 Public Read/Write를 허용해서는 안된다” “RDS Storage는 암호화 되어야 한다” ”~~~ 해야 한다” / “~~~하면 안된다”
  • 46. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS Config Rules
  • 47. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS Config RDK (Rule Development Kit) https://github.com/awslabs/aws-config-rdk $ pip install rdk $ rdk init $ rdk create MyRule $ rdk test-local MyTestRule $ rdk modify MyRule $ rdk deploy MyRule
  • 48. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS Config Dashboard
  • 49. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS Config Rules : 교정(Remediation) Amazon EC2 Amazon S3 Amazon RDS Amazon VPC AWS Config Rules Systems Manager Documents CloudWatch Event Amazon SNS AWS Lambda 주기적 또는 구성항목(CI) 변경 시 Config 룰 체크 “Rule 위반” AWS Resources Admin 교정(Remediation)
  • 50. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS CloudTrail • 모든 API 호출 내역을 기록. 감사 또는 컴플라이언스에 사용 • 보안 분석 수행, 서비스/유저/어카운트 별 사용자 행동 패턴 감지 • CloudWatch Events/Logs와 연동하여 Critical 이벤트 발생 시 Alarm 생성 • S3 오브젝트 레벨 로깅 가능 (S3 Bucket 단위로 Enable 해야 함) CloudTrail이 저장될 S3 버킷 생성 AWS Account별 API 호출 (예 : Terminate EC2) Events AWS CloudTrail CloudTrail 은 API 호출 내역을 캡쳐 API 호출 내역을 S3에 전송. CloudWatch Event/Logs와 연동 가능 AWS SDK Desktop Mobile
  • 51. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS CloudTrail 예시 • EC2 Termination IAM User name IAM User name Termination 누가 언제 무엇을
  • 52. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS Systems Manager AWS, 그리고 On-premise상 대규모의 Windows/Linux 서버를 관리하게 위한 서비스 Systems Manager Agent 설치 필요 Resource Groups Run Command Inventory Patch Manager Automation Parameter Store State Manager Maintenance Window Session Manager Distributor
  • 53. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS Systems Manager : Resource Group 대규모 EC2를 효율적으로 관리하기 위해서는 적절한 Tag 정책 수립이 필요합니다 AWS Cloud Stack=DEV Stack=PROD Platform=Windows Platform=Linux Linux 개발 EC2만 Reboot!!
  • 54. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS Cloud Patch Group= WebServers Web Server Patch Baseline Patch Manager Compliance 체크 Notifications!Maintenance Window Patch Group= WebServers Corporate data center AWS Systems Manager : Patch Manager 패치 적용 Tag기반 패치 그룹 생성, 패치 그룹 별로 사전에 정의된 Maintenance Window 에 패치 적용
  • 55. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS Systems Manager : Run Command JSON 기반 Document를 다수의 관리대상 EC2/On-premise 서버에 명령 수행 Documents 관리대상 EC2Run Command Document 선택 대상 선택 후 실행 (by tag, manual) 작업 결과 저장(Optional) S3 Bucket • Windows Powershell, Linux Shell Script 수행 • Bootstrapping, OS/Application 환경 설정 변경 • Built-in / Custom Document 기반 명령 수행 • 동시 수행 Rate 조절
  • 56. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS Systems Manager : Document 예시
  • 57. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. • 관리대상 EC2 인스턴스에 SSH/Remote Desktop이 아닌 Web Browser 기반 Shell 또는 CLI로 직접 접속 가능 • 인바운드 네트워크 포트 오픈 불필요 • SSH Key Pair 관리 불필요 • IAM을 통해 Access Control • 세션 접속 로그는 CloudTrail에 저장되어 감사 목적에 활용 AWS Systems Manager : Session Manager IAM CloudTrail AWS Cloud VPC EC2 Instance Auditing & Logging권한체크 Session Manager Shell 또는 CLI
  • 58. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS Systems Manager : Parameter Store 어플리케이션 공통 파라미터 중앙 관리, 민감한 정보 암호화 및 Access Control EC2 IAM Role Parameter Store Name /summit2019/demo/Password Value AWS Key Management Service 암호화 요청 PASSWORD!!! 암호화 후 저장 /summit2019/demo/Password 복호화 요청 복호화 PASSWORD!!! Amazon Elastic Container Servic (ECS) IAM Role AWS Lambda IAM Role
  • 59. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 60. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Well Architected? 보안 Security 안정성 Reliability 성능 Performance 비용 최적화 Cost Optimization 운영 효율성 Operational Excellence
  • 61. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Well Architected Tool 단일 Workload 별 평가 보고서 생성 전체 Workload 평가 Dashboard AWS 베스트 프랙티스 문서/동영상 Access
  • 62. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 63. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Infrastructure provisioning Configuration management Governance & compliance Monitoring & performance Resource optimization AWS Management Services
  • 64. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Next Step • AWS Management Tool Blog https://aws.amazon.com/ko/blogs/mt/ • Systems Manager Github https://github.com/awslabs/aws-systems-manager • AWS Config Rules Github https://github.com/awslabs/aws-config-rdk • AWS Well-Architected https://aws.amazon.com/ko/architecture/well-architected/?nc1=h_ls • Architecting for the cloud https://d1.awsstatic.com/whitepapers/AWS_Cloud_Best_Practices.pdf
  • 65. 감사합니다! © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.