Automation Flashcards
Why should we prefer to use automation?
Manuel builds are a gamble, there are many chances for small errors. Manuel also takes more time
What is CloudFormation?
allows you to provision resources quickly and consistently, and manage them throughout their lifecycles by treating infrastructure as code
What is Elastic Beanstalk?
easy to use all in one service for deploying and scaling web applications and services developed with a variety of supported languages
What is Systems Manager?
Gives you the ability to easily patch, update, manage, and configure your EC2 instances along with on prem architecture
Is cloudformation a declarative programming language?
Yes
If you are looking for immutable architecture, what should you use?
Cloudformation
What happens when Cloudformation encounters an error?
rolls back to the last known good state
Is elastic beanstalk a IaaS, PaaS, or SaaS?
PaaS
Is Elastic Beanstalk serverless?
No
What are automation documents officially referred to as?
runbooks
Is System Managaer free for AWS resources?
yes
What part of a cloudformation template allows you to pass values into the template?
parameters