elastic beanstalk docker_support

15
© 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc. AWS ElasticBeanstalk Docker対応 アマゾン データサービス ジャパン株式会社

Upload: amazon-web-services-japan

Post on 08-Sep-2014

1.060 views

Category:

Technology


0 download

DESCRIPTION

AWS ElasticBeanstalk􏰀Docker対応

TRANSCRIPT

  • 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc. AWS ElasticBeanstalk Docker
  • 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc. 2 AWS ElasticBeanstalk Instance Amazon RDSElastic Load Balancer Instance Auto scaling GroupCloudWatch deploy! WAR ZIP Java Python PHP .NET Ruby nodeJS Docker
  • 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc. 3 ElasticBeanstalk Application Environment Version RespositoryURL Environment Conguration Conguration Template Environment URL Environment Conguration WAR/ZIP WAR/ZIP WAR/ZIP WAR/ZIP Environment URL Environment Conguration
  • 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc. 4 ElasticBeanstalkDocker ! ElasticBeanstalkDocker DockerDistribution ElasticBeanstalk ! ElasticBeanstalk meets
  • 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc. 5 ! Docker Load-balanced / Single Instance 1 Application Environment URL Environment Configuration AWS Management Console Admin SSHUsers Developer ZIP Instance Amazon RDSElastic Load Balancer Instance Auto Scaling GroupCloudWatch AMI Dockerfile
  • 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc. 6 Environment EC2 HM AutoScaling Nginx (tcp:80) Docker (tcp: xxxx) 1 Host Manager (HM)
  • 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc. 7 ! 2 Dockerle Dockerle AWS Dockerrun.aws.json ElasticBeanstalk Dockerle
  • 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc. 8 Dockerle ! Dockerle EXPOSEnginx nginx1 ! FROMEXPOSE CMDENTRYPOINT
  • 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc. 9 Dockerrun.aws.json S3 EXPOSE ElasticBeanstalkContainerPort EC2
  • 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc. 10 ! 2 Dockerle / Dockerrun.aws.json Pros: Cons: ElasticBeanstalk ZIP / git Dockerle / Dockerrun.aws.json Pros: Dockerle Cons: gitgit aws.push
  • 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc. 11 (1/4) EC2 HM AutoScaling Nginx (tcp:80) Docker (current, ver 1) 1. Deploy Version Respository Version 1 Version 2
  • 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc. 12 (2/4) EC2 HM AutoScaling Nginx (tcp:80) Docker (current, ver 1) 1. Deploy Docker (staging, ver 2) 3. Staging Version Respository Version 1 Version 2
  • 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc. 13 (3/4) EC2 HM AutoScaling Nginx (tcp:80) Docker (old, ver 1) 1. Deploy Docker (current, ver 2) 3. Staging 4. Nginx Version Respository Version 1 Version 2
  • 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc. 14 (4/4) EC2 HM AutoScaling Nginx (tcp:80) Docker (current, ver 2) Version Respository Version 1 Version 2
  • 2012 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified or distributed in whole or in part without the express consent of Amazon.com, Inc. 15 S3 Developer 1. docker push4. docker pull 2. deploy registry registry registry registry Docker registry container with AWS credentials Region app app app registry app 3. docker run registry 5. docker stop registry http://aws.typepad.com/sajp/2014/06/eb-docker-private-repo.html