Quiz - Chapter 18 - Why Do We Automate Flashcards
ElasticBeanstalk is an example of ___.
Platform as a service (PaaS)
ElasticBeanstalk is a PaaS service and handles everything for you
Whenever possible, we should focus on __ processes over doing things ____.
Automating over manually
Automation is the key when using AWS
What is NOT a benefit of using ElasticBeanstalk to deploy your application?
It will rewrite your application from any language into Python
ElasticBeanstalk can’t do that for you
Your brand new CloudFormation stack just encountered an error. What happens to the resources that it had created?
They are terminated.
In order to save money, CloudFormation terminates the resources from the template.
Systems Manager can be used to patch and update _ and __.
EC2 instances, on-premise instances
Systems Manager will handle on-prem and EC2 instance patches
What part of a CloudFormation template allows you to pass values into the template?
PARAMETERS
Parameters allow us to pass data into the template before it’s created.