AWS Automation and Platform Services (CloudFormation, EBS)

CloudFormation

EBS is different from CloudFormation:

Cloud Formation details

Cloud Formation concepts

Elastic Beanstalk (EBS)

Use case:

Platforms are

Uses CloudFormation underneath to do the infrastructure build.
Upload your zip or war file with your code.
Can e.g. set up web server, set up compute tier, with SQS between them, all a few clicks
Can optionally specify most of the underlying details, e.g. keypair and choose VPC
You still have full access Use S3 to store code, logs etc
Can load code from Git.

May want to e.g. create database outside of EBS because then you can use it for multiple applications.