Posts

Showing posts from February, 2020

AWS - Elastic Beanstalk, Review Questions

Answers in the reference, too Review Questions Which of the following AWS services enables you to automate your build, test, deploy, and release process every time there is a code change? AWS CodeCommit AWS CodeDeploy AWS CodeBuild AWS CodePipeline Which of the following resources can AWS Elastic Beanstalk use to create a web server environment? (Select FOUR.) Amazon Cognito User Pool AWS Serverless Application Model (AWS SAM) Local Auto Scaling group Amazon Elastic Compute Cloud (Amazon EC2) AWS Lambda Which of the following languages is not supported by AWS Elastic Beanstalk? Java Node.js Objective C Go What does the AWS Elastic Beanstalk service do? Deploys applications and architecture Stores static content Directs user traffic to Amazon Elastic Compute Cloud (Amazon EC2) instances Works with dynamic cloud changes as an IP address Which operating systems does AWS Elastic Beanstalk support? (Select TWO.) Amazon Linux Ubuntu ...

AWS - Elastic Beanstalk, Exercises

Exercises EXERCISE 6.1 Deploy Your Application In this exercise, you will sign up for an AWS account. Verify that your source code is packaged as a  .zip  file and is ready to be retrieved from either your source repository directory or an Amazon S3 bucket. You can choose a sample application available from the AWS Management Console. Launch the AWS Management Console. To select a region in which to launch the application, select  AWS Elastic Beanstalk  ➢  Region . Select  AWS Elastic Beanstalk Service . Select  Get Started  or  Create New Application . The Get Started option takes you through a wizard of guided steps to launch your first application. After this initial start, the Create New Application dialog box will be displayed for future launches. Select the type of application that you want to deploy. Enter an application name. Select the application platform for your code. For your coding language, select the ...

AWS - Elastic Beanstalk, references

Resources to Review AWS Elastic Beanstalk Install: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/ eb-cli3-install.html AWS Elastic Beanstalk Developer Guide: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/ Welcome.html AWS Elastic Beanstalk Concepts: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/ concepts.html Using the EB CLI with AWS CodeCommit: https://docs.aws.amazon.com/elasticbeanstalk/latest/ dg/eb-cli-codecommit.html EB CLI Command Reference: https://docs.aws.amazon.com/elasticbeanstalk/latest/ dg/eb3-cmd-commands.html Deploying AWS Elastic Beanstalk Applications from Docker Containers: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/ create_deploy_docker.html Using AWS Elastic Beanstalk with Amazon Relational Database Service: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/ AWSHowTo.RDS.html Preconfigured Docker Containers: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/ create_deploy_dockerpreconfig.html AWS ...