Automation Flashcards
Your brand new CloudFormation stack just encountered an error. By default, what happens to the resources that it had created?
They are terminated.
What part of a CloudFormation template allows you to pass values into the template?
Parameters
Elastic Beanstalk is an example of ___.
Platform as a Service (PaaS)
What are common use cases for the AWS Systems Manager Parameter Store “SecureString” parameter?
1) For using data/parameters across AWS services without exposing the values as plaintext in commands, functions, agent logs, or CloudTrail logs.
2) For sensitive data that needs to be stored and referenced in a secure manner.
Whenever possible, we should focus on __ processes over doing things ____.
Automating, manually
Which of the following is NOT a benefit of deploying an application using Elastic Beanstalk?
A) Elastic Beanstalk will rewrite your applications from any language into Python.
B) It will deploy and update your applications for you.
C) You maintain full control over all of your architecture.
D) It will automatically replace instances that fail.
A) Elastic Beanstalk will rewrite your applications from any language into Python.
Systems Manager can be used to patch and update _ and __.
EC2 instances, on-premises instances