ºÝºÝߣ

ºÝºÝߣShare a Scribd company logo
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
AWS Elastic Beanstalk ???? ? ???
?? ????
??? ???? ????
AWS
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Agenda
? AWS Elastic Beanstalk? ? ????
? AWS Elastic Beanstalk ????
? AWS Elastic Beanstalk ??????? ?? ??
? AWS Elastic Beanstalk?? ?????? ?? ??
? AWS Elastic Beanstalk?? ?????? ??? ????
? References
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
AWS Elastic Beanstalk? ? ????
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
????? ??? ??? ?? Pain Point
? ??? ??, ?????, ??? ??
: ??? ???
? ??, ??????, ?? ???, ??? ??? ???
????? ???? ????? ???? ??? ??
: ??? ??? ??? ??
? ??????? ??? ??/?? ??? ?????
: ?? ??? ?? ???
? ??/?? ??
: ? ?? ?????
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
.???? ??????
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
On-premise??
?? ??
100%
.???? ??????
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
.???? ??????
50%
AWS EC2??
?? ??
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Elastic Beanstalk
???? ??????
< 10%
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
??????
?????
?-??
??
???? ??? ?? ???
AWS infrastructure
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
AWS Elastic Beanstalk ?
? ? ??? ??????
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Elastic Beanstalk? ?? ?? ????
??? ?? ?? ??? ??
???? AWS ??? (? : EC2 ????, S3 ?)? ???? ??? ??
??? ???
??
??? ???
??? ??
??
???? ??
?? ??
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
AWS Elastic Beanstalk ????
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Elastic Beanstalk? ??????
Elastic Beanstalk? ? ??????/? ???? ????, ????,
????? ?? ?? ??? ? ? ??? ?? ?? ??? ??????.
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Elastic Beanstalk ?? ??
? ??? ??? ??? API ???
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Elastic Beanstalk: ?? ???
? Reference: https://aws.amazon.com/ko/elasticbeanstalk/
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Elastic Beanstalk: ? ? ?? ??
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
AWS Elastic Beanstalk
??????? ?? ??
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
??????? ?? ?? ?? in Elastic Beanstalk
Elastic Beanstalk? ?? ??? ?????.
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
??????? ?? ?? ?? in Elastic Beanstalk
?? ???? ???..
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
??????? ?? ?? ?? in Elastic Beanstalk
?? ???? ??? ????..
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
??????? ?? ?? ?? in Elastic Beanstalk
?????? ????..
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
??????? ?? ?? ?? in Elastic Beanstalk
?? ?? ???? ??? ????.
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
??????? ?? ?? ?? in Elastic Beanstalk
?? DNS ??? ?? ??? publish???.
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
??????? ?? ?? ?? in Elastic Beanstalk
?! ??? ??? ? ???? ?? ??? ?? S3? ???.
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
??????? ?? ?? by Elastic Beanstalk
??? ??
HTTP ??
?????? ??
?????
????
???
Elastic Beanstalk? ??
?? ? EC2 ?????
??? ???? ??
????? ?????
??? ?? ??? ??
???? ??????
???? ??
???? ?? AWS Elastic Beanstalk (EB) ? ?? ? ??
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Elastic Beanstalk? ?? ??? ?????? ??
Java .war file
Microsoft Web
Deploy package
PHP .zip file
Python .zip file
Git integrationIDE plugins
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?????? ???? Beanstalk?? ???
???? ?? Elastic Beanstalk
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?????? ??? ??? ??
01
02
03
04
??
?? ??
?? ????
?????? ?
?? ???OR
?????? (RDS)
??
Optional
???? ??? ???
???? ?? ? ?? ??
Supported Platforms
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Elastic Beanstalk? ????? ??? ????
???? ??? ?,
AWS?? ??
????? ???
???? ?, ??
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
???? ?? Elastic Beanstalk
???????? ?? ?? ???? ??? ??(Environment)? ?? ??
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?????? ?? ??: Application & Environment
Application
Application versions ( v1, v2, ¡­,vn)
Environment 1 Environment 2 Environment ¡­ n
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
??: ?? ??????? ??(EB CLI ??)
1. AWS Elastic Beanstalk Command Line Interface (EB CLI) ??
$ pip install ¨Cupgrade awsebcli
2. EB ?? EC2 instance? ??? Role ??
3. ?? ?????? ????
$ git clone https://github.com/awslabs/eb-node-express-sample.git
4. Elastic Beanstalk Application ??
$ eb init
5. ?? ??? ?? prompt? ?? ??
6. ??? ???? Application ??
$ eb create instance_profile demo-eb-sample-role
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
??: ?? ??????? ????
1. ?????? ?? ???? (EB Console)
$ vi views/index.ejs
2. ?? ?? ?, ??? ?? ??(????? index.ejs)
$ unzip app*.zip -d app-ver1
$ cd app-ver1
$ vim views/index.ejs
3. ??? ????? ?? ? EB console? ?? ??? ? ??
$ zip ¨Cr app-ver2.zip ./*
4. ??? ??????? ? ????? ?? (???? ?? ?? ??)
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
??:
ElasticBeanstalk Sample App
Deployment & Update (Using EB CLI)
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Auto Scaling in Elastic Beanstalk
Min/Max instances
Availability Zones
Scaling Cooldown
Triggers based scaling
Trigger Metric
Trigger Statistic
Measurement Period
Thresholds
Time-based scaling
Name
Min/Max Instance
Occurrence
One-time
Recurrent
Recurrence
(CRON expression)
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Auto Scaling in Elastic Beanstalk
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Auto Scaling in Elastic Beanstalk
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
AWS Elastic Beanstalk??
?????? ?? ??
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?????? ????: ??????? ??
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?????? ????: ?? ??
? All at once: ?? ????? ??? ? ?? ??
? Rolling: ?? ??? ? ?? ??
? Rolling with additional batch: ?? ??? ? ?? ??, +1 ?? ??
? Immutable: ??? ???? ??? ??
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Environment?? ???? ?? ?? ??
* ???
Environment ?? ???? ?? ??
?? ????
All at Once*
Immutable
?????/????? ??
All at Once
Rolling*
Rolling with additional batch
Immutable
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?? ??:
All At Once Deployments
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?? 0: All At Once
Auto Scaling Group
Elastic Beanstalk Environment
v1 v1
myapp.ap-northeast-2.elasticbeanstalk.com
v1v1
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?? 0: All At Once
Auto Scaling Group
Elastic Beanstalk Environment
v2 v2 v2v2
myapp.ap-northeast-2.elasticbeanstalk.com
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?? 1: All At Once
Auto Scaling Group
Elastic Beanstalk Environment
v2 v2 v2v2
myapp.ap-northeast-2.elasticbeanstalk.com
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?? ??:
Rolling
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?? 0: Rolling
Auto Scaling Group
Elastic Beanstalk Environment
v1 v1 v1v1
myapp.ap-northeast-2.elasticbeanstalk.com
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?? 1: Rolling
Auto Scaling Group
Elastic Beanstalk Environment
v2 v2 v1v1
myapp.ap-northeast-2.elasticbeanstalk.com
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?? 2: Rolling
Auto Scaling Group
Elastic Beanstalk Environment
v2 v2 v1v1
myapp.ap-northeast-2.elasticbeanstalk.com
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?? 3: Rolling
Auto Scaling Group
Elastic Beanstalk Environment
v2 v2 v2v2
myapp.ap-northeast-2.elasticbeanstalk.com
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?? 4: Rolling
Auto Scaling Group
Elastic Beanstalk Environment
v2 v2 v2v2
myapp.ap-northeast-2.elasticbeanstalk.com
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?? ??:
Rolling with Additional Batch
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?? 0: Rolling with Additional Batch
Auto Scaling Group
Elastic Beanstalk Environment
v1 v1 v1v1
myapp.ap-northeast-2.elasticbeanstalk.com
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?? 1: Rolling with Additional Batch
Auto Scaling Group
Elastic Beanstalk Environment
v2 v2 v1 v1 v1v1
myapp.ap-northeast-2.elasticbeanstalk.com
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?? 2: Rolling with Additional Batch
Auto Scaling Group
Elastic Beanstalk Environment
v2 v2 v1 v1 v1v1
myapp.ap-northeast-2.elasticbeanstalk.com
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?? 3: Rolling with Additional Batch
Auto Scaling Group
Elastic Beanstalk Environment
v2 v2 v1 v1 v1v1
myapp.ap-northeast-2.elasticbeanstalk.com
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?? 4: Rolling with Additional Batch
Auto Scaling Group
Elastic Beanstalk Environment
v2 v2 v2 v2 v1v1
myapp.ap-northeast-2.elasticbeanstalk.com
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?? 5: Rolling with Additional Batch
Auto Scaling Group
Elastic Beanstalk Environment
v2 v2 v2 v2 v1v1
myapp.ap-northeast-2.elasticbeanstalk.com
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?? 6: Rolling with Additional Batch
Auto Scaling Group
Elastic Beanstalk Environment
v2 v2 v2 v2 v1v1
myapp.ap-northeast-2.elasticbeanstalk.com
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?? 7: Rolling with Additional Batch
Auto Scaling Group
Elastic Beanstalk Environment
v2 v2 v2v2
myapp.ap-northeast-2.elasticbeanstalk.com
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?? ??:
Immutable
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?? 0: Immutable
Auto Scaling Group
Elastic Beanstalk Environment
v1 v1 v1v1
myapp.ap-northeast-2.elasticbeanstalk.com
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?? 1: Immutable
Auto Scaling Group
Elastic Beanstalk Environment
v1 v1 v1v1
Auto Scaling Group
v2
myapp.ap-northeast-2.elasticbeanstalk.com
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?? 2: Immutable
Auto Scaling Group
Elastic Beanstalk Environment
v1 v1 v1v1
Auto Scaling Group
v2
myapp.ap-northeast-2.elasticbeanstalk.com
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?? 3: Immutable
Auto Scaling Group
Elastic Beanstalk Environment
v1 v1 v1v1
Auto Scaling Group
v2 v2 v2v2
myapp.ap-northeast-2.elasticbeanstalk.com
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?? 4: Immutable
Auto Scaling Group
Elastic Beanstalk Environment
v1 v1 v1v1
Auto Scaling Group
v2 v2 v2v2
myapp.ap-northeast-2.elasticbeanstalk.com
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?? 5: Immutable
Auto Scaling Group
Elastic Beanstalk Environment
v1 v1 v1v1
Auto Scaling Group
v2 v2 v2v2
myapp.ap-northeast-2.elasticbeanstalk.com
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?? 6: Immutable
Auto Scaling Group
Elastic Beanstalk Environment
v2 v2 v2v2
myapp.ap-northeast-2.elasticbeanstalk.com
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?????? ????:
Blue/Green
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?? 0: Blue/Green
Auto Scaling Group
Elastic Beanstalk Environment
v1 v1 v1v1
myapp.ap-northeast-2.elasticbeanstalk.com
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?? 1: Blue/Green
Auto Scaling Group
Elastic Beanstalk Environment
v1 v1 v1v1
myapp.ap-northeast-2.elasticbeanstalk.com
Auto Scaling Group
Elastic Beanstalk Environment
v1 v1 v1v1
myapp_new.ap-northeast-2.elasticbeanstalk.com
??? Environment
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?? 2: Blue/Green
Auto Scaling Group
Elastic Beanstalk Environment
v2 v2 v2v2
myapp_new.ap-northeast-2.elasticbeanstalk.com
??? Environment
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?? 3: Blue/Green
Auto Scaling Group
Elastic Beanstalk Environment
v2 v2 v2v2
myapp_new.ap-northeast-2.elasticbeanstalk.com
??? Environment
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?? 4: Blue/Green
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?? 5: Blue/Green
Auto Scaling Group
Elastic Beanstalk Environment
v1 v1 v1v1
myapp.ap-northeast-2.elasticbeanstalk.com
??? Environment
Auto Scaling Group
Elastic Beanstalk Environment
v2 v2 v2v2
myapp_new.ap-northeast-2.elasticbeanstalk.com
URL ???
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?? 6: Blue/Green
Auto Scaling Group
Elastic Beanstalk Environment
v1 v1 v1v1
myapp_new.ap-northeast-2.elasticbeanstalk.com
??? Environment
Auto Scaling Group
Elastic Beanstalk Environment
v2 v2 v2v2
myapp.ap-northeast-2.elasticbeanstalk.com
?? URL? ???? ??????
? Environment? ???
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?????? ????: Blue/Green
? ??:
? ?? ??? ??? ?? ???? ???? ?? ?? ??
? ???? ?? ?? ??
? ??? ?? ??? ??????, ?? ????? ?? X
? ??:
? ??? ?? ???? ?? ?? ?? (5 ?)
? RDS ?? ???? ?? ?? RDS? ?? ?? ?? (???? Clone ? ?)
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
??:
Blue/Green Deployment in
ElasticBeanstalk (Using EB Console)
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Application ?? ?? ? ?? ??
* ?? ???? ? ?????/????? ??? Environment? ?? ??? ??
???? ?? ?? ? ?? ??
??
????
??
DNS ??
??
??
????
???
??? ??
All at Once* ???? ?? X O ?? ?? ??
?????
Rolling ?? ??? ?? ??? ??
??. ?? ?? ?? ?????
??? ?? ???? ?????
? ??? ?????? ??
O O ?? ?? ??
?????
Rolling with
additional batch
?? ??? ???? ?? ??
??, ???? Rolling? ???.
O O ?? ?? ??? & ??
?????
Immutable* ?? ?? O O ?? ?? ???
?????
Blue/Green ?? ?? O O URL ??
(swapping)
???
?????
???? ?? ???? ?? ??
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
AWS Elastic Beanstalk??
?????? ??? ????
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
??? ??? ????
? ?? Environment? ??? ?? ?? ??(maintenance window) ?? ???? ??
??? ????? ????? ??? ??? ? ??
? ??, ?? ?? ?? ??
? ???/?? ????
? ?? ??
? ???? ?????
? ??/???? ???? + ????? ?? ???
? ?? ????? ???
? ???? ?? ??
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
ElasticBeanstalk ????
? ?? ????
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
??(Alarm)? ??(Notification)
? Elastic Beanstalk??? ????? ?? ??? ?? CloudWatch ? ??
? ?? ??(critical metric)? ?? ??? ???? ? ??(notification)? ???? ???? ??(Alarm)?
?? ?? ?? ??
? Amazon Route 53 ????? ??? ?? ?? ??
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
??: S3 ???? ????? ??
? ?? ??(Last 100 Lines)
? ?? ????? ???? ?? ??? ??? 100?
? Elastic Beanstalk ?? ??? ? ?? ?/?? ?????? ??? ??
? ?? ?? (Full Logs)
? ??? ?? ??? ?? ??: yum ? cron? ??? AWS CloudFormation? ?? ??? ???
? ???? ??? ????? ?? ?? ??? ZIP ????? ????? ?? Amazon S3? ???
? ?? ??? S3? ???
? ?? ? ?? ??? ??? ? 15?? ??? Amazon S3?? ???
? ?? ??? ???? ? ?? ??: ??? ??? ??? ? ? ??? ??
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
??: CloudWatch Logs? ??? ????
? CloudWatch ?? ????:
? Elastic Beanstalk? Amazon EC2 ????? ??? ? ?? ??? ?? CloudWatch Logs
?? ??? ??? ??? ?? ??? CloudWatch Logs? ????? ??
? Configuration ? Software ? Modify ? Rotate logs ??? ? Log streaming ??? ?
Retention/Lifecycle ?? ??
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
References
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
References
? Elastic beanstalk resources:
http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/RelatedResources.html
? Sample application:
https://github.com/awslabs/eb-node-express-sample
? Load testing with Locust:
https://aws.amazon.com/blogs/devops/using-locust-on-aws-elastic-beanstalk-for-distributed-load-generation-and-testing/
https://github.com/awslabs/eb-locustio-sample
? Troubleshooting tips:
http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/troubleshooting.html
? Tutorials and samples:
http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/tutorials.html
*** Additional:
? Deployment options:
http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.deploy-existing-version.html
? Managed Updates:
http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-platform-update-managed.html
http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/iam-servicerole.html#iam-servicerole-update
? Configuring Auto Scaling:
http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.managing.as.html
? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Q&A
? ?? ?, ??? ??? ??? ?? ? ??? ??? ????.
? #AWSDevDay ?? ??? ??? ?????!

More Related Content

What's hot (20)

[AWS Builders] AWS? ???? ???? ???
[AWS Builders] AWS? ???? ???? ???[AWS Builders] AWS? ???? ???? ???
[AWS Builders] AWS? ???? ???? ???
Amazon Web Services Korea
?
???? ?? ???? ??? ?? ??? ?? AWS ISMS ??::???::AWS Summit Seoul 2018
???? ?? ???? ??? ?? ??? ?? AWS ISMS ??::???::AWS Summit Seoul 2018 ???? ?? ???? ??? ?? ??? ?? AWS ISMS ??::???::AWS Summit Seoul 2018
???? ?? ???? ??? ?? ??? ?? AWS ISMS ??::???::AWS Summit Seoul 2018
Amazon Web Services Korea
?
??? ???/???? ??? ?? ?? ???? ¨C ??? AWS ???? ????, ??? NDREAM ??, ??? ??? ???, ...
??? ???/???? ??? ?? ?? ???? ¨C ??? AWS ???? ????, ??? NDREAM ??, ??? ??? ???, ...??? ???/???? ??? ?? ?? ???? ¨C ??? AWS ???? ????, ??? NDREAM ??, ??? ??? ???, ...
??? ???/???? ??? ?? ?? ???? ¨C ??? AWS ???? ????, ??? NDREAM ??, ??? ??? ???, ...
Amazon Web Services Korea
?
??? ?? AWS ?? ?? ??? ¨C ?? ?? ??, KB???? ??? ???? - ??? ?? ?? ?? ??, AWS / ???...
??? ?? AWS ?? ?? ??? ¨C ?? ?? ??, KB???? ??? ???? - ??? ?? ?? ?? ??, AWS / ???...??? ?? AWS ?? ?? ??? ¨C ?? ?? ??, KB???? ??? ???? - ??? ?? ?? ?? ??, AWS / ???...
??? ?? AWS ?? ?? ??? ¨C ?? ?? ??, KB???? ??? ???? - ??? ?? ?? ?? ??, AWS / ???...
Amazon Web Services Korea
?
Introducing AWS Fargate
Introducing AWS FargateIntroducing AWS Fargate
Introducing AWS Fargate
Amazon Web Services
?
AWS Transit Gateway? ?? Multi-VPC ???? ?? - ??? ???? ????, AWS :: AWS Summit ...
AWS Transit Gateway? ?? Multi-VPC ???? ?? - ??? ???? ????, AWS :: AWS Summit ...AWS Transit Gateway? ?? Multi-VPC ???? ?? - ??? ???? ????, AWS :: AWS Summit ...
AWS Transit Gateway? ?? Multi-VPC ???? ?? - ??? ???? ????, AWS :: AWS Summit ...
Amazon Web Services Korea
?
IAM ??? ? ??? AWS ??? ????. ??? ? ?? ??! - ??? ???? ????, AWS :: AWS Summit S...
IAM ??? ? ??? AWS ??? ????. ??? ? ?? ??! - ??? ???? ????, AWS :: AWS Summit S...IAM ??? ? ??? AWS ??? ????. ??? ? ?? ??! - ??? ???? ????, AWS :: AWS Summit S...
IAM ??? ? ??? AWS ??? ????. ??? ? ?? ??! - ??? ???? ????, AWS :: AWS Summit S...
Amazon Web Services Korea
?
ECS to EKS ?????? ??? - ???(Superb AI) :: AWS Community Day Online 2021
ECS to EKS ?????? ??? - ???(Superb AI) :: AWS Community Day Online 2021ECS to EKS ?????? ??? - ???(Superb AI) :: AWS Community Day Online 2021
ECS to EKS ?????? ??? - ???(Superb AI) :: AWS Community Day Online 2021
AWSKRUG - AWS???????
?
AWS ?? ???? ??? ?? ECS, EKS - ??? / Principle Enterprise Evangelist @??????
AWS ?? ???? ??? ?? ECS, EKS - ??? / Principle Enterprise Evangelist @??????AWS ?? ???? ??? ?? ECS, EKS - ??? / Principle Enterprise Evangelist @??????
AWS ?? ???? ??? ?? ECS, EKS - ??? / Principle Enterprise Evangelist @??????
BESPIN GLOBAL
?
AWS ???? ?? ???? ?? TIP - ??? AWS ???
AWS ???? ?? ???? ?? TIP - ??? AWS ???AWS ???? ?? ???? ?? TIP - ??? AWS ???
AWS ???? ?? ???? ?? TIP - ??? AWS ???
Amazon Web Services Korea
?
??? ????? ????? AWS ???? ??::???::AWS Summit Seoul 2018
??? ????? ????? AWS ???? ??::???::AWS Summit Seoul 2018??? ????? ????? AWS ???? ??::???::AWS Summit Seoul 2018
??? ????? ????? AWS ???? ??::???::AWS Summit Seoul 2018
Amazon Web Services Korea
?
??????? ???? ??? ???? ??? ?? ??? ?? ???-???, ?????? ??????? ??::AWS ?????? A ...
??????? ???? ??? ???? ??? ?? ??? ?? ???-???, ?????? ??????? ??::AWS ?????? A ...??????? ???? ??? ???? ??? ?? ??? ?? ???-???, ?????? ??????? ??::AWS ?????? A ...
??????? ???? ??? ???? ??? ?? ??? ?? ???-???, ?????? ??????? ??::AWS ?????? A ...
Amazon 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
?
KB????? ???? -? ?? ?? ???? ???? ?? ?? - ??? AWS ???? ???? / ??? ???????? ??, ...
KB????? ???? -? ?? ?? ???? ???? ?? ?? - ??? AWS ???? ???? / ??? ???????? ??, ...KB????? ???? -? ?? ?? ???? ???? ?? ?? - ??? AWS ???? ???? / ??? ???????? ??, ...
KB????? ???? -? ?? ?? ???? ???? ?? ?? - ??? AWS ???? ???? / ??? ???????? ??, ...
Amazon Web Services Korea
?
?? 3: IT ???? ?? Cloud ?? ??
?? 3: IT ???? ?? Cloud ?? ???? 3: IT ???? ?? Cloud ?? ??
?? 3: IT ???? ?? Cloud ?? ??
Amazon Web Services Korea
?
¡¾12/5 ×îа桿AWS Black Belt Online Seminar AWS re:Invent 2018 ¥¢¥Ã¥×¥Ç©`¥ÈÇéˆó
¡¾12/5 ×îа桿AWS Black Belt Online Seminar AWS re:Invent 2018 ¥¢¥Ã¥×¥Ç©`¥ÈÇéˆó¡¾12/5 ×îа桿AWS Black Belt Online Seminar AWS re:Invent 2018 ¥¢¥Ã¥×¥Ç©`¥ÈÇéˆó
¡¾12/5 ×îа桿AWS Black Belt Online Seminar AWS re:Invent 2018 ¥¢¥Ã¥×¥Ç©`¥ÈÇéˆó
Amazon Web Services Japan
?
Amazon RDS Proxy ?? ?? - ??? :: AWS Unboxing ??? ???
Amazon RDS Proxy ?? ?? - ??? :: AWS Unboxing ??? ???Amazon RDS Proxy ?? ?? - ??? :: AWS Unboxing ??? ???
Amazon RDS Proxy ?? ?? - ??? :: AWS Unboxing ??? ???
Amazon Web Services Korea
?
??? ?????? ?? ??? ????? ????? ??? ?? - ??? AWS????? ???? :: AWS Summit Seoul ...
??? ?????? ?? ??? ????? ????? ??? ?? - ??? AWS????? ???? :: AWS Summit Seoul ...??? ?????? ?? ??? ????? ????? ??? ?? - ??? AWS????? ???? :: AWS Summit Seoul ...
??? ?????? ?? ??? ????? ????? ??? ?? - ??? AWS????? ???? :: AWS Summit Seoul ...
Amazon Web Services Korea
?
AWS ???? ????-?? ?? (???) - AWS ??? ???
AWS ???? ????-?? ?? (???) - AWS ??? ???AWS ???? ????-?? ?? (???) - AWS ??? ???
AWS ???? ????-?? ?? (???) - AWS ??? ???
Amazon Web Services Korea
?
AWS ????? ?????? ??????? ??????? - ??? (????? ??) :: AWS Community Day 2017
AWS ????? ?????? ??????? ??????? - ??? (????? ??) :: AWS Community Day 2017AWS ????? ?????? ??????? ??????? - ??? (????? ??) :: AWS Community Day 2017
AWS ????? ?????? ??????? ??????? - ??? (????? ??) :: AWS Community Day 2017
AWSKRUG - AWS???????
?
???? ?? ???? ??? ?? ??? ?? AWS ISMS ??::???::AWS Summit Seoul 2018
???? ?? ???? ??? ?? ??? ?? AWS ISMS ??::???::AWS Summit Seoul 2018 ???? ?? ???? ??? ?? ??? ?? AWS ISMS ??::???::AWS Summit Seoul 2018
???? ?? ???? ??? ?? ??? ?? AWS ISMS ??::???::AWS Summit Seoul 2018
Amazon Web Services Korea
?
??? ???/???? ??? ?? ?? ???? ¨C ??? AWS ???? ????, ??? NDREAM ??, ??? ??? ???, ...
??? ???/???? ??? ?? ?? ???? ¨C ??? AWS ???? ????, ??? NDREAM ??, ??? ??? ???, ...??? ???/???? ??? ?? ?? ???? ¨C ??? AWS ???? ????, ??? NDREAM ??, ??? ??? ???, ...
??? ???/???? ??? ?? ?? ???? ¨C ??? AWS ???? ????, ??? NDREAM ??, ??? ??? ???, ...
Amazon Web Services Korea
?
??? ?? AWS ?? ?? ??? ¨C ?? ?? ??, KB???? ??? ???? - ??? ?? ?? ?? ??, AWS / ???...
??? ?? AWS ?? ?? ??? ¨C ?? ?? ??, KB???? ??? ???? - ??? ?? ?? ?? ??, AWS / ???...??? ?? AWS ?? ?? ??? ¨C ?? ?? ??, KB???? ??? ???? - ??? ?? ?? ?? ??, AWS / ???...
??? ?? AWS ?? ?? ??? ¨C ?? ?? ??, KB???? ??? ???? - ??? ?? ?? ?? ??, AWS / ???...
Amazon Web Services Korea
?
AWS Transit Gateway? ?? Multi-VPC ???? ?? - ??? ???? ????, AWS :: AWS Summit ...
AWS Transit Gateway? ?? Multi-VPC ???? ?? - ??? ???? ????, AWS :: AWS Summit ...AWS Transit Gateway? ?? Multi-VPC ???? ?? - ??? ???? ????, AWS :: AWS Summit ...
AWS Transit Gateway? ?? Multi-VPC ???? ?? - ??? ???? ????, AWS :: AWS Summit ...
Amazon Web Services Korea
?
IAM ??? ? ??? AWS ??? ????. ??? ? ?? ??! - ??? ???? ????, AWS :: AWS Summit S...
IAM ??? ? ??? AWS ??? ????. ??? ? ?? ??! - ??? ???? ????, AWS :: AWS Summit S...IAM ??? ? ??? AWS ??? ????. ??? ? ?? ??! - ??? ???? ????, AWS :: AWS Summit S...
IAM ??? ? ??? AWS ??? ????. ??? ? ?? ??! - ??? ???? ????, AWS :: AWS Summit S...
Amazon Web Services Korea
?
ECS to EKS ?????? ??? - ???(Superb AI) :: AWS Community Day Online 2021
ECS to EKS ?????? ??? - ???(Superb AI) :: AWS Community Day Online 2021ECS to EKS ?????? ??? - ???(Superb AI) :: AWS Community Day Online 2021
ECS to EKS ?????? ??? - ???(Superb AI) :: AWS Community Day Online 2021
AWSKRUG - AWS???????
?
AWS ?? ???? ??? ?? ECS, EKS - ??? / Principle Enterprise Evangelist @??????
AWS ?? ???? ??? ?? ECS, EKS - ??? / Principle Enterprise Evangelist @??????AWS ?? ???? ??? ?? ECS, EKS - ??? / Principle Enterprise Evangelist @??????
AWS ?? ???? ??? ?? ECS, EKS - ??? / Principle Enterprise Evangelist @??????
BESPIN GLOBAL
?
??? ????? ????? AWS ???? ??::???::AWS Summit Seoul 2018
??? ????? ????? AWS ???? ??::???::AWS Summit Seoul 2018??? ????? ????? AWS ???? ??::???::AWS Summit Seoul 2018
??? ????? ????? AWS ???? ??::???::AWS Summit Seoul 2018
Amazon Web Services Korea
?
??????? ???? ??? ???? ??? ?? ??? ?? ???-???, ?????? ??????? ??::AWS ?????? A ...
??????? ???? ??? ???? ??? ?? ??? ?? ???-???, ?????? ??????? ??::AWS ?????? A ...??????? ???? ??? ???? ??? ?? ??? ?? ???-???, ?????? ??????? ??::AWS ?????? A ...
??????? ???? ??? ???? ??? ?? ??? ?? ???-???, ?????? ??????? ??::AWS ?????? A ...
Amazon 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
?
KB????? ???? -? ?? ?? ???? ???? ?? ?? - ??? AWS ???? ???? / ??? ???????? ??, ...
KB????? ???? -? ?? ?? ???? ???? ?? ?? - ??? AWS ???? ???? / ??? ???????? ??, ...KB????? ???? -? ?? ?? ???? ???? ?? ?? - ??? AWS ???? ???? / ??? ???????? ??, ...
KB????? ???? -? ?? ?? ???? ???? ?? ?? - ??? AWS ???? ???? / ??? ???????? ??, ...
Amazon Web Services Korea
?
¡¾12/5 ×îа桿AWS Black Belt Online Seminar AWS re:Invent 2018 ¥¢¥Ã¥×¥Ç©`¥ÈÇéˆó
¡¾12/5 ×îа桿AWS Black Belt Online Seminar AWS re:Invent 2018 ¥¢¥Ã¥×¥Ç©`¥ÈÇéˆó¡¾12/5 ×îа桿AWS Black Belt Online Seminar AWS re:Invent 2018 ¥¢¥Ã¥×¥Ç©`¥ÈÇéˆó
¡¾12/5 ×îа桿AWS Black Belt Online Seminar AWS re:Invent 2018 ¥¢¥Ã¥×¥Ç©`¥ÈÇéˆó
Amazon Web Services Japan
?
Amazon RDS Proxy ?? ?? - ??? :: AWS Unboxing ??? ???
Amazon RDS Proxy ?? ?? - ??? :: AWS Unboxing ??? ???Amazon RDS Proxy ?? ?? - ??? :: AWS Unboxing ??? ???
Amazon RDS Proxy ?? ?? - ??? :: AWS Unboxing ??? ???
Amazon Web Services Korea
?
??? ?????? ?? ??? ????? ????? ??? ?? - ??? AWS????? ???? :: AWS Summit Seoul ...
??? ?????? ?? ??? ????? ????? ??? ?? - ??? AWS????? ???? :: AWS Summit Seoul ...??? ?????? ?? ??? ????? ????? ??? ?? - ??? AWS????? ???? :: AWS Summit Seoul ...
??? ?????? ?? ??? ????? ????? ??? ?? - ??? AWS????? ???? :: AWS Summit Seoul ...
Amazon Web Services Korea
?
AWS ????? ?????? ??????? ??????? - ??? (????? ??) :: AWS Community Day 2017
AWS ????? ?????? ??????? ??????? - ??? (????? ??) :: AWS Community Day 2017AWS ????? ?????? ??????? ??????? - ??? (????? ??) :: AWS Community Day 2017
AWS ????? ?????? ??????? ??????? - ??? (????? ??) :: AWS Community Day 2017
AWSKRUG - AWS???????
?

Similar to AWS Elastic Beanstalk ???? ? ??? ?? ???? (???, AWS ???? ????) :: AWS DevDay2018 (20)

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
?
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 Summit 2018] ??? ??? ??? ?? AWS ?????
[AWS Summit 2018] ??? ??? ??? ?? AWS ?????[AWS Summit 2018] ??? ??? ??? ?? AWS ?????
[AWS Summit 2018] ??? ??? ??? ?? AWS ?????
?? ?
?
Java ?????? ??????? ????? ???????? ???? (???, AWS ???? ????) :: AWS DevDay2018
Java ?????? ??????? ????? ???????? ???? (???, AWS ???? ????) :: AWS DevDay2018Java ?????? ??????? ????? ???????? ???? (???, AWS ???? ????) :: AWS DevDay2018
Java ?????? ??????? ????? ???????? ???? (???, AWS ???? ????) :: AWS DevDay2018
Amazon Web Services Korea
?
AWS ?? Kubernetes ????::???:: AWS Summit Seoul 2018
AWS ?? Kubernetes ????::???:: AWS Summit Seoul 2018 AWS ?? Kubernetes ????::???:: AWS Summit Seoul 2018
AWS ?? Kubernetes ????::???:: AWS Summit Seoul 2018
Amazon 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 2019
Amazon Web Services Korea
?
Datadog? ??? Elastic Kubernetes Service(EKS)??? ??????? ?? ??? - ??? ??? ??? ...
Datadog? ??? Elastic Kubernetes Service(EKS)??? ??????? ?? ??? - ??? ??? ??? ...Datadog? ??? Elastic Kubernetes Service(EKS)??? ??????? ?? ??? - ??? ??? ??? ...
Datadog? ??? Elastic Kubernetes Service(EKS)??? ??????? ?? ??? - ??? ??? ??? ...
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 ??? ???? 2018
Amazon Web Services Korea
?
AWS ???? ?? ?? ? ? ?????? ??? ¨C ??? :: AWS Builders Online Series
AWS ???? ?? ?? ? ? ?????? ??? ¨C ??? :: AWS Builders Online SeriesAWS ???? ?? ?? ? ? ?????? ??? ¨C ??? :: AWS Builders Online Series
AWS ???? ?? ?? ? ? ?????? ??? ¨C ??? :: AWS Builders Online Series
Amazon Web Services Korea
?
?? ???? ?? AWS ???? ???? ????::???::AWS Summit Seoul 2018
?? ???? ?? AWS ???? ???? ????::???::AWS Summit Seoul 2018?? ???? ?? AWS ???? ???? ????::???::AWS Summit Seoul 2018
?? ???? ?? AWS ???? ???? ????::???::AWS Summit Seoul 2018
Amazon Web Services Korea
?
AWS Kubernetes ??? ??? ???? (??? & ???, AWS ???? ????) :: AWS DevDay2018
AWS Kubernetes ??? ??? ???? (??? & ???, AWS ???? ????) :: AWS DevDay2018AWS Kubernetes ??? ??? ???? (??? & ???, AWS ???? ????) :: AWS DevDay2018
AWS Kubernetes ??? ??? ???? (??? & ???, AWS ???? ????) :: AWS DevDay2018
Amazon Web Services Korea
?
??? ??? ??? ?? AWS ?? ?????::???::AWS Summit Seoul 2018
??? ??? ??? ?? AWS ?? ?????::???::AWS Summit Seoul 2018??? ??? ??? ?? AWS ?? ?????::???::AWS Summit Seoul 2018
??? ??? ??? ?? AWS ?? ?????::???::AWS Summit Seoul 2018
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
?
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
Amazon Web Services Korea
?
Winodws workload? aws? ?? ???? ??
Winodws workload? aws? ?? ???? ??Winodws workload? aws? ?? ???? ??
Winodws workload? aws? ?? ???? ??
?????
?
[?????? ??? ? ??] ??? ?????? ??? ?? AWS ???? ???? ? ?? ?? ???? - ???, AWS ???...
[?????? ??? ? ??] ??? ?????? ??? ?? AWS ???? ???? ? ?? ?? ???? - ???, AWS ???...[?????? ??? ? ??] ??? ?????? ??? ?? AWS ???? ???? ? ?? ?? ???? - ???, AWS ???...
[?????? ??? ? ??] ??? ?????? ??? ?? AWS ???? ???? ? ?? ?? ???? - ???, AWS ???...
Amazon Web Services Korea
?
AWS Amplify? ?? ??? ??? ?????? ???? - ??? ???? ????, AWS :: AWS Summit Seoul ...
AWS Amplify? ?? ??? ??? ?????? ???? - ??? ???? ????, AWS :: AWS Summit Seoul ...AWS Amplify? ?? ??? ??? ?????? ???? - ??? ???? ????, AWS :: AWS Summit Seoul ...
AWS Amplify? ?? ??? ??? ?????? ???? - ??? ???? ????, AWS :: AWS Summit Seoul ...
Amazon Web Services Korea
?
?? ????? ????? AWS IoT::???::AWS Summit Seoul 2018
?? ????? ????? AWS IoT::???::AWS Summit Seoul 2018?? ????? ????? AWS IoT::???::AWS Summit Seoul 2018
?? ????? ????? AWS IoT::???::AWS Summit Seoul 2018
Amazon Web Services Korea
?
[?????? ??? ? ??] ??? ?????? ??? ??, ? ?? ? ??? ?? ??? - ???, AWS ???? ????
[?????? ??? ? ??] ??? ?????? ??? ??, ? ?? ? ??? ?? ??? - ???, AWS ???? ????[?????? ??? ? ??] ??? ?????? ??? ??, ? ?? ? ??? ?? ??? - ???, AWS ???? ????
[?????? ??? ? ??] ??? ?????? ??? ??, ? ?? ? ??? ?? ??? - ???, AWS ???? ????
Amazon Web Services Korea
?
??? ?? ??? AWS?? ???? CI/CD ????? l ??? ???? ????
??? ?? ??? AWS?? ???? CI/CD ????? l ??? ???? ??????? ?? ??? AWS?? ???? CI/CD ????? l ??? ???? ????
??? ?? ??? AWS?? ???? CI/CD ????? l ??? ???? ????
Amazon 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
?
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 Summit 2018] ??? ??? ??? ?? AWS ?????
[AWS Summit 2018] ??? ??? ??? ?? AWS ?????[AWS Summit 2018] ??? ??? ??? ?? AWS ?????
[AWS Summit 2018] ??? ??? ??? ?? AWS ?????
?? ?
?
Java ?????? ??????? ????? ???????? ???? (???, AWS ???? ????) :: AWS DevDay2018
Java ?????? ??????? ????? ???????? ???? (???, AWS ???? ????) :: AWS DevDay2018Java ?????? ??????? ????? ???????? ???? (???, AWS ???? ????) :: AWS DevDay2018
Java ?????? ??????? ????? ???????? ???? (???, AWS ???? ????) :: AWS DevDay2018
Amazon Web Services Korea
?
AWS ?? Kubernetes ????::???:: AWS Summit Seoul 2018
AWS ?? Kubernetes ????::???:: AWS Summit Seoul 2018 AWS ?? Kubernetes ????::???:: AWS Summit Seoul 2018
AWS ?? Kubernetes ????::???:: AWS Summit Seoul 2018
Amazon 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 2019
Amazon Web Services Korea
?
Datadog? ??? Elastic Kubernetes Service(EKS)??? ??????? ?? ??? - ??? ??? ??? ...
Datadog? ??? Elastic Kubernetes Service(EKS)??? ??????? ?? ??? - ??? ??? ??? ...Datadog? ??? Elastic Kubernetes Service(EKS)??? ??????? ?? ??? - ??? ??? ??? ...
Datadog? ??? Elastic Kubernetes Service(EKS)??? ??????? ?? ??? - ??? ??? ??? ...
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 ??? ???? 2018
Amazon Web Services Korea
?
AWS ???? ?? ?? ? ? ?????? ??? ¨C ??? :: AWS Builders Online Series
AWS ???? ?? ?? ? ? ?????? ??? ¨C ??? :: AWS Builders Online SeriesAWS ???? ?? ?? ? ? ?????? ??? ¨C ??? :: AWS Builders Online Series
AWS ???? ?? ?? ? ? ?????? ??? ¨C ??? :: AWS Builders Online Series
Amazon Web Services Korea
?
?? ???? ?? AWS ???? ???? ????::???::AWS Summit Seoul 2018
?? ???? ?? AWS ???? ???? ????::???::AWS Summit Seoul 2018?? ???? ?? AWS ???? ???? ????::???::AWS Summit Seoul 2018
?? ???? ?? AWS ???? ???? ????::???::AWS Summit Seoul 2018
Amazon Web Services Korea
?
AWS Kubernetes ??? ??? ???? (??? & ???, AWS ???? ????) :: AWS DevDay2018
AWS Kubernetes ??? ??? ???? (??? & ???, AWS ???? ????) :: AWS DevDay2018AWS Kubernetes ??? ??? ???? (??? & ???, AWS ???? ????) :: AWS DevDay2018
AWS Kubernetes ??? ??? ???? (??? & ???, AWS ???? ????) :: AWS DevDay2018
Amazon Web Services Korea
?
??? ??? ??? ?? AWS ?? ?????::???::AWS Summit Seoul 2018
??? ??? ??? ?? AWS ?? ?????::???::AWS Summit Seoul 2018??? ??? ??? ?? AWS ?? ?????::???::AWS Summit Seoul 2018
??? ??? ??? ?? AWS ?? ?????::???::AWS Summit Seoul 2018
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
?
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
Amazon Web Services Korea
?
Winodws workload? aws? ?? ???? ??
Winodws workload? aws? ?? ???? ??Winodws workload? aws? ?? ???? ??
Winodws workload? aws? ?? ???? ??
?????
?
[?????? ??? ? ??] ??? ?????? ??? ?? AWS ???? ???? ? ?? ?? ???? - ???, AWS ???...
[?????? ??? ? ??] ??? ?????? ??? ?? AWS ???? ???? ? ?? ?? ???? - ???, AWS ???...[?????? ??? ? ??] ??? ?????? ??? ?? AWS ???? ???? ? ?? ?? ???? - ???, AWS ???...
[?????? ??? ? ??] ??? ?????? ??? ?? AWS ???? ???? ? ?? ?? ???? - ???, AWS ???...
Amazon Web Services Korea
?
AWS Amplify? ?? ??? ??? ?????? ???? - ??? ???? ????, AWS :: AWS Summit Seoul ...
AWS Amplify? ?? ??? ??? ?????? ???? - ??? ???? ????, AWS :: AWS Summit Seoul ...AWS Amplify? ?? ??? ??? ?????? ???? - ??? ???? ????, AWS :: AWS Summit Seoul ...
AWS Amplify? ?? ??? ??? ?????? ???? - ??? ???? ????, AWS :: AWS Summit Seoul ...
Amazon Web Services Korea
?
?? ????? ????? AWS IoT::???::AWS Summit Seoul 2018
?? ????? ????? AWS IoT::???::AWS Summit Seoul 2018?? ????? ????? AWS IoT::???::AWS Summit Seoul 2018
?? ????? ????? AWS IoT::???::AWS Summit Seoul 2018
Amazon Web Services Korea
?
[?????? ??? ? ??] ??? ?????? ??? ??, ? ?? ? ??? ?? ??? - ???, AWS ???? ????
[?????? ??? ? ??] ??? ?????? ??? ??, ? ?? ? ??? ?? ??? - ???, AWS ???? ????[?????? ??? ? ??] ??? ?????? ??? ??, ? ?? ? ??? ?? ??? - ???, AWS ???? ????
[?????? ??? ? ??] ??? ?????? ??? ??, ? ?? ? ??? ?? ??? - ???, AWS ???? ????
Amazon Web Services Korea
?
??? ?? ??? AWS?? ???? CI/CD ????? l ??? ???? ????
??? ?? ??? AWS?? ???? CI/CD ????? l ??? ???? ??????? ?? ??? AWS?? ???? CI/CD ????? l ??? ???? ????
??? ?? ??? AWS?? ???? CI/CD ????? l ??? ???? ????
Amazon Web Services Korea
?

More from Amazon Web Services Korea (20)

[D3T1S01] Gen AI? ?? Amazon Aurora ?? ?? ??
[D3T1S01] Gen AI? ?? Amazon Aurora  ?? ?? ??[D3T1S01] Gen AI? ?? Amazon Aurora  ?? ?? ??
[D3T1S01] Gen AI? ?? Amazon Aurora ?? ?? ??
Amazon Web Services Korea
?
[D3T1S06] Neptune Analytics with Vector Similarity Search
[D3T1S06] Neptune Analytics with Vector Similarity Search[D3T1S06] Neptune Analytics with Vector Similarity Search
[D3T1S06] Neptune Analytics with Vector Similarity Search
Amazon Web Services Korea
?
[D3T1S03] Amazon DynamoDB design puzzlers
[D3T1S03] Amazon DynamoDB design puzzlers[D3T1S03] Amazon DynamoDB design puzzlers
[D3T1S03] Amazon DynamoDB design puzzlers
Amazon Web Services Korea
?
[D3T1S04] Aurora PostgreSQL performance monitoring and troubleshooting by use...
[D3T1S04] Aurora PostgreSQL performance monitoring and troubleshooting by use...[D3T1S04] Aurora PostgreSQL performance monitoring and troubleshooting by use...
[D3T1S04] Aurora PostgreSQL performance monitoring and troubleshooting by use...
Amazon Web Services Korea
?
[D3T1S07] AWS S3 - ???? ???? ?????? ????
[D3T1S07] AWS S3 - ???? ???? ?????? ????[D3T1S07] AWS S3 - ???? ???? ?????? ????
[D3T1S07] AWS S3 - ???? ???? ?????? ????
Amazon Web Services Korea
?
[D3T1S05] Aurora ?? ?? ????? ???? ??? ?? ??? ?? ????
[D3T1S05] Aurora ?? ?? ????? ???? ??? ?? ??? ?? ????[D3T1S05] Aurora ?? ?? ????? ???? ??? ?? ??? ?? ????
[D3T1S05] Aurora ?? ?? ????? ???? ??? ?? ??? ?? ????
Amazon Web Services Korea
?
[D3T1S02] Aurora Limitless Database Introduction
[D3T1S02] Aurora Limitless Database Introduction[D3T1S02] Aurora Limitless Database Introduction
[D3T1S02] Aurora Limitless Database Introduction
Amazon Web Services Korea
?
[D3T2S01] Amazon Aurora MySQL ??? ?? ????? ? Amazon B/G Deployments ??
[D3T2S01] Amazon Aurora MySQL ??? ?? ????? ? Amazon B/G Deployments ??[D3T2S01] Amazon Aurora MySQL ??? ?? ????? ? Amazon B/G Deployments ??
[D3T2S01] Amazon Aurora MySQL ??? ?? ????? ? Amazon B/G Deployments ??
Amazon Web Services Korea
?
[D3T2S03] Data&AI Roadshow 2024 - Amazon DocumentDB ??
[D3T2S03] Data&AI Roadshow 2024 - Amazon DocumentDB ??[D3T2S03] Data&AI Roadshow 2024 - Amazon DocumentDB ??
[D3T2S03] Data&AI Roadshow 2024 - Amazon DocumentDB ??
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 2
Amazon 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 1
Amazon 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
?
[D3T1S06] Neptune Analytics with Vector Similarity Search
[D3T1S06] Neptune Analytics with Vector Similarity Search[D3T1S06] Neptune Analytics with Vector Similarity Search
[D3T1S06] Neptune Analytics with Vector Similarity Search
Amazon Web Services Korea
?
[D3T1S04] Aurora PostgreSQL performance monitoring and troubleshooting by use...
[D3T1S04] Aurora PostgreSQL performance monitoring and troubleshooting by use...[D3T1S04] Aurora PostgreSQL performance monitoring and troubleshooting by use...
[D3T1S04] Aurora PostgreSQL performance monitoring and troubleshooting by use...
Amazon Web Services Korea
?
[D3T1S05] Aurora ?? ?? ????? ???? ??? ?? ??? ?? ????
[D3T1S05] Aurora ?? ?? ????? ???? ??? ?? ??? ?? ????[D3T1S05] Aurora ?? ?? ????? ???? ??? ?? ??? ?? ????
[D3T1S05] Aurora ?? ?? ????? ???? ??? ?? ??? ?? ????
Amazon Web Services Korea
?
[D3T1S02] Aurora Limitless Database Introduction
[D3T1S02] Aurora Limitless Database Introduction[D3T1S02] Aurora Limitless Database Introduction
[D3T1S02] Aurora Limitless Database Introduction
Amazon Web Services Korea
?
[D3T2S01] Amazon Aurora MySQL ??? ?? ????? ? Amazon B/G Deployments ??
[D3T2S01] Amazon Aurora MySQL ??? ?? ????? ? Amazon B/G Deployments ??[D3T2S01] Amazon Aurora MySQL ??? ?? ????? ? Amazon B/G Deployments ??
[D3T2S01] Amazon Aurora MySQL ??? ?? ????? ? Amazon B/G Deployments ??
Amazon Web Services Korea
?
[D3T2S03] Data&AI Roadshow 2024 - Amazon DocumentDB ??
[D3T2S03] Data&AI Roadshow 2024 - Amazon DocumentDB ??[D3T2S03] Data&AI Roadshow 2024 - Amazon DocumentDB ??
[D3T2S03] Data&AI Roadshow 2024 - Amazon DocumentDB ??
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 2
Amazon 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 1
Amazon 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
?

AWS Elastic Beanstalk ???? ? ??? ?? ???? (???, AWS ???? ????) :: AWS DevDay2018

  • 1. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS Elastic Beanstalk ???? ? ??? ?? ???? ??? ???? ???? AWS
  • 2. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Agenda ? AWS Elastic Beanstalk? ? ???? ? AWS Elastic Beanstalk ???? ? AWS Elastic Beanstalk ??????? ?? ?? ? AWS Elastic Beanstalk?? ?????? ?? ?? ? AWS Elastic Beanstalk?? ?????? ??? ???? ? References
  • 3. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS Elastic Beanstalk? ? ????
  • 4. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ????? ??? ??? ?? Pain Point ? ??? ??, ?????, ??? ?? : ??? ??? ? ??, ??????, ?? ???, ??? ??? ??? ????? ???? ????? ???? ??? ?? : ??? ??? ??? ?? ? ??????? ??? ??/?? ??? ????? : ?? ??? ?? ??? ? ??/?? ?? : ? ?? ?????
  • 5. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. .???? ??????
  • 6. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. On-premise?? ?? ?? 100% .???? ??????
  • 7. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. .???? ?????? 50% AWS EC2?? ?? ??
  • 8. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Elastic Beanstalk ???? ?????? < 10%
  • 9. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?????? ????? ?-?? ?? ???? ??? ?? ??? AWS infrastructure
  • 10. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS Elastic Beanstalk ? ? ? ??? ??????
  • 11. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Elastic Beanstalk? ?? ?? ???? ??? ?? ?? ??? ?? ???? AWS ??? (? : EC2 ????, S3 ?)? ???? ??? ?? ??? ??? ?? ??? ??? ??? ?? ?? ???? ?? ?? ??
  • 12. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS Elastic Beanstalk ????
  • 13. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Elastic Beanstalk? ?????? Elastic Beanstalk? ? ??????/? ???? ????, ????, ????? ?? ?? ??? ? ? ??? ?? ?? ??? ??????.
  • 14. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Elastic Beanstalk ?? ?? ? ??? ??? ??? API ???
  • 15. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Elastic Beanstalk: ?? ??? ? Reference: https://aws.amazon.com/ko/elasticbeanstalk/
  • 16. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Elastic Beanstalk: ? ? ?? ??
  • 17. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS Elastic Beanstalk ??????? ?? ??
  • 18. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ??????? ?? ?? ?? in Elastic Beanstalk Elastic Beanstalk? ?? ??? ?????.
  • 19. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ??????? ?? ?? ?? in Elastic Beanstalk ?? ???? ???..
  • 20. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ??????? ?? ?? ?? in Elastic Beanstalk ?? ???? ??? ????..
  • 21. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ??????? ?? ?? ?? in Elastic Beanstalk ?????? ????..
  • 22. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ??????? ?? ?? ?? in Elastic Beanstalk ?? ?? ???? ??? ????.
  • 23. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ??????? ?? ?? ?? in Elastic Beanstalk ?? DNS ??? ?? ??? publish???.
  • 24. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ??????? ?? ?? ?? in Elastic Beanstalk ?! ??? ??? ? ???? ?? ??? ?? S3? ???.
  • 25. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ??????? ?? ?? by Elastic Beanstalk ??? ?? HTTP ?? ?????? ?? ????? ???? ??? Elastic Beanstalk? ?? ?? ? EC2 ????? ??? ???? ?? ????? ????? ??? ?? ??? ?? ???? ?????? ???? ?? ???? ?? AWS Elastic Beanstalk (EB) ? ?? ? ??
  • 26. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Elastic Beanstalk? ?? ??? ?????? ?? Java .war file Microsoft Web Deploy package PHP .zip file Python .zip file Git integrationIDE plugins
  • 27. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?????? ???? Beanstalk?? ??? ???? ?? Elastic Beanstalk
  • 28. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?????? ??? ??? ?? 01 02 03 04 ?? ?? ?? ?? ???? ?????? ? ?? ???OR ?????? (RDS) ?? Optional ???? ??? ??? ???? ?? ? ?? ?? Supported Platforms
  • 29. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Elastic Beanstalk? ????? ??? ???? ???? ??? ?, AWS?? ?? ????? ??? ???? ?, ??
  • 30. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ???? ?? Elastic Beanstalk ???????? ?? ?? ???? ??? ??(Environment)? ?? ??
  • 31. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?????? ?? ??: Application & Environment Application Application versions ( v1, v2, ¡­,vn) Environment 1 Environment 2 Environment ¡­ n
  • 32. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ??: ?? ??????? ??(EB CLI ??) 1. AWS Elastic Beanstalk Command Line Interface (EB CLI) ?? $ pip install ¨Cupgrade awsebcli 2. EB ?? EC2 instance? ??? Role ?? 3. ?? ?????? ???? $ git clone https://github.com/awslabs/eb-node-express-sample.git 4. Elastic Beanstalk Application ?? $ eb init 5. ?? ??? ?? prompt? ?? ?? 6. ??? ???? Application ?? $ eb create instance_profile demo-eb-sample-role
  • 33. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ??: ?? ??????? ???? 1. ?????? ?? ???? (EB Console) $ vi views/index.ejs 2. ?? ?? ?, ??? ?? ??(????? index.ejs) $ unzip app*.zip -d app-ver1 $ cd app-ver1 $ vim views/index.ejs 3. ??? ????? ?? ? EB console? ?? ??? ? ?? $ zip ¨Cr app-ver2.zip ./* 4. ??? ??????? ? ????? ?? (???? ?? ?? ??)
  • 34. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ??: ElasticBeanstalk Sample App Deployment & Update (Using EB CLI)
  • 35. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
  • 36. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Auto Scaling in Elastic Beanstalk Min/Max instances Availability Zones Scaling Cooldown Triggers based scaling Trigger Metric Trigger Statistic Measurement Period Thresholds Time-based scaling Name Min/Max Instance Occurrence One-time Recurrent Recurrence (CRON expression)
  • 37. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Auto Scaling in Elastic Beanstalk
  • 38. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Auto Scaling in Elastic Beanstalk
  • 39. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS Elastic Beanstalk?? ?????? ?? ??
  • 40. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?????? ????: ??????? ??
  • 41. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?????? ????: ?? ?? ? All at once: ?? ????? ??? ? ?? ?? ? Rolling: ?? ??? ? ?? ?? ? Rolling with additional batch: ?? ??? ? ?? ??, +1 ?? ?? ? Immutable: ??? ???? ??? ??
  • 42. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Environment?? ???? ?? ?? ?? * ??? Environment ?? ???? ?? ?? ?? ???? All at Once* Immutable ?????/????? ?? All at Once Rolling* Rolling with additional batch Immutable
  • 43. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?? ??: All At Once Deployments
  • 44. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?? 0: All At Once Auto Scaling Group Elastic Beanstalk Environment v1 v1 myapp.ap-northeast-2.elasticbeanstalk.com v1v1
  • 45. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?? 0: All At Once Auto Scaling Group Elastic Beanstalk Environment v2 v2 v2v2 myapp.ap-northeast-2.elasticbeanstalk.com
  • 46. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?? 1: All At Once Auto Scaling Group Elastic Beanstalk Environment v2 v2 v2v2 myapp.ap-northeast-2.elasticbeanstalk.com
  • 47. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?? ??: Rolling
  • 48. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?? 0: Rolling Auto Scaling Group Elastic Beanstalk Environment v1 v1 v1v1 myapp.ap-northeast-2.elasticbeanstalk.com
  • 49. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?? 1: Rolling Auto Scaling Group Elastic Beanstalk Environment v2 v2 v1v1 myapp.ap-northeast-2.elasticbeanstalk.com
  • 50. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?? 2: Rolling Auto Scaling Group Elastic Beanstalk Environment v2 v2 v1v1 myapp.ap-northeast-2.elasticbeanstalk.com
  • 51. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?? 3: Rolling Auto Scaling Group Elastic Beanstalk Environment v2 v2 v2v2 myapp.ap-northeast-2.elasticbeanstalk.com
  • 52. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?? 4: Rolling Auto Scaling Group Elastic Beanstalk Environment v2 v2 v2v2 myapp.ap-northeast-2.elasticbeanstalk.com
  • 53. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?? ??: Rolling with Additional Batch
  • 54. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?? 0: Rolling with Additional Batch Auto Scaling Group Elastic Beanstalk Environment v1 v1 v1v1 myapp.ap-northeast-2.elasticbeanstalk.com
  • 55. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?? 1: Rolling with Additional Batch Auto Scaling Group Elastic Beanstalk Environment v2 v2 v1 v1 v1v1 myapp.ap-northeast-2.elasticbeanstalk.com
  • 56. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?? 2: Rolling with Additional Batch Auto Scaling Group Elastic Beanstalk Environment v2 v2 v1 v1 v1v1 myapp.ap-northeast-2.elasticbeanstalk.com
  • 57. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?? 3: Rolling with Additional Batch Auto Scaling Group Elastic Beanstalk Environment v2 v2 v1 v1 v1v1 myapp.ap-northeast-2.elasticbeanstalk.com
  • 58. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?? 4: Rolling with Additional Batch Auto Scaling Group Elastic Beanstalk Environment v2 v2 v2 v2 v1v1 myapp.ap-northeast-2.elasticbeanstalk.com
  • 59. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?? 5: Rolling with Additional Batch Auto Scaling Group Elastic Beanstalk Environment v2 v2 v2 v2 v1v1 myapp.ap-northeast-2.elasticbeanstalk.com
  • 60. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?? 6: Rolling with Additional Batch Auto Scaling Group Elastic Beanstalk Environment v2 v2 v2 v2 v1v1 myapp.ap-northeast-2.elasticbeanstalk.com
  • 61. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?? 7: Rolling with Additional Batch Auto Scaling Group Elastic Beanstalk Environment v2 v2 v2v2 myapp.ap-northeast-2.elasticbeanstalk.com
  • 62. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?? ??: Immutable
  • 63. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?? 0: Immutable Auto Scaling Group Elastic Beanstalk Environment v1 v1 v1v1 myapp.ap-northeast-2.elasticbeanstalk.com
  • 64. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?? 1: Immutable Auto Scaling Group Elastic Beanstalk Environment v1 v1 v1v1 Auto Scaling Group v2 myapp.ap-northeast-2.elasticbeanstalk.com
  • 65. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?? 2: Immutable Auto Scaling Group Elastic Beanstalk Environment v1 v1 v1v1 Auto Scaling Group v2 myapp.ap-northeast-2.elasticbeanstalk.com
  • 66. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?? 3: Immutable Auto Scaling Group Elastic Beanstalk Environment v1 v1 v1v1 Auto Scaling Group v2 v2 v2v2 myapp.ap-northeast-2.elasticbeanstalk.com
  • 67. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?? 4: Immutable Auto Scaling Group Elastic Beanstalk Environment v1 v1 v1v1 Auto Scaling Group v2 v2 v2v2 myapp.ap-northeast-2.elasticbeanstalk.com
  • 68. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?? 5: Immutable Auto Scaling Group Elastic Beanstalk Environment v1 v1 v1v1 Auto Scaling Group v2 v2 v2v2 myapp.ap-northeast-2.elasticbeanstalk.com
  • 69. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?? 6: Immutable Auto Scaling Group Elastic Beanstalk Environment v2 v2 v2v2 myapp.ap-northeast-2.elasticbeanstalk.com
  • 70. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?????? ????: Blue/Green
  • 71. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?? 0: Blue/Green Auto Scaling Group Elastic Beanstalk Environment v1 v1 v1v1 myapp.ap-northeast-2.elasticbeanstalk.com
  • 72. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?? 1: Blue/Green Auto Scaling Group Elastic Beanstalk Environment v1 v1 v1v1 myapp.ap-northeast-2.elasticbeanstalk.com Auto Scaling Group Elastic Beanstalk Environment v1 v1 v1v1 myapp_new.ap-northeast-2.elasticbeanstalk.com ??? Environment
  • 73. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?? 2: Blue/Green Auto Scaling Group Elastic Beanstalk Environment v2 v2 v2v2 myapp_new.ap-northeast-2.elasticbeanstalk.com ??? Environment
  • 74. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?? 3: Blue/Green Auto Scaling Group Elastic Beanstalk Environment v2 v2 v2v2 myapp_new.ap-northeast-2.elasticbeanstalk.com ??? Environment
  • 75. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?? 4: Blue/Green
  • 76. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?? 5: Blue/Green Auto Scaling Group Elastic Beanstalk Environment v1 v1 v1v1 myapp.ap-northeast-2.elasticbeanstalk.com ??? Environment Auto Scaling Group Elastic Beanstalk Environment v2 v2 v2v2 myapp_new.ap-northeast-2.elasticbeanstalk.com URL ???
  • 77. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?? 6: Blue/Green Auto Scaling Group Elastic Beanstalk Environment v1 v1 v1v1 myapp_new.ap-northeast-2.elasticbeanstalk.com ??? Environment Auto Scaling Group Elastic Beanstalk Environment v2 v2 v2v2 myapp.ap-northeast-2.elasticbeanstalk.com ?? URL? ???? ?????? ? Environment? ???
  • 78. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?????? ????: Blue/Green ? ??: ? ?? ??? ??? ?? ???? ???? ?? ?? ?? ? ???? ?? ?? ?? ? ??? ?? ??? ??????, ?? ????? ?? X ? ??: ? ??? ?? ???? ?? ?? ?? (5 ?) ? RDS ?? ???? ?? ?? RDS? ?? ?? ?? (???? Clone ? ?)
  • 79. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ??: Blue/Green Deployment in ElasticBeanstalk (Using EB Console)
  • 80. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
  • 81. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Application ?? ?? ? ?? ?? * ?? ???? ? ?????/????? ??? Environment? ?? ??? ?? ???? ?? ?? ? ?? ?? ?? ???? ?? DNS ?? ?? ?? ???? ??? ??? ?? All at Once* ???? ?? X O ?? ?? ?? ????? Rolling ?? ??? ?? ??? ?? ??. ?? ?? ?? ????? ??? ?? ???? ????? ? ??? ?????? ?? O O ?? ?? ?? ????? Rolling with additional batch ?? ??? ???? ?? ?? ??, ???? Rolling? ???. O O ?? ?? ??? & ?? ????? Immutable* ?? ?? O O ?? ?? ??? ????? Blue/Green ?? ?? O O URL ?? (swapping) ??? ????? ???? ?? ???? ?? ??
  • 82. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS Elastic Beanstalk?? ?????? ??? ????
  • 83. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ??? ??? ???? ? ?? Environment? ??? ?? ?? ??(maintenance window) ?? ???? ?? ??? ????? ????? ??? ??? ? ?? ? ??, ?? ?? ?? ?? ? ???/?? ???? ? ?? ?? ? ???? ????? ? ??/???? ???? + ????? ?? ??? ? ?? ????? ??? ? ???? ?? ??
  • 84. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ElasticBeanstalk ???? ? ?? ????
  • 85. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ??(Alarm)? ??(Notification) ? Elastic Beanstalk??? ????? ?? ??? ?? CloudWatch ? ?? ? ?? ??(critical metric)? ?? ??? ???? ? ??(notification)? ???? ???? ??(Alarm)? ?? ?? ?? ?? ? Amazon Route 53 ????? ??? ?? ?? ??
  • 86. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ??: S3 ???? ????? ?? ? ?? ??(Last 100 Lines) ? ?? ????? ???? ?? ??? ??? 100? ? Elastic Beanstalk ?? ??? ? ?? ?/?? ?????? ??? ?? ? ?? ?? (Full Logs) ? ??? ?? ??? ?? ??: yum ? cron? ??? AWS CloudFormation? ?? ??? ??? ? ???? ??? ????? ?? ?? ??? ZIP ????? ????? ?? Amazon S3? ??? ? ?? ??? S3? ??? ? ?? ? ?? ??? ??? ? 15?? ??? Amazon S3?? ??? ? ?? ??? ???? ? ?? ??: ??? ??? ??? ? ? ??? ??
  • 87. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ??: CloudWatch Logs? ??? ???? ? CloudWatch ?? ????: ? Elastic Beanstalk? Amazon EC2 ????? ??? ? ?? ??? ?? CloudWatch Logs ?? ??? ??? ??? ?? ??? CloudWatch Logs? ????? ?? ? Configuration ? Software ? Modify ? Rotate logs ??? ? Log streaming ??? ? Retention/Lifecycle ?? ??
  • 88. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. References
  • 89. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. References ? Elastic beanstalk resources: http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/RelatedResources.html ? Sample application: https://github.com/awslabs/eb-node-express-sample ? Load testing with Locust: https://aws.amazon.com/blogs/devops/using-locust-on-aws-elastic-beanstalk-for-distributed-load-generation-and-testing/ https://github.com/awslabs/eb-locustio-sample ? Troubleshooting tips: http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/troubleshooting.html ? Tutorials and samples: http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/tutorials.html *** Additional: ? Deployment options: http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.deploy-existing-version.html ? Managed Updates: http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-platform-update-managed.html http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/iam-servicerole.html#iam-servicerole-update ? Configuring Auto Scaling: http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.managing.as.html
  • 90. ? 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Q&A ? ?? ?, ??? ??? ??? ?? ? ??? ??? ????. ? #AWSDevDay ?? ??? ??? ?????!