SlideShare ist ein Scribd-Unternehmen logo
1 von 94
Downloaden Sie, um offline zu lesen
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS 기반 클라우드 아키텍처 모범사례
정영준 솔루션즈 아키텍트, AWS 유현성 수석, 삼성전자 클라우드팀
삼성전자 개발자 포털/개발자 워크스페이스 사례
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
본 세션에서는
• 좋은 아키텍처를 구성하기 위한 방법
• 삼성전자의 개발자 포털/개발자 워크스페이스의 아키텍처 이야기
• AWS 아키텍처 베스트 프렉티스
7 2
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
좋은 아키텍처의 7가지 요소
장애를
감안한
설계
모든
계층의
보안
다양한
스토리
지 활용
유연한
구조
병렬
처리
느슨한
결합
새로운
시도
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
장애를 감안한 설계
1
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
장애를 감안한 설계
• 서버에 정적 공용 IP 주소 부여
• 단일 Amazon EC2 인스턴스
• 단일 호스트(인스턴스)에 전체 스택
• 웹 응용 프로그램
• 데이터 베이스
• 관리 등
단일 실패 지점을 피하기
AWS Cloud
User
DNS
(Route 53)
Elastic IP
address
EC2 Server
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS Cloud
User DNS
(Route 53)
Elastic IP
address
EC2 Server
Availability Zone Availability Zone
AWS Cloud
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
모든 계층의 보안
2
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
모든 계층에 보안을 적용
회사 네트워크
HTTP: 80
AWS Cloud
VPC
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
모든 계층에 보안을 적용
HTTP: 80
Corporate Network
AWS Cloud
VPC데이터가
전송되고 저장 시점에
암호화
회사 네트워크
VPN 연결
VPN
게이트웨이
Key Management
Service
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
모든 계층에 보안을 적용
HTTP: 80
Corporate Network
AWS Cloud
VPCIAM으로
최소 권한 원칙 실행
회사 네트워크
VPN 연결
VPN
게이트웨이
KMS
IAM
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
모든 계층에 보안을 적용
HTTP: 80
Corporate Network
AWS Cloud
VPC보안그룹과 NACL을
이용하여 방화벽
정책 적용
회사 네트워크
VPN 연결
VPN
게이트웨이
KMS
IAM
SG
SG SG SG
SG SG
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
모든 계층에 보안을 적용
Amazon
Inspector
AWS Certificate
Manager
AWS Shield AWS WAF
Amazon
Macie
Amazon
GuardDuty
AWS Config
보안강화를 의한 추가 도구
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
다양한 스토리지
옵션 활용
3
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
다양한 스토리지 옵션 활용
Amazon
Elastic Block Store (EBS)
인스턴스 스토어
Amazon RDS
Amazon CloudFront
Amazon S3 Amazon S3 Glacier
Amazon ElastiCache
Amazon DynamoDB
Amazon Redshift
Amazon Neptune
Amazon TimestreamAmazon FSx
for Lustre
Amazon FSx
for Windows File Server
Amazon
Elastic File System
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
다양한 스토리지 옵션 활용
현재 상황:
• 단일 스토리지 옵션사용
• 엘라스틱 로드 밸런서
• EC2 웹 어플리케이션 클러스터
• 관계형 데이터 베이스
• 캐시 레이어 없음
• 모든 데이터는 데이터베이스나
EBS에 저장됨
Multi AZ
AWS Cloud
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
다양한 스토리지 옵션 활용
데이터를 캐시하여 부하를 줄임:
• ElastiCache 를 캐싱 계층으로 만들어
웹서버와 데이터베이스 서버의 부하를
줄임
• CloudFront 를 이용하여, 부하를 줄이고
속도를 높임
• 정적 페이지를 S3에서 호스팅하도록
설정하여 웹서버의 부하를 줄임
• 연관관계가 없는 데이터는
DynamoDB에 저장
Amazon
CloudFront
Amazon
ElastiCache
Amazon
DynamoDB
Amazon S3
Multi AZ
AWS Cloud
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
유연한 구조
4
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
프로비저닝된 용량
실제 트레픽
블랙프라이데이 기간 중의 Amazon.com 트레픽
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
블랙프라이데이 기간 중의 Amazon.com 트레픽
76%
24%
프로비저닝된 용량
실제 트레픽
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
블랙프라이데이 기간 중의 Amazon.com 트레픽
프로비저닝된 용량
실제 트레픽
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
유연하게 구현하기
• 애플리케이션 액세스 패턴에 맞게 Auto Scaling 그룹을
사용하십시오.
• 응용 프로그램을 유연하게 준비하십시오.
• 구성 요소의 상태, 가용성 또는 고정 위치를 고정하지 마십시오.
• 재부팅 및 재시작에 대한 복원력을 가지도록 설계하십시오.
• 인스턴스가 시작되면, 자동적으로 해당 인스턴스의 역할에 맞게 자동으로
구성이 되어야 합니다.
• S3 및 DynamoDB와 같이 확장성이 뛰어나고 관리되는 서비스를
활용하십시오.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
병렬처리
5
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
병렬 처리의 장점
1단위
4단위
VS
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
병렬처리를 위한 구조 만들기
빠른 것이 높은 비용을 의미하지 않습니다.
• EC2 온디멘드를 사용하는 경우 경우:
• 12 시간 4 vCPU를 사용하거나,
• 1 시간 48 vCPU를 사용할 수 있음.
• 비용과 성능 간의 최상의 균형을 유지하기 위해 인프라를 작업량에 맞게
선택하십시오.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
병렬처리를 위한 구조 만들기
수직이 아닌 수평으로 확장 하십시오.
• 상태 / 세션 데이터에서 계산 분리
• ELB를 사용하여 부하 분산
• 분산 처리를 위해 큰 데이터를 조각으로 나누십시오.
• AWS Elastic Map Reduce (EMR) - 관리되는 Hadoop
• AWS Glue - 간편하고 유연하며 비용 효율적인 ETL
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
느슨한 결합
6
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
느슨한 결합으로 자유도 높이기: 큐 사용하기
Amazon Simple Queue Service (SQS) 를 사용하여
컴포넌트간의 메시지를 느슨하게 결합되도록 구현
강력한 결합
느슨한 결합
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
느슨한 결합: 바퀴를 재발명 할 필요 없음
AWS 주변의 모든 것들은 API 호출이 가능합니다.
AWS 네이티브 서비스를 활용하세요…
• Queuing
• Transcoding
• Search
• Databases
• Email
• Monitoring
• Metrics
• Logging
• Compute
Amazon Simple Queue
Service
Amazon CloudWatch
AWS CloudTrailAmazon Elasticsearch
Service
AWS Lambda
Amazon Simple
Notification Service
Amazon RDS
Amazon Simple
Notification Service
Amazon MQAmazon Elastic
Transcoder
AWS Elemental MediaLive
Amazon DynamoDB
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
새로운 시도
7
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
제약사항을 두려워 하지 마세요
기존 아키텍처의 제약에 대하여 다시 생각해보십시오.
• Q1) 메모리가 더 필요 한가요?
• Q2) 데이터베이스를 위하여 더 높은 IOPS 가 필요 한가요?
• Q3) 하드웨어가 실패하거나 설정이 잘못 되었나요?
• Q4) 비용 효율적인 재난 복구 전략이 필요 한가요?
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
제약사항을 두려워 하지 마세요
기존 아키텍처의 제약에 대하여 다시 생각해보십시오.
• A1) NO 인스턴스 사이즈 교체, YES 인스턴스 개수 증가 or 캐싱
• A2) NO 수직 확장, 인덱스 수정, YES 샤딩 or 리드리플리카
• A3) NO 디버깅, 로그 분석, YES 재부팅 or 재배포
• A4) NO Full DR 구성, YES 파이어라이트 or 웜스텐바이
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
2가지 방법론
Well-Architected
프레임워크
카오스 엔지니어링
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Well-Architected 프레임워크의 5가지 개념
© 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.
© 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.
© 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.
특정 지역 및 서비스로 업데이트 및
고객 요청 전달
사고 발생시 데이터 복제 및 요청 재
라우트
스위칭 메커니즘은 애플리케이션
서비스보다 훨씬 더 안정적이어야 함
© 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.
App
!
에러 리턴
느린 응담
네트워크 파티션
애플리케이션의
장애 대응 구조
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
마이크로 서비스는 소프트웨어 사고에
대해 폭발 반경을 제한합니다.
서킷 브레이커를 통해 영향을 최소화
벌크헤드 구조가 문제가 확장되는 것을 막아줌
DITTO—Do Idempotent Things To Others
상호간에 수정과 제거가 발생하지 않도록 막아줌
© 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.
화재 훈련은 모두가 계단을
타고 주차장에 모이게 하는
불편한 일입니다.
엔지니어 훈련
!
© 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.
인프라스트럭처
스위칭
애플리케이션
엔지니어
카오스
엔지니어링팀
게임 데이
도구
Simian Army
실패 주입
ChAP
Gremlin
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
인프라스트럭처
스위칭
애플리케이션
엔지니어
카오스
엔지니어링팀
도구
시큐리티
레드팀
Safestack
AVA
Metasploit
Nmap
AttackIQ
Tools
SafeBreach
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
인프라스트럭처
스위칭
애플리케이션
엔지니어
카오스
엔지니어링팀
도구
Security
Red
Team
도구
4개의 레이어. 2개의 팀.
핵심 가치: 장애상황에서도 잘 동작하는 서비스를 만들자
좋은 아키텍팅을 위한 카오스 엔지니어링 접근 방법
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Samsung developer portal and developer workspace
Apr. 2019
Ashton Hyunsung Yu (ashton.yu@samsung.com)
Platform strategy and architecture in developer portal/workspace DevOps team
Cloud Team | Samsung Electronics
64
Agenda
• Samsung developer relations
• Journey to build Samsung developer portal and developer workspace
• About our platform architecture
• Future plan
65
Samsung developer relations
Awareness /
Acquisition
Interest /
Training
Tech Support
Engagement/
Monetization
SDK/Tool
• Online Outreach: Digital Marketing, SNS
• Offline Event: Meetups, Hackathons, SDC
• Community/Industry Event/Beta program
• Tech Documentation
• Online Training: Webinar, Video
• Offline Event: Workshop, Office Hour
• Developer Program
• Tech Documentation
• Ticketing System: T1/T2/T3
• Community
• Distribution
• Certification
• Business Development
• Developer Portals
• Developer Workspace
• SDK/Tool/API guides
66
SDC 2018
Video clip (About 1 min.)
67
“Developer portal” and “Developer workspace”
• Developer portal
- User account management
- Technical documents (API/SDK guide documents)
- Ticketing system
- Blog, Newsroom
- Community
• Developer workspace
- Web based development environment
- Workflow to distribute/certificate
- Cloudfoundry based test environment for 3rd party developers
68
Journey to build Samsung developer portal and developer workspace
SmartThings Bixby RCS
Developer portal
Developer workspace
IoT Device/App onboarding Develop Bixby Capsule Develop RCS Chatbot
2017 official open 2018 official open 2018 officail open
2018 official open 2018 beta open 2018 closed beta open
69
Journey to build Samsung developer portal and developer workspace
Platform strategy
• Define common platform
. User account management/CRM
→ Salesforce.com
. Ticketing/Support system
→ Zendesk
. Content management
→ Git repo, Hexo.io
• Provide APIs for each service dev team
Architecture design
• Build cloud native application
. Microservice architecture
. Containerized workload
→ Docker, AWS Fargate
. Multi cloud provisioning
→ Docker, CloudFoundry
• Be scalable, resilient and fail-safe
Operational policy
• Fully automated operation
. DevOps Culture
. CI/CD
. QAOps (QAAutomation)
• SRE(Service Reliability Engineering)
. Monitoring/Alerting
. SLI/SLO
. Measure everything
→ VALET Dashboard
70
Journey to build Samsung developer portal and developer workspace
All new developer portal & workspaceCurrent developer portal
Portal
&
Infra.
User
Account
Git Repository
(Tech doc Repository)
OneClick Build
(Deploy)
CI/CD
Managing
Tech. Doc.
Oracle DB Sugar CRM Salesforce
AWS SDS IDC AWS
Local BuildLocal PC Git Repository
program.developer.
samsung.com
developer.
samsung.com
New dev. Portal
(SmartTings, RCS, Bixby)
Tech. Document Library
Samsung Developers
(Portal)
Developer Workspace
(Console/Builder)
Separated Tech. Document sites
Amazon Web Service
Salesforce.com CRM
Y2019Legacy Y2017~18Remarks :
Smart-
Things
RCS BixbyGalaxy Gear Apps
dev.
Guide
71
Architecture | developer portal
[AWS architecture blog]
https://aws.amazon.com/ko/blogs/architecture/samsung-
builds-a-secure-developer-portal-with-fargate-and-ecr/
72
Why we chose AWS Fargate for developer portal
• Easy to Use
- Good for quick horizontal scaling
- ECS CLI Supports Fargate
• Fast Deploy
- AWS support dedicated fleet for Fargate
- Fast provisioning
• Cost effective and reduce operational effort
- Reducing monthly costs by approximately 44.5% (compute cost only)
73
Architecture | CloudFoundry platform for developer workspace
[Source : CloudFoundry.org]
74
Use cases of CloudFoundry
Developers can request the app as docker image to
install the created app in CloudFoundry to their own
cloud environments
Router
Build Pack
Process
Running Containers
App App App App
App App App App
Blob Store
buildpacks
CloudFoundry Platform
Node.js package Node-red package Flow.json
Gitlab
(2) Compilation
(1) CF push
(3) Package download
(4) Create container image
(5) Deploy
(6) Store flow
[CloudFoundry blog]
https://www.cloudfoundry.org/blog/samsung-chooses-cloud-foundry-3rd-party-developer-experience/
75
SRE : Architecture to build VALET Dashboard
VALET - Volume, Availability, Latency, Errors, Tickets for SLIs/SLOs management
“Failure is normal and reliability is fundamental”
76
Future plan
2 Millions developers in Samsung developer ecosystem by 2020
Developer Relation Developer Tools DevOps/SRE
• Reinvigorate online outreach with
best quality contents
• Establish regional/local DR
evangelism
• SDC, developer day/meetup for
strategic service platforms
• Reinforce SDK/Tools competitiveness
• All new Samsung developer portal
• Developer workspace branding
• Integrating with marketplace
• Fast/Automated delivery for contents
and services
• Enhanced service reliability
Thank you!
[AWS Architecture blog]
https://aws.amazon.com/ko/blogs/architecture/samsung-builds-a-secure-developer-portal-with-fargate-and-ecr/
[CloudFoundry blog]
https://www.cloudfoundry.org/blog/samsung-chooses-cloud-foundry-3rd-party-developer-experience/
© 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.
아키텍처 베스트 프렉티스 알아보기
• 3티어 웹어플리케이션
• 고가용성 시스템 아키텍처
• 컨텐츠 / 미디어 서빙
• 배치 프로세싱
• 로컬 어플리케이션의 재난 대응 아키텍처
• 로그 분석 시스템
• 시계열 프로세싱
• 파일 동기화 서비스
• 대용량 처리
• 금융 서비스 그리드 컴퓨팅
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
3티어 웹 어플리케이션 호스팅
https://media.amazonwebservices.com/architecturecenter/AWS_ac_ra_web_01.pdf
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
고가용성 시스템 아키텍처
https://media.amazonwebservices.com/architecturecenter/AWS_ac_ra_ftha_04.pdf
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
컨텐츠 / 미디어 서빙
https://media.amazonwebservices.com/architecturecenter/AWS_ac_ra_media_02.pdf
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
배치 프로세싱
https://media.amazonwebservices.com/architecturecenter/AWS_ac_ra_batch_03.pdf
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
로컬 어플리케이션의 재난 대응
https://media.amazonwebservices.com/architecturecenter/AWS_ac_ra_disasterrecovery_07.pdf
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
로그 분석
https://media.amazonwebservices.com/architecturecenter/AWS_ac_ra_loganalysis_11.pdf
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
시계열 분석
https://media.amazonwebservices.com/architecturecenter/AWS_ac_ra_timeseriesprocessing_16.pdf
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
파일 동기화 서비스
https://media.amazonwebservices.com/architecturecenter/AWS_ac_ra_filesync_08.pdf
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
대용량 처리 & 데이터 셋트 처리
https://media.amazonwebservices.com/architecturecenter/AWS_ac_ra_largescale_05.pdf
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
금융 서비스 그리드 컴퓨팅
https://media.amazonwebservices.com/architecturecenter/AWS_ac_ra_financialgrid_12.pdf
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
좋은 아키텍처란
안정적으로 개발/운영 배포 되면서
확장/축소가 용의한 어플리케이션
7 2
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS 의 아키텍팅 도구들
• AWS 아키텍처 센터
• 셈플 아키텍처와 다이어그램
• This is My Architecture, 고객 성공사례
• 주요 고객 성공사례 및 아키텍처 정보
• AWS Answers
• 아키텍팅, 기술 항목에 대한 질의 응답
• AWS 솔루션, AWS Quick Start
• AWS SA 와 파트너가 제공하는 디플로이 가이드 및 배포 코드, 몇번의 클릭으로 솔루션 배포
• AWS Well-Architected Training 무료 온라인 교육
• Wee-Architected 무료 온라인 교육
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Next Step
• 관련 리소스
• https://aws.amazon.com/ko/architecture/well-architected/
• https://aws.amazon.com/this-is-my-architecture/?nc1=f_ls
• https://aws.amazon.com/answers/
• https://aws.amazon.com/solutions/
• http://principlesofchaos.org/
• 세션 관련 Getting Started 정보
• https://aws.amazon.com/quickstart/
• https://aws.amazon.com/security/
감사합니다!
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.

