Elastic Beanstalk & CloudFormation Flashcards
1
Q
What is CloudFormation
A
Allows you to create scripts to deploy infrastructure automatically.
2
Q
CloudFormation Cost
A
Free but you pay for the resources it creates (EC2)
3
Q
CloudFormation Structured Language
A
JSON and contains KeyPairs
4
Q
CloudFormation Rollback Option
A
Rollback is turned on by Default
5
Q
What is Elastic Beanstalk
A
Service that you deploy apps to withou worrying about the infrastructure.
6
Q
Cost
A
Free but you pay for the resources just like CloudFormation
7
Q
Elastic Beanstalk Supported Languages
A
1) IIS
2) NodeJs
3) PHP
4) Python
5) Ruby
6) Tomcat