Review questions
- You have been brought into a company that has an application team whose application has two tiers—a web layer and a database layer. The application team needs a method to provision and deploy an environment to AWS quickly. Which of the following options would be the fastest and most ideal way to get this team set up?
a. Use the Elastic Beanstalk service to provision an environment and then push the application to the environment.
b. Create an OpsWorks stack with two layers, one for the application and another for the database. Deploy the application to the application layer.
c. Use CloudFormation to create an S3 bucket, an RDS database, and an EC2 instance. Use user-data scripting to load the application from the S3 bucket and parameters for the RDS connection strings, username, and password.
d. Create an RDS database and then use Lambda to deploy the application.
- You have been brought into a company that is trying to automate its move to the AWS cloud...