Weitere ähnliche Inhalte

Was ist angesagt?

AWS Summit Seoul 2023 | 천만 사용자를 위한 카카오의 AWS Native 글로벌 채팅 서비스
AWS Summit Seoul 2023 | 천만 사용자를 위한 카카오의 AWS Native 글로벌 채팅 서비스AWS Summit Seoul 2023 | 천만 사용자를 위한 카카오의 AWS Native 글로벌 채팅 서비스
AWS Summit Seoul 2023 | 천만 사용자를 위한 카카오의 AWS Native 글로벌 채팅 서비스Amazon Web Services Korea
 
AWS와 함께하는 클라우드 컴퓨팅 (강철 AWS 매니저) :: AWS 기초 교육 온라인 세미나
AWS와 함께하는 클라우드 컴퓨팅 (강철 AWS 매니저) :: AWS 기초 교육 온라인 세미나AWS와 함께하는 클라우드 컴퓨팅 (강철 AWS 매니저) :: AWS 기초 교육 온라인 세미나
AWS와 함께하는 클라우드 컴퓨팅 (강철 AWS 매니저) :: AWS 기초 교육 온라인 세미나Amazon Web Services Korea
 
AWS Control Tower
AWS Control TowerAWS Control Tower
AWS Control TowerCloudHesive
 
Amazon RDS 살펴보기 (김용우) - AWS 웨비나 시리즈
Amazon RDS 살펴보기 (김용우) - AWS 웨비나 시리즈 Amazon RDS 살펴보기 (김용우) - AWS 웨비나 시리즈
Amazon RDS 살펴보기 (김용우) - AWS 웨비나 시리즈 Amazon Web Services Korea
 
데이터 마이그레이션 및 전송을 위한 AWS 스토리지 서비스 활용방안 - 박용선, 메가존 클라우드 매니저
데이터 마이그레이션 및 전송을 위한 AWS 스토리지 서비스 활용방안 - 박용선, 메가존 클라우드 매니저데이터 마이그레이션 및 전송을 위한 AWS 스토리지 서비스 활용방안 - 박용선, 메가존 클라우드 매니저
데이터 마이그레이션 및 전송을 위한 AWS 스토리지 서비스 활용방안 - 박용선, 메가존 클라우드 매니저Amazon Web Services Korea
 
20190319 AWS Black Belt Online Seminar Amazon FSx for Lustre
20190319 AWS Black Belt Online Seminar Amazon FSx for Lustre20190319 AWS Black Belt Online Seminar Amazon FSx for Lustre
20190319 AWS Black Belt Online Seminar Amazon FSx for LustreAmazon Web Services Japan
 
AWS와 함께하는 클라우드 컴퓨팅 - 강철, AWS 어카운트 매니저 :: AWS Builders 100
AWS와 함께하는 클라우드 컴퓨팅 - 강철, AWS 어카운트 매니저 :: AWS Builders 100AWS와 함께하는 클라우드 컴퓨팅 - 강철, AWS 어카운트 매니저 :: AWS Builders 100
AWS와 함께하는 클라우드 컴퓨팅 - 강철, AWS 어카운트 매니저 :: AWS Builders 100Amazon Web Services Korea
 
9월 웨비나 - AWS에서의 네트워크 보안 (이경수 솔루션즈 아키텍트)
9월 웨비나 - AWS에서의 네트워크 보안 (이경수 솔루션즈 아키텍트)9월 웨비나 - AWS에서의 네트워크 보안 (이경수 솔루션즈 아키텍트)
9월 웨비나 - AWS에서의 네트워크 보안 (이경수 솔루션즈 아키텍트)Amazon Web Services Korea
 
사례로 알아보는 Database Migration Service : 데이터베이스 및 데이터 이관, 통합, 분리, 분석의 도구 - 발표자: ...
사례로 알아보는 Database Migration Service : 데이터베이스 및 데이터 이관, 통합, 분리, 분석의 도구 - 발표자: ...사례로 알아보는 Database Migration Service : 데이터베이스 및 데이터 이관, 통합, 분리, 분석의 도구 - 발표자: ...
사례로 알아보는 Database Migration Service : 데이터베이스 및 데이터 이관, 통합, 분리, 분석의 도구 - 발표자: ...Amazon Web Services Korea
 
20180221 AWS Black Belt Online Seminar AWS Lambda@Edge
20180221 AWS Black Belt Online Seminar AWS Lambda@Edge20180221 AWS Black Belt Online Seminar AWS Lambda@Edge
20180221 AWS Black Belt Online Seminar AWS Lambda@EdgeAmazon Web Services Japan
 
AWS Black Belt Online Seminar AWS Key Management Service (KMS)
AWS Black Belt Online Seminar AWS Key Management Service (KMS) AWS Black Belt Online Seminar AWS Key Management Service (KMS)
AWS Black Belt Online Seminar AWS Key Management Service (KMS) Amazon Web Services Japan
 
AWS Summit Seoul 2023 | AWS에서 최소한의 비용으로 구현하는 멀티리전 DR 자동화 구성
AWS Summit Seoul 2023 | AWS에서 최소한의 비용으로 구현하는 멀티리전 DR 자동화 구성AWS Summit Seoul 2023 | AWS에서 최소한의 비용으로 구현하는 멀티리전 DR 자동화 구성
AWS Summit Seoul 2023 | AWS에서 최소한의 비용으로 구현하는 멀티리전 DR 자동화 구성Amazon Web Services Korea
 
진화하는 CloudFront 의 이해와 글로벌 서비스 활용 - 안수일 시니어 솔루션즈 아키텍트, GS NEOTEK :: AWS Summit...
진화하는 CloudFront 의 이해와 글로벌 서비스 활용 - 안수일 시니어 솔루션즈 아키텍트, GS NEOTEK :: AWS Summit...진화하는 CloudFront 의 이해와 글로벌 서비스 활용 - 안수일 시니어 솔루션즈 아키텍트, GS NEOTEK :: AWS Summit...
진화하는 CloudFront 의 이해와 글로벌 서비스 활용 - 안수일 시니어 솔루션즈 아키텍트, GS NEOTEK :: AWS Summit...Amazon Web Services Korea
 
Amazon EMR과 SageMaker를 이용하여 데이터를 준비하고 머신러닝 모델 개발 하기
Amazon EMR과 SageMaker를 이용하여 데이터를 준비하고 머신러닝 모델 개발 하기Amazon EMR과 SageMaker를 이용하여 데이터를 준비하고 머신러닝 모델 개발 하기
Amazon EMR과 SageMaker를 이용하여 데이터를 준비하고 머신러닝 모델 개발 하기Amazon Web Services Korea
 
금융 X 하이브리드 클라우드 플랫폼 - 한화생명 디지털 트랜스포메이션 전략 - 김나영 AWS 금융부문 사업개발 담당 / 박인규 AWS 금융...
금융 X 하이브리드 클라우드 플랫폼 - 한화생명 디지털 트랜스포메이션 전략 - 김나영 AWS 금융부문 사업개발 담당 / 박인규 AWS 금융...금융 X 하이브리드 클라우드 플랫폼 - 한화생명 디지털 트랜스포메이션 전략 - 김나영 AWS 금융부문 사업개발 담당 / 박인규 AWS 금융...
금융 X 하이브리드 클라우드 플랫폼 - 한화생명 디지털 트랜스포메이션 전략 - 김나영 AWS 금융부문 사업개발 담당 / 박인규 AWS 금융...Amazon Web Services Korea
 
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
 
AWS Control Tower를 통한 클라우드 보안 및 거버넌스 설계 - 김학민 :: AWS 클라우드 마이그레이션 온라인
AWS Control Tower를 통한 클라우드 보안 및 거버넌스 설계 - 김학민 :: AWS 클라우드 마이그레이션 온라인AWS Control Tower를 통한 클라우드 보안 및 거버넌스 설계 - 김학민 :: AWS 클라우드 마이그레이션 온라인
AWS Control Tower를 통한 클라우드 보안 및 거버넌스 설계 - 김학민 :: AWS 클라우드 마이그레이션 온라인Amazon Web Services Korea
 
AWS Black Belt Online Seminar 2017 AWS Elastic Beanstalk
AWS Black Belt Online Seminar 2017 AWS Elastic BeanstalkAWS Black Belt Online Seminar 2017 AWS Elastic Beanstalk
AWS Black Belt Online Seminar 2017 AWS Elastic BeanstalkAmazon Web Services Japan
 
20210119 AWS Black Belt Online Seminar AWS CloudTrail
20210119 AWS Black Belt Online Seminar AWS CloudTrail20210119 AWS Black Belt Online Seminar AWS CloudTrail
20210119 AWS Black Belt Online Seminar AWS CloudTrailAmazon Web Services Japan
 
AWS Black Belt Techシリーズ Amazon WorkDocs / Amazon WorkMail
AWS Black Belt Techシリーズ Amazon WorkDocs / Amazon WorkMailAWS Black Belt Techシリーズ Amazon WorkDocs / Amazon WorkMail
AWS Black Belt Techシリーズ Amazon WorkDocs / Amazon WorkMailAmazon Web Services Japan
 

Was ist angesagt? (20)

AWS Summit Seoul 2023 | 천만 사용자를 위한 카카오의 AWS Native 글로벌 채팅 서비스
AWS Summit Seoul 2023 | 천만 사용자를 위한 카카오의 AWS Native 글로벌 채팅 서비스AWS Summit Seoul 2023 | 천만 사용자를 위한 카카오의 AWS Native 글로벌 채팅 서비스
AWS Summit Seoul 2023 | 천만 사용자를 위한 카카오의 AWS Native 글로벌 채팅 서비스
 
AWS와 함께하는 클라우드 컴퓨팅 (강철 AWS 매니저) :: AWS 기초 교육 온라인 세미나
AWS와 함께하는 클라우드 컴퓨팅 (강철 AWS 매니저) :: AWS 기초 교육 온라인 세미나AWS와 함께하는 클라우드 컴퓨팅 (강철 AWS 매니저) :: AWS 기초 교육 온라인 세미나
AWS와 함께하는 클라우드 컴퓨팅 (강철 AWS 매니저) :: AWS 기초 교육 온라인 세미나
 
AWS Control Tower
AWS Control TowerAWS Control Tower
AWS Control Tower
 
Amazon RDS 살펴보기 (김용우) - AWS 웨비나 시리즈
Amazon RDS 살펴보기 (김용우) - AWS 웨비나 시리즈 Amazon RDS 살펴보기 (김용우) - AWS 웨비나 시리즈
Amazon RDS 살펴보기 (김용우) - AWS 웨비나 시리즈
 
데이터 마이그레이션 및 전송을 위한 AWS 스토리지 서비스 활용방안 - 박용선, 메가존 클라우드 매니저
데이터 마이그레이션 및 전송을 위한 AWS 스토리지 서비스 활용방안 - 박용선, 메가존 클라우드 매니저데이터 마이그레이션 및 전송을 위한 AWS 스토리지 서비스 활용방안 - 박용선, 메가존 클라우드 매니저
데이터 마이그레이션 및 전송을 위한 AWS 스토리지 서비스 활용방안 - 박용선, 메가존 클라우드 매니저
 
20190319 AWS Black Belt Online Seminar Amazon FSx for Lustre
20190319 AWS Black Belt Online Seminar Amazon FSx for Lustre20190319 AWS Black Belt Online Seminar Amazon FSx for Lustre
20190319 AWS Black Belt Online Seminar Amazon FSx for Lustre
 
AWS와 함께하는 클라우드 컴퓨팅 - 강철, AWS 어카운트 매니저 :: AWS Builders 100
AWS와 함께하는 클라우드 컴퓨팅 - 강철, AWS 어카운트 매니저 :: AWS Builders 100AWS와 함께하는 클라우드 컴퓨팅 - 강철, AWS 어카운트 매니저 :: AWS Builders 100
AWS와 함께하는 클라우드 컴퓨팅 - 강철, AWS 어카운트 매니저 :: AWS Builders 100
 
9월 웨비나 - AWS에서의 네트워크 보안 (이경수 솔루션즈 아키텍트)
9월 웨비나 - AWS에서의 네트워크 보안 (이경수 솔루션즈 아키텍트)9월 웨비나 - AWS에서의 네트워크 보안 (이경수 솔루션즈 아키텍트)
9월 웨비나 - AWS에서의 네트워크 보안 (이경수 솔루션즈 아키텍트)
 
사례로 알아보는 Database Migration Service : 데이터베이스 및 데이터 이관, 통합, 분리, 분석의 도구 - 발표자: ...
사례로 알아보는 Database Migration Service : 데이터베이스 및 데이터 이관, 통합, 분리, 분석의 도구 - 발표자: ...사례로 알아보는 Database Migration Service : 데이터베이스 및 데이터 이관, 통합, 분리, 분석의 도구 - 발표자: ...
사례로 알아보는 Database Migration Service : 데이터베이스 및 데이터 이관, 통합, 분리, 분석의 도구 - 발표자: ...
 
20180221 AWS Black Belt Online Seminar AWS Lambda@Edge
20180221 AWS Black Belt Online Seminar AWS Lambda@Edge20180221 AWS Black Belt Online Seminar AWS Lambda@Edge
20180221 AWS Black Belt Online Seminar AWS Lambda@Edge
 
AWS Black Belt Online Seminar AWS Key Management Service (KMS)
AWS Black Belt Online Seminar AWS Key Management Service (KMS) AWS Black Belt Online Seminar AWS Key Management Service (KMS)
AWS Black Belt Online Seminar AWS Key Management Service (KMS)
 
AWS Summit Seoul 2023 | AWS에서 최소한의 비용으로 구현하는 멀티리전 DR 자동화 구성
AWS Summit Seoul 2023 | AWS에서 최소한의 비용으로 구현하는 멀티리전 DR 자동화 구성AWS Summit Seoul 2023 | AWS에서 최소한의 비용으로 구현하는 멀티리전 DR 자동화 구성
AWS Summit Seoul 2023 | AWS에서 최소한의 비용으로 구현하는 멀티리전 DR 자동화 구성
 
진화하는 CloudFront 의 이해와 글로벌 서비스 활용 - 안수일 시니어 솔루션즈 아키텍트, GS NEOTEK :: AWS Summit...
진화하는 CloudFront 의 이해와 글로벌 서비스 활용 - 안수일 시니어 솔루션즈 아키텍트, GS NEOTEK :: AWS Summit...진화하는 CloudFront 의 이해와 글로벌 서비스 활용 - 안수일 시니어 솔루션즈 아키텍트, GS NEOTEK :: AWS Summit...
진화하는 CloudFront 의 이해와 글로벌 서비스 활용 - 안수일 시니어 솔루션즈 아키텍트, GS NEOTEK :: AWS Summit...
 
Amazon EMR과 SageMaker를 이용하여 데이터를 준비하고 머신러닝 모델 개발 하기
Amazon EMR과 SageMaker를 이용하여 데이터를 준비하고 머신러닝 모델 개발 하기Amazon EMR과 SageMaker를 이용하여 데이터를 준비하고 머신러닝 모델 개발 하기
Amazon EMR과 SageMaker를 이용하여 데이터를 준비하고 머신러닝 모델 개발 하기
 
금융 X 하이브리드 클라우드 플랫폼 - 한화생명 디지털 트랜스포메이션 전략 - 김나영 AWS 금융부문 사업개발 담당 / 박인규 AWS 금융...
금융 X 하이브리드 클라우드 플랫폼 - 한화생명 디지털 트랜스포메이션 전략 - 김나영 AWS 금융부문 사업개발 담당 / 박인규 AWS 금융...금융 X 하이브리드 클라우드 플랫폼 - 한화생명 디지털 트랜스포메이션 전략 - 김나영 AWS 금융부문 사업개발 담당 / 박인규 AWS 금융...
금융 X 하이브리드 클라우드 플랫폼 - 한화생명 디지털 트랜스포메이션 전략 - 김나영 AWS 금융부문 사업개발 담당 / 박인규 AWS 금융...
 
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
 
AWS Control Tower를 통한 클라우드 보안 및 거버넌스 설계 - 김학민 :: AWS 클라우드 마이그레이션 온라인
AWS Control Tower를 통한 클라우드 보안 및 거버넌스 설계 - 김학민 :: AWS 클라우드 마이그레이션 온라인AWS Control Tower를 통한 클라우드 보안 및 거버넌스 설계 - 김학민 :: AWS 클라우드 마이그레이션 온라인
AWS Control Tower를 통한 클라우드 보안 및 거버넌스 설계 - 김학민 :: AWS 클라우드 마이그레이션 온라인
 
AWS Black Belt Online Seminar 2017 AWS Elastic Beanstalk
AWS Black Belt Online Seminar 2017 AWS Elastic BeanstalkAWS Black Belt Online Seminar 2017 AWS Elastic Beanstalk
AWS Black Belt Online Seminar 2017 AWS Elastic Beanstalk
 
20210119 AWS Black Belt Online Seminar AWS CloudTrail
20210119 AWS Black Belt Online Seminar AWS CloudTrail20210119 AWS Black Belt Online Seminar AWS CloudTrail
20210119 AWS Black Belt Online Seminar AWS CloudTrail
 
AWS Black Belt Techシリーズ Amazon WorkDocs / Amazon WorkMail
AWS Black Belt Techシリーズ Amazon WorkDocs / Amazon WorkMailAWS Black Belt Techシリーズ Amazon WorkDocs / Amazon WorkMail
AWS Black Belt Techシリーズ Amazon WorkDocs / Amazon WorkMail
 

Ähnlich wie AWS 기반 클라우드 아키텍처 모범사례 - 삼성전자 개발자 포털/개발자 워크스페이스 - 정영준 솔루션즈 아키텍트, 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 2019Amazon 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
 
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
 
강의 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
 
클라우드 네이티브 환경에 맞는 IT 운영 원칙과 모범사례 - 권신중 솔루션즈 아키텍트, AWS :: AWS Summit Seoul 2019
클라우드 네이티브 환경에 맞는 IT 운영 원칙과 모범사례 - 권신중 솔루션즈 아키텍트, AWS :: AWS Summit Seoul 2019클라우드 네이티브 환경에 맞는 IT 운영 원칙과 모범사례 - 권신중 솔루션즈 아키텍트, AWS :: AWS Summit Seoul 2019
클라우드 네이티브 환경에 맞는 IT 운영 원칙과 모범사례 - 권신중 솔루션즈 아키텍트, AWS :: AWS Summit Seoul 2019Amazon 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
 
AWS 클라우드를 통해 최소기능제품(MVP) 빠르게 개발하기 - 윤석찬 테크 에반젤리스트, AWS
AWS 클라우드를 통해 최소기능제품(MVP) 빠르게 개발하기 - 윤석찬 테크 에반젤리스트, AWSAWS 클라우드를 통해 최소기능제품(MVP) 빠르게 개발하기 - 윤석찬 테크 에반젤리스트, AWS
AWS 클라우드를 통해 최소기능제품(MVP) 빠르게 개발하기 - 윤석찬 테크 에반젤리스트, AWSAmazon Web Services Korea
 
AWS re:Invent 2018를 통해 본 개발자들이 원하는 4가지 클라우드 동향 :: 윤석찬 - AWS Community Day 2019
AWS re:Invent 2018를 통해 본 개발자들이 원하는 4가지 클라우드 동향 :: 윤석찬 - AWS Community Day 2019 AWS re:Invent 2018를 통해 본 개발자들이 원하는 4가지 클라우드 동향 :: 윤석찬 - AWS Community Day 2019
AWS re:Invent 2018를 통해 본 개발자들이 원하는 4가지 클라우드 동향 :: 윤석찬 - AWS Community Day 2019 AWSKRUG - AWS한국사용자모임
 
개발자를 위한 클라우드 기술 트렌드- 윤석찬, AWS 테크에반젤리스트 :: Hello T 개발자 컨퍼런스
개발자를 위한 클라우드 기술 트렌드- 윤석찬, AWS 테크에반젤리스트 :: Hello T 개발자 컨퍼런스개발자를 위한 클라우드 기술 트렌드- 윤석찬, AWS 테크에반젤리스트 :: Hello T 개발자 컨퍼런스
개발자를 위한 클라우드 기술 트렌드- 윤석찬, AWS 테크에반젤리스트 :: Hello T 개발자 컨퍼런스Amazon Web Services Korea
 
SAP, 아마존 클라우드에서 어떻게 하면 잘한다고 소문이 날까? AWS 클라우드 환경에서 ISMS-P(정보보호 관리체계) "인싸"가 되는 ...
SAP, 아마존 클라우드에서 어떻게 하면 잘한다고 소문이 날까? AWS 클라우드 환경에서 ISMS-P(정보보호 관리체계) "인싸"가 되는 ...SAP, 아마존 클라우드에서 어떻게 하면 잘한다고 소문이 날까? AWS 클라우드 환경에서 ISMS-P(정보보호 관리체계) "인싸"가 되는 ...
SAP, 아마존 클라우드에서 어떻게 하면 잘한다고 소문이 날까? AWS 클라우드 환경에서 ISMS-P(정보보호 관리체계) "인싸"가 되는 ...Amazon Web Services Korea
 
강의 2 - AWS 핵심 서비스 (조재구 테크니컬 트레이너, AWS) :: AWSome Day 온라인 컨퍼런스 2018
강의 2 - AWS 핵심 서비스 (조재구 테크니컬 트레이너, AWS) :: AWSome Day 온라인 컨퍼런스 2018강의 2 - AWS 핵심 서비스 (조재구 테크니컬 트레이너, AWS) :: AWSome Day 온라인 컨퍼런스 2018
강의 2 - AWS 핵심 서비스 (조재구 테크니컬 트레이너, AWS) :: AWSome Day 온라인 컨퍼런스 2018Amazon Web Services Korea
 
[AWSome Day온라인 컨퍼런스] 강의 3: 클라우드 구축하기 - 정도현, AWS 테크니컬 트레이너
[AWSome Day온라인 컨퍼런스] 강의 3: 클라우드 구축하기 - 정도현, AWS 테크니컬 트레이너[AWSome Day온라인 컨퍼런스] 강의 3: 클라우드 구축하기 - 정도현, AWS 테크니컬 트레이너
[AWSome Day온라인 컨퍼런스] 강의 3: 클라우드 구축하기 - 정도현, AWS 테크니컬 트레이너Amazon Web Services Korea
 
4시간안에 끝내는 AWS 클라우드 전환 및 운영 환경 구성 - 최지웅 부대표, 오픈소스컨설팅 :: AWS Summit Seoul 2019
4시간안에 끝내는 AWS 클라우드 전환 및 운영 환경 구성 - 최지웅 부대표, 오픈소스컨설팅 :: AWS Summit Seoul 20194시간안에 끝내는 AWS 클라우드 전환 및 운영 환경 구성 - 최지웅 부대표, 오픈소스컨설팅 :: AWS Summit Seoul 2019
4시간안에 끝내는 AWS 클라우드 전환 및 운영 환경 구성 - 최지웅 부대표, 오픈소스컨설팅 :: AWS Summit Seoul 2019Amazon 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
 
4시간 안에 끝내는 AWS 클라우드 전환 및 운영 환경 구성_최지웅_오픈소스컨설팅
4시간 안에 끝내는 AWS 클라우드 전환 및 운영 환경 구성_최지웅_오픈소스컨설팅4시간 안에 끝내는 AWS 클라우드 전환 및 운영 환경 구성_최지웅_오픈소스컨설팅
4시간 안에 끝내는 AWS 클라우드 전환 및 운영 환경 구성_최지웅_오픈소스컨설팅Open Source Consulting
 
강의 4 - AWS 아키텍처 설계 (조재구 테크니컬 트레이너, AWS) :: AWSome Day 온라인 컨퍼런스 2018
강의 4 - AWS 아키텍처 설계 (조재구 테크니컬 트레이너, AWS) :: AWSome Day 온라인 컨퍼런스 2018강의 4 - AWS 아키텍처 설계 (조재구 테크니컬 트레이너, AWS) :: AWSome Day 온라인 컨퍼런스 2018
강의 4 - AWS 아키텍처 설계 (조재구 테크니컬 트레이너, AWS) :: AWSome Day 온라인 컨퍼런스 2018Amazon Web Services Korea
 
SAP on AWS 사례로 알아보는 핵심 업무 이전 : SAP Competency 파트너사의 경험과 비젼 - 이상규 솔루션즈 아키텍트, A...
SAP on AWS 사례로 알아보는 핵심 업무 이전 : SAP Competency 파트너사의 경험과 비젼 - 이상규 솔루션즈 아키텍트, A...SAP on AWS 사례로 알아보는 핵심 업무 이전 : SAP Competency 파트너사의 경험과 비젼 - 이상규 솔루션즈 아키텍트, A...
SAP on AWS 사례로 알아보는 핵심 업무 이전 : SAP Competency 파트너사의 경험과 비젼 - 이상규 솔루션즈 아키텍트, A...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
 
AWS와 함께 하는 클라우드 컴퓨팅 - 홍민우 AWS 매니저
AWS와 함께 하는 클라우드 컴퓨팅 - 홍민우 AWS 매니저AWS와 함께 하는 클라우드 컴퓨팅 - 홍민우 AWS 매니저
AWS와 함께 하는 클라우드 컴퓨팅 - 홍민우 AWS 매니저Amazon Web Services Korea
 

Ähnlich wie AWS 기반 클라우드 아키텍처 모범사례 - 삼성전자 개발자 포털/개발자 워크스페이스 - 정영준 솔루션즈 아키텍트, AWS / 유현성 수석, 삼성전자 클라우드팀 :: AWS Summit Seoul 2019 (20)

천만 사용자를 위한 AWS 클라우드 아키텍처 진화하기 - 김준형 솔루션즈 아키텍트, AWS :: AWS Summit Seoul 2019
천만 사용자를 위한 AWS 클라우드 아키텍처 진화하기 - 김준형 솔루션즈 아키텍트, AWS :: AWS Summit Seoul 2019천만 사용자를 위한 AWS 클라우드 아키텍처 진화하기 - 김준형 솔루션즈 아키텍트, AWS :: AWS Summit Seoul 2019
천만 사용자를 위한 AWS 클라우드 아키텍처 진화하기 - 김준형 솔루션즈 아키텍트, AWS :: AWS Summit Seoul 2019
 
강의 4: AWS 아키텍처 설계:: AWSome Day Online Conference
강의 4: AWS 아키텍처 설계:: AWSome Day Online Conference강의 4: AWS 아키텍처 설계:: AWSome Day Online Conference
강의 4: AWS 아키텍처 설계:: AWSome Day Online Conference
 
AWS Builders Online Series | AWS와 함께하는 클라우드 컴퓨팅 - 강철, AWS 어카운트 매니저
AWS Builders Online Series | AWS와 함께하는 클라우드 컴퓨팅 - 강철, AWS 어카운트 매니저AWS Builders Online Series | AWS와 함께하는 클라우드 컴퓨팅 - 강철, AWS 어카운트 매니저
AWS Builders Online Series | 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
 
클라우드 네이티브 환경에 맞는 IT 운영 원칙과 모범사례 - 권신중 솔루션즈 아키텍트, AWS :: AWS Summit Seoul 2019
클라우드 네이티브 환경에 맞는 IT 운영 원칙과 모범사례 - 권신중 솔루션즈 아키텍트, AWS :: AWS Summit Seoul 2019클라우드 네이티브 환경에 맞는 IT 운영 원칙과 모범사례 - 권신중 솔루션즈 아키텍트, AWS :: AWS Summit Seoul 2019
클라우드 네이티브 환경에 맞는 IT 운영 원칙과 모범사례 - 권신중 솔루션즈 아키텍트, AWS :: AWS Summit Seoul 2019
 
[Games on AWS 2019] AWS 사용자를 위한 만랩 달성 트랙 | AWS 최적화 사용을 위해 운영자가 아닌 개발자들이 해야 할 ...
[Games on AWS 2019] AWS 사용자를 위한 만랩 달성 트랙 | AWS 최적화 사용을 위해 운영자가 아닌 개발자들이 해야 할 ...[Games on AWS 2019] AWS 사용자를 위한 만랩 달성 트랙 | AWS 최적화 사용을 위해 운영자가 아닌 개발자들이 해야 할 ...
[Games on AWS 2019] AWS 사용자를 위한 만랩 달성 트랙 | AWS 최적화 사용을 위해 운영자가 아닌 개발자들이 해야 할 ...
 
AWS 클라우드를 통해 최소기능제품(MVP) 빠르게 개발하기 - 윤석찬 테크 에반젤리스트, AWS
AWS 클라우드를 통해 최소기능제품(MVP) 빠르게 개발하기 - 윤석찬 테크 에반젤리스트, AWSAWS 클라우드를 통해 최소기능제품(MVP) 빠르게 개발하기 - 윤석찬 테크 에반젤리스트, AWS
AWS 클라우드를 통해 최소기능제품(MVP) 빠르게 개발하기 - 윤석찬 테크 에반젤리스트, AWS
 
AWS re:Invent 2018를 통해 본 개발자들이 원하는 4가지 클라우드 동향 :: 윤석찬 - AWS Community Day 2019
AWS re:Invent 2018를 통해 본 개발자들이 원하는 4가지 클라우드 동향 :: 윤석찬 - AWS Community Day 2019 AWS re:Invent 2018를 통해 본 개발자들이 원하는 4가지 클라우드 동향 :: 윤석찬 - AWS Community Day 2019
AWS re:Invent 2018를 통해 본 개발자들이 원하는 4가지 클라우드 동향 :: 윤석찬 - AWS Community Day 2019
 
개발자를 위한 클라우드 기술 트렌드- 윤석찬, AWS 테크에반젤리스트 :: Hello T 개발자 컨퍼런스
개발자를 위한 클라우드 기술 트렌드- 윤석찬, AWS 테크에반젤리스트 :: Hello T 개발자 컨퍼런스개발자를 위한 클라우드 기술 트렌드- 윤석찬, AWS 테크에반젤리스트 :: Hello T 개발자 컨퍼런스
개발자를 위한 클라우드 기술 트렌드- 윤석찬, AWS 테크에반젤리스트 :: Hello T 개발자 컨퍼런스
 
SAP, 아마존 클라우드에서 어떻게 하면 잘한다고 소문이 날까? AWS 클라우드 환경에서 ISMS-P(정보보호 관리체계) "인싸"가 되는 ...
SAP, 아마존 클라우드에서 어떻게 하면 잘한다고 소문이 날까? AWS 클라우드 환경에서 ISMS-P(정보보호 관리체계) "인싸"가 되는 ...SAP, 아마존 클라우드에서 어떻게 하면 잘한다고 소문이 날까? AWS 클라우드 환경에서 ISMS-P(정보보호 관리체계) "인싸"가 되는 ...
SAP, 아마존 클라우드에서 어떻게 하면 잘한다고 소문이 날까? AWS 클라우드 환경에서 ISMS-P(정보보호 관리체계) "인싸"가 되는 ...
 
강의 2 - AWS 핵심 서비스 (조재구 테크니컬 트레이너, AWS) :: AWSome Day 온라인 컨퍼런스 2018
강의 2 - AWS 핵심 서비스 (조재구 테크니컬 트레이너, AWS) :: AWSome Day 온라인 컨퍼런스 2018강의 2 - AWS 핵심 서비스 (조재구 테크니컬 트레이너, AWS) :: AWSome Day 온라인 컨퍼런스 2018
강의 2 - AWS 핵심 서비스 (조재구 테크니컬 트레이너, AWS) :: AWSome Day 온라인 컨퍼런스 2018
 
[AWSome Day온라인 컨퍼런스] 강의 3: 클라우드 구축하기 - 정도현, AWS 테크니컬 트레이너
[AWSome Day온라인 컨퍼런스] 강의 3: 클라우드 구축하기 - 정도현, AWS 테크니컬 트레이너[AWSome Day온라인 컨퍼런스] 강의 3: 클라우드 구축하기 - 정도현, AWS 테크니컬 트레이너
[AWSome Day온라인 컨퍼런스] 강의 3: 클라우드 구축하기 - 정도현, AWS 테크니컬 트레이너
 
4시간안에 끝내는 AWS 클라우드 전환 및 운영 환경 구성 - 최지웅 부대표, 오픈소스컨설팅 :: AWS Summit Seoul 2019
4시간안에 끝내는 AWS 클라우드 전환 및 운영 환경 구성 - 최지웅 부대표, 오픈소스컨설팅 :: AWS Summit Seoul 20194시간안에 끝내는 AWS 클라우드 전환 및 운영 환경 구성 - 최지웅 부대표, 오픈소스컨설팅 :: AWS Summit Seoul 2019
4시간안에 끝내는 AWS 클라우드 전환 및 운영 환경 구성 - 최지웅 부대표, 오픈소스컨설팅 :: AWS Summit Seoul 2019
 
강의 1: AWS 클라우드 개념:: AWSome Day Online Conference
강의 1: AWS 클라우드 개념:: AWSome Day Online Conference강의 1: AWS 클라우드 개념:: AWSome Day Online Conference
강의 1: AWS 클라우드 개념:: AWSome Day Online Conference
 
4시간 안에 끝내는 AWS 클라우드 전환 및 운영 환경 구성_최지웅_오픈소스컨설팅
4시간 안에 끝내는 AWS 클라우드 전환 및 운영 환경 구성_최지웅_오픈소스컨설팅4시간 안에 끝내는 AWS 클라우드 전환 및 운영 환경 구성_최지웅_오픈소스컨설팅
4시간 안에 끝내는 AWS 클라우드 전환 및 운영 환경 구성_최지웅_오픈소스컨설팅
 
강의 4 - AWS 아키텍처 설계 (조재구 테크니컬 트레이너, AWS) :: AWSome Day 온라인 컨퍼런스 2018
강의 4 - AWS 아키텍처 설계 (조재구 테크니컬 트레이너, AWS) :: AWSome Day 온라인 컨퍼런스 2018강의 4 - AWS 아키텍처 설계 (조재구 테크니컬 트레이너, AWS) :: AWSome Day 온라인 컨퍼런스 2018
강의 4 - AWS 아키텍처 설계 (조재구 테크니컬 트레이너, AWS) :: AWSome Day 온라인 컨퍼런스 2018
 
SAP on AWS 사례로 알아보는 핵심 업무 이전 : SAP Competency 파트너사의 경험과 비젼 - 이상규 솔루션즈 아키텍트, A...
SAP on AWS 사례로 알아보는 핵심 업무 이전 : SAP Competency 파트너사의 경험과 비젼 - 이상규 솔루션즈 아키텍트, A...SAP on AWS 사례로 알아보는 핵심 업무 이전 : SAP Competency 파트너사의 경험과 비젼 - 이상규 솔루션즈 아키텍트, A...
SAP on AWS 사례로 알아보는 핵심 업무 이전 : SAP Competency 파트너사의 경험과 비젼 - 이상규 솔루션즈 아키텍트, A...
 
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
 
AWS와 함께 하는 클라우드 컴퓨팅 - 홍민우 AWS 매니저
AWS와 함께 하는 클라우드 컴퓨팅 - 홍민우 AWS 매니저AWS와 함께 하는 클라우드 컴퓨팅 - 홍민우 AWS 매니저
AWS와 함께 하는 클라우드 컴퓨팅 - 홍민우 AWS 매니저
 

Mehr von 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
 
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
 
[Keynote] Data Driven Organizations with AWS Data - 발표자: Agnes Panosian, Head...
[Keynote] Data Driven Organizations with AWS Data - 발표자: Agnes Panosian, Head...[Keynote] Data Driven Organizations with AWS Data - 발표자: Agnes Panosian, Head...
[Keynote] Data Driven Organizations with AWS Data - 발표자: Agnes Panosian, Head...Amazon Web Services Korea
 

Mehr von 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
 
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이노...
 
[Keynote] Data Driven Organizations with AWS Data - 발표자: Agnes Panosian, Head...
[Keynote] Data Driven Organizations with AWS Data - 발표자: Agnes Panosian, Head...[Keynote] Data Driven Organizations with AWS Data - 발표자: Agnes Panosian, Head...
[Keynote] Data Driven Organizations with AWS Data - 발표자: Agnes Panosian, Head...
 

Kürzlich hochgeladen

Continual Active Learning for Efficient Adaptation of Machine LearningModels ...
Continual Active Learning for Efficient Adaptation of Machine LearningModels ...Continual Active Learning for Efficient Adaptation of Machine LearningModels ...
Continual Active Learning for Efficient Adaptation of Machine LearningModels ...Kim Daeun
 
Console API (Kitworks Team Study 백혜인 발표자료)
Console API (Kitworks Team Study 백혜인 발표자료)Console API (Kitworks Team Study 백혜인 발표자료)
Console API (Kitworks Team Study 백혜인 발표자료)Wonjun Hwang
 
A future that integrates LLMs and LAMs (Symposium)
A future that integrates LLMs and LAMs (Symposium)A future that integrates LLMs and LAMs (Symposium)
A future that integrates LLMs and LAMs (Symposium)Tae Young Lee
 
캐드앤그래픽스 2024년 5월호 목차
캐드앤그래픽스 2024년 5월호 목차캐드앤그래픽스 2024년 5월호 목차
캐드앤그래픽스 2024년 5월호 목차캐드앤그래픽스
 
Merge (Kitworks Team Study 이성수 발표자료 240426)
Merge (Kitworks Team Study 이성수 발표자료 240426)Merge (Kitworks Team Study 이성수 발표자료 240426)
Merge (Kitworks Team Study 이성수 발표자료 240426)Wonjun Hwang
 
MOODv2 : Masked Image Modeling for Out-of-Distribution Detection
MOODv2 : Masked Image Modeling for Out-of-Distribution DetectionMOODv2 : Masked Image Modeling for Out-of-Distribution Detection
MOODv2 : Masked Image Modeling for Out-of-Distribution DetectionKim Daeun
 

Kürzlich hochgeladen (6)

Continual Active Learning for Efficient Adaptation of Machine LearningModels ...
Continual Active Learning for Efficient Adaptation of Machine LearningModels ...Continual Active Learning for Efficient Adaptation of Machine LearningModels ...
Continual Active Learning for Efficient Adaptation of Machine LearningModels ...
 
Console API (Kitworks Team Study 백혜인 발표자료)
Console API (Kitworks Team Study 백혜인 발표자료)Console API (Kitworks Team Study 백혜인 발표자료)
Console API (Kitworks Team Study 백혜인 발표자료)
 
A future that integrates LLMs and LAMs (Symposium)
A future that integrates LLMs and LAMs (Symposium)A future that integrates LLMs and LAMs (Symposium)
A future that integrates LLMs and LAMs (Symposium)
 
캐드앤그래픽스 2024년 5월호 목차
캐드앤그래픽스 2024년 5월호 목차캐드앤그래픽스 2024년 5월호 목차
캐드앤그래픽스 2024년 5월호 목차
 
Merge (Kitworks Team Study 이성수 발표자료 240426)
Merge (Kitworks Team Study 이성수 발표자료 240426)Merge (Kitworks Team Study 이성수 발표자료 240426)
Merge (Kitworks Team Study 이성수 발표자료 240426)
 
MOODv2 : Masked Image Modeling for Out-of-Distribution Detection
MOODv2 : Masked Image Modeling for Out-of-Distribution DetectionMOODv2 : Masked Image Modeling for Out-of-Distribution Detection
MOODv2 : Masked Image Modeling for Out-of-Distribution Detection
 

AWS 기반 클라우드 아키텍처 모범사례 - 삼성전자 개발자 포털/개발자 워크스페이스 - 정영준 솔루션즈 아키텍트, AWS / 유현성 수석, 삼성전자 클라우드팀 :: AWS Summit Seoul 2019

  • 1. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS 기반 클라우드 아키텍처 모범사례 정영준 솔루션즈 아키텍트, AWS 유현성 수석, 삼성전자 클라우드팀 삼성전자 개발자 포털/개발자 워크스페이스 사례
  • 2. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 본 세션에서는 • 좋은 아키텍처를 구성하기 위한 방법 • 삼성전자의 개발자 포털/개발자 워크스페이스의 아키텍처 이야기 • AWS 아키텍처 베스트 프렉티스 7 2
  • 3. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 4. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 좋은 아키텍처의 7가지 요소 장애를 감안한 설계 모든 계층의 보안 다양한 스토리 지 활용 유연한 구조 병렬 처리 느슨한 결합 새로운 시도
  • 5. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 장애를 감안한 설계 1
  • 6. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 장애를 감안한 설계 • 서버에 정적 공용 IP 주소 부여 • 단일 Amazon EC2 인스턴스 • 단일 호스트(인스턴스)에 전체 스택 • 웹 응용 프로그램 • 데이터 베이스 • 관리 등 단일 실패 지점을 피하기 AWS Cloud User DNS (Route 53) Elastic IP address EC2 Server
  • 7. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS Cloud User DNS (Route 53) Elastic IP address EC2 Server Availability Zone Availability Zone AWS Cloud
  • 8. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 모든 계층의 보안 2
  • 9. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 모든 계층에 보안을 적용 회사 네트워크 HTTP: 80 AWS Cloud VPC
  • 10. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 모든 계층에 보안을 적용 HTTP: 80 Corporate Network AWS Cloud VPC데이터가 전송되고 저장 시점에 암호화 회사 네트워크 VPN 연결 VPN 게이트웨이 Key Management Service
  • 11. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 모든 계층에 보안을 적용 HTTP: 80 Corporate Network AWS Cloud VPCIAM으로 최소 권한 원칙 실행 회사 네트워크 VPN 연결 VPN 게이트웨이 KMS IAM
  • 12. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 모든 계층에 보안을 적용 HTTP: 80 Corporate Network AWS Cloud VPC보안그룹과 NACL을 이용하여 방화벽 정책 적용 회사 네트워크 VPN 연결 VPN 게이트웨이 KMS IAM SG SG SG SG SG SG
  • 13. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 모든 계층에 보안을 적용 Amazon Inspector AWS Certificate Manager AWS Shield AWS WAF Amazon Macie Amazon GuardDuty AWS Config 보안강화를 의한 추가 도구
  • 14. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 다양한 스토리지 옵션 활용 3
  • 15. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 다양한 스토리지 옵션 활용 Amazon Elastic Block Store (EBS) 인스턴스 스토어 Amazon RDS Amazon CloudFront Amazon S3 Amazon S3 Glacier Amazon ElastiCache Amazon DynamoDB Amazon Redshift Amazon Neptune Amazon TimestreamAmazon FSx for Lustre Amazon FSx for Windows File Server Amazon Elastic File System
  • 16. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 다양한 스토리지 옵션 활용 현재 상황: • 단일 스토리지 옵션사용 • 엘라스틱 로드 밸런서 • EC2 웹 어플리케이션 클러스터 • 관계형 데이터 베이스 • 캐시 레이어 없음 • 모든 데이터는 데이터베이스나 EBS에 저장됨 Multi AZ AWS Cloud
  • 17. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 다양한 스토리지 옵션 활용 데이터를 캐시하여 부하를 줄임: • ElastiCache 를 캐싱 계층으로 만들어 웹서버와 데이터베이스 서버의 부하를 줄임 • CloudFront 를 이용하여, 부하를 줄이고 속도를 높임 • 정적 페이지를 S3에서 호스팅하도록 설정하여 웹서버의 부하를 줄임 • 연관관계가 없는 데이터는 DynamoDB에 저장 Amazon CloudFront Amazon ElastiCache Amazon DynamoDB Amazon S3 Multi AZ AWS Cloud
  • 18. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 유연한 구조 4
  • 19. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 프로비저닝된 용량 실제 트레픽 블랙프라이데이 기간 중의 Amazon.com 트레픽
  • 20. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 블랙프라이데이 기간 중의 Amazon.com 트레픽 76% 24% 프로비저닝된 용량 실제 트레픽
  • 21. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 블랙프라이데이 기간 중의 Amazon.com 트레픽 프로비저닝된 용량 실제 트레픽
  • 22. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 유연하게 구현하기 • 애플리케이션 액세스 패턴에 맞게 Auto Scaling 그룹을 사용하십시오. • 응용 프로그램을 유연하게 준비하십시오. • 구성 요소의 상태, 가용성 또는 고정 위치를 고정하지 마십시오. • 재부팅 및 재시작에 대한 복원력을 가지도록 설계하십시오. • 인스턴스가 시작되면, 자동적으로 해당 인스턴스의 역할에 맞게 자동으로 구성이 되어야 합니다. • S3 및 DynamoDB와 같이 확장성이 뛰어나고 관리되는 서비스를 활용하십시오.
  • 23. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 병렬처리 5
  • 24. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 병렬 처리의 장점 1단위 4단위 VS
  • 25. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 병렬처리를 위한 구조 만들기 빠른 것이 높은 비용을 의미하지 않습니다. • EC2 온디멘드를 사용하는 경우 경우: • 12 시간 4 vCPU를 사용하거나, • 1 시간 48 vCPU를 사용할 수 있음. • 비용과 성능 간의 최상의 균형을 유지하기 위해 인프라를 작업량에 맞게 선택하십시오.
  • 26. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 병렬처리를 위한 구조 만들기 수직이 아닌 수평으로 확장 하십시오. • 상태 / 세션 데이터에서 계산 분리 • ELB를 사용하여 부하 분산 • 분산 처리를 위해 큰 데이터를 조각으로 나누십시오. • AWS Elastic Map Reduce (EMR) - 관리되는 Hadoop • AWS Glue - 간편하고 유연하며 비용 효율적인 ETL
  • 27. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 느슨한 결합 6
  • 28. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 느슨한 결합으로 자유도 높이기: 큐 사용하기 Amazon Simple Queue Service (SQS) 를 사용하여 컴포넌트간의 메시지를 느슨하게 결합되도록 구현 강력한 결합 느슨한 결합
  • 29. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 느슨한 결합: 바퀴를 재발명 할 필요 없음 AWS 주변의 모든 것들은 API 호출이 가능합니다. AWS 네이티브 서비스를 활용하세요… • Queuing • Transcoding • Search • Databases • Email • Monitoring • Metrics • Logging • Compute Amazon Simple Queue Service Amazon CloudWatch AWS CloudTrailAmazon Elasticsearch Service AWS Lambda Amazon Simple Notification Service Amazon RDS Amazon Simple Notification Service Amazon MQAmazon Elastic Transcoder AWS Elemental MediaLive Amazon DynamoDB
  • 30. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 새로운 시도 7
  • 31. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 제약사항을 두려워 하지 마세요 기존 아키텍처의 제약에 대하여 다시 생각해보십시오. • Q1) 메모리가 더 필요 한가요? • Q2) 데이터베이스를 위하여 더 높은 IOPS 가 필요 한가요? • Q3) 하드웨어가 실패하거나 설정이 잘못 되었나요? • Q4) 비용 효율적인 재난 복구 전략이 필요 한가요?
  • 32. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 제약사항을 두려워 하지 마세요 기존 아키텍처의 제약에 대하여 다시 생각해보십시오. • A1) NO 인스턴스 사이즈 교체, YES 인스턴스 개수 증가 or 캐싱 • A2) NO 수직 확장, 인덱스 수정, YES 샤딩 or 리드리플리카 • A3) NO 디버깅, 로그 분석, YES 재부팅 or 재배포 • A4) NO Full DR 구성, YES 파이어라이트 or 웜스텐바이
  • 33. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 34. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 2가지 방법론 Well-Architected 프레임워크 카오스 엔지니어링
  • 35. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Well-Architected 프레임워크의 5가지 개념
  • 36. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 카오스 엔지니어링을 위한 접근방법
  • 37. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 38. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 단일 실패 지점이 없는 인프라 인프라스트럭처
  • 39. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 40. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 41. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 42. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 인프라스트럭처
  • 43. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 44. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 데이터 복제 트레픽 라우팅 문제 최소화 안티-앤트로피 복구 스위칭과 인터커넥팅
  • 45. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 데이터 복제 트레픽 라우팅 문제 최소화 안티-앤트로피 복구 스위칭과 인터커넥팅
  • 46. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 데이터 복제 트레픽 라우팅 문제 최소화 안티-앤트로피 복구 스위칭과 인터커넥팅
  • 47. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 특정 지역 및 서비스로 업데이트 및 고객 요청 전달 사고 발생시 데이터 복제 및 요청 재 라우트 스위칭 메커니즘은 애플리케이션 서비스보다 훨씬 더 안정적이어야 함
  • 48. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 인프라스트럭처 스위칭
  • 49. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 50. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. App ! 에러 리턴 느린 응담 네트워크 파티션 애플리케이션의 장애 대응 구조
  • 51. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 마이크로 서비스는 소프트웨어 사고에 대해 폭발 반경을 제한합니다. 서킷 브레이커를 통해 영향을 최소화 벌크헤드 구조가 문제가 확장되는 것을 막아줌 DITTO—Do Idempotent Things To Others 상호간에 수정과 제거가 발생하지 않도록 막아줌
  • 52. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 인프라스트럭처 스위칭 애플리케이션
  • 53. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 54. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 아까 왜 그랬는지 궁금하네요? 재부팅 해 봅시다. 허걱! 이젠 완전히 고장났네요.예기치 않은 응용 프로그램 동작으로 인해 사람들이 개입하여 상황을 악화시킵니다. 엔지니어
  • 55. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 화재 훈련은 모두가 계단을 타고 주차장에 모이게 하는 불편한 일입니다. 엔지니어 훈련 !
  • 56. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 사람들이 반응하는 법을 훈련 받았기 때문에 소방 훈련은 실제 화재 발생시 생명을 구할 수 있습니다. 엔지니어 훈련
  • 57. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 인프라스트럭처 스위칭 애플리케이션 엔지니어 카오스 엔지니어링팀
  • 58. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 인프라스트럭처 스위칭 애플리케이션 엔지니어 도구 카오스 엔지니어링팀
  • 59. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 인프라스트럭처 스위칭 애플리케이션 엔지니어 카오스 엔지니어링팀 게임 데이 도구 Simian Army 실패 주입 ChAP Gremlin
  • 60. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 인프라스트럭처 스위칭 애플리케이션 엔지니어 카오스 엔지니어링팀 도구 시큐리티 레드팀 Safestack AVA Metasploit Nmap AttackIQ Tools SafeBreach
  • 61. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 인프라스트럭처 스위칭 애플리케이션 엔지니어 카오스 엔지니어링팀 도구 Security Red Team 도구 4개의 레이어. 2개의 팀. 핵심 가치: 장애상황에서도 잘 동작하는 서비스를 만들자 좋은 아키텍팅을 위한 카오스 엔지니어링 접근 방법
  • 62. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 63. Samsung developer portal and developer workspace Apr. 2019 Ashton Hyunsung Yu (ashton.yu@samsung.com) Platform strategy and architecture in developer portal/workspace DevOps team Cloud Team | Samsung Electronics
  • 64. 64 Agenda • Samsung developer relations • Journey to build Samsung developer portal and developer workspace • About our platform architecture • Future plan
  • 65. 65 Samsung developer relations Awareness / Acquisition Interest / Training Tech Support Engagement/ Monetization SDK/Tool • Online Outreach: Digital Marketing, SNS • Offline Event: Meetups, Hackathons, SDC • Community/Industry Event/Beta program • Tech Documentation • Online Training: Webinar, Video • Offline Event: Workshop, Office Hour • Developer Program • Tech Documentation • Ticketing System: T1/T2/T3 • Community • Distribution • Certification • Business Development • Developer Portals • Developer Workspace • SDK/Tool/API guides
  • 66. 66 SDC 2018 Video clip (About 1 min.)
  • 67. 67 “Developer portal” and “Developer workspace” • Developer portal - User account management - Technical documents (API/SDK guide documents) - Ticketing system - Blog, Newsroom - Community • Developer workspace - Web based development environment - Workflow to distribute/certificate - Cloudfoundry based test environment for 3rd party developers
  • 68. 68 Journey to build Samsung developer portal and developer workspace SmartThings Bixby RCS Developer portal Developer workspace IoT Device/App onboarding Develop Bixby Capsule Develop RCS Chatbot 2017 official open 2018 official open 2018 officail open 2018 official open 2018 beta open 2018 closed beta open
  • 69. 69 Journey to build Samsung developer portal and developer workspace Platform strategy • Define common platform . User account management/CRM → Salesforce.com . Ticketing/Support system → Zendesk . Content management → Git repo, Hexo.io • Provide APIs for each service dev team Architecture design • Build cloud native application . Microservice architecture . Containerized workload → Docker, AWS Fargate . Multi cloud provisioning → Docker, CloudFoundry • Be scalable, resilient and fail-safe Operational policy • Fully automated operation . DevOps Culture . CI/CD . QAOps (QAAutomation) • SRE(Service Reliability Engineering) . Monitoring/Alerting . SLI/SLO . Measure everything → VALET Dashboard
  • 70. 70 Journey to build Samsung developer portal and developer workspace All new developer portal & workspaceCurrent developer portal Portal & Infra. User Account Git Repository (Tech doc Repository) OneClick Build (Deploy) CI/CD Managing Tech. Doc. Oracle DB Sugar CRM Salesforce AWS SDS IDC AWS Local BuildLocal PC Git Repository program.developer. samsung.com developer. samsung.com New dev. Portal (SmartTings, RCS, Bixby) Tech. Document Library Samsung Developers (Portal) Developer Workspace (Console/Builder) Separated Tech. Document sites Amazon Web Service Salesforce.com CRM Y2019Legacy Y2017~18Remarks : Smart- Things RCS BixbyGalaxy Gear Apps dev. Guide
  • 71. 71 Architecture | developer portal [AWS architecture blog] https://aws.amazon.com/ko/blogs/architecture/samsung- builds-a-secure-developer-portal-with-fargate-and-ecr/
  • 72. 72 Why we chose AWS Fargate for developer portal • Easy to Use - Good for quick horizontal scaling - ECS CLI Supports Fargate • Fast Deploy - AWS support dedicated fleet for Fargate - Fast provisioning • Cost effective and reduce operational effort - Reducing monthly costs by approximately 44.5% (compute cost only)
  • 73. 73 Architecture | CloudFoundry platform for developer workspace [Source : CloudFoundry.org]
  • 74. 74 Use cases of CloudFoundry Developers can request the app as docker image to install the created app in CloudFoundry to their own cloud environments Router Build Pack Process Running Containers App App App App App App App App Blob Store buildpacks CloudFoundry Platform Node.js package Node-red package Flow.json Gitlab (2) Compilation (1) CF push (3) Package download (4) Create container image (5) Deploy (6) Store flow [CloudFoundry blog] https://www.cloudfoundry.org/blog/samsung-chooses-cloud-foundry-3rd-party-developer-experience/
  • 75. 75 SRE : Architecture to build VALET Dashboard VALET - Volume, Availability, Latency, Errors, Tickets for SLIs/SLOs management “Failure is normal and reliability is fundamental”
  • 76. 76 Future plan 2 Millions developers in Samsung developer ecosystem by 2020 Developer Relation Developer Tools DevOps/SRE • Reinvigorate online outreach with best quality contents • Establish regional/local DR evangelism • SDC, developer day/meetup for strategic service platforms • Reinforce SDK/Tools competitiveness • All new Samsung developer portal • Developer workspace branding • Integrating with marketplace • Fast/Automated delivery for contents and services • Enhanced service reliability
  • 77. Thank you! [AWS Architecture blog] https://aws.amazon.com/ko/blogs/architecture/samsung-builds-a-secure-developer-portal-with-fargate-and-ecr/ [CloudFoundry blog] https://www.cloudfoundry.org/blog/samsung-chooses-cloud-foundry-3rd-party-developer-experience/
  • 78. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 79. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 아키텍처 베스트 프렉티스 알아보기 • 3티어 웹어플리케이션 • 고가용성 시스템 아키텍처 • 컨텐츠 / 미디어 서빙 • 배치 프로세싱 • 로컬 어플리케이션의 재난 대응 아키텍처 • 로그 분석 시스템 • 시계열 프로세싱 • 파일 동기화 서비스 • 대용량 처리 • 금융 서비스 그리드 컴퓨팅
  • 80. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 3티어 웹 어플리케이션 호스팅 https://media.amazonwebservices.com/architecturecenter/AWS_ac_ra_web_01.pdf
  • 81. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 고가용성 시스템 아키텍처 https://media.amazonwebservices.com/architecturecenter/AWS_ac_ra_ftha_04.pdf
  • 82. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 컨텐츠 / 미디어 서빙 https://media.amazonwebservices.com/architecturecenter/AWS_ac_ra_media_02.pdf
  • 83. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 배치 프로세싱 https://media.amazonwebservices.com/architecturecenter/AWS_ac_ra_batch_03.pdf
  • 84. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 로컬 어플리케이션의 재난 대응 https://media.amazonwebservices.com/architecturecenter/AWS_ac_ra_disasterrecovery_07.pdf
  • 85. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 로그 분석 https://media.amazonwebservices.com/architecturecenter/AWS_ac_ra_loganalysis_11.pdf
  • 86. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 시계열 분석 https://media.amazonwebservices.com/architecturecenter/AWS_ac_ra_timeseriesprocessing_16.pdf
  • 87. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 파일 동기화 서비스 https://media.amazonwebservices.com/architecturecenter/AWS_ac_ra_filesync_08.pdf
  • 88. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 대용량 처리 & 데이터 셋트 처리 https://media.amazonwebservices.com/architecturecenter/AWS_ac_ra_largescale_05.pdf
  • 89. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 금융 서비스 그리드 컴퓨팅 https://media.amazonwebservices.com/architecturecenter/AWS_ac_ra_financialgrid_12.pdf
  • 90. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 91. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. 좋은 아키텍처란 안정적으로 개발/운영 배포 되면서 확장/축소가 용의한 어플리케이션 7 2
  • 92. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS 의 아키텍팅 도구들 • AWS 아키텍처 센터 • 셈플 아키텍처와 다이어그램 • This is My Architecture, 고객 성공사례 • 주요 고객 성공사례 및 아키텍처 정보 • AWS Answers • 아키텍팅, 기술 항목에 대한 질의 응답 • AWS 솔루션, AWS Quick Start • AWS SA 와 파트너가 제공하는 디플로이 가이드 및 배포 코드, 몇번의 클릭으로 솔루션 배포 • AWS Well-Architected Training 무료 온라인 교육 • Wee-Architected 무료 온라인 교육
  • 93. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Next Step • 관련 리소스 • https://aws.amazon.com/ko/architecture/well-architected/ • https://aws.amazon.com/this-is-my-architecture/?nc1=f_ls • https://aws.amazon.com/answers/ • https://aws.amazon.com/solutions/ • http://principlesofchaos.org/ • 세션 관련 Getting Started 정보 • https://aws.amazon.com/quickstart/ • https://aws.amazon.com/security/
  • 94. 감사합니다! © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.