Automation Flashcards
allows you to provision resources quickly and consistently and manage them throughout their lifecycles, by treating infrastructure as code
CloudFormation
Service for deploying and scaling web applications and services developed with a variety of supported languages
Elastic Beanstalk
Service gives you the ability to easily patch, update, manage, and configure your EC2 instances along with on-premise architecture
Systems Manager
Service that allows you to declare your AWS infrastructure as code
CloudFormation
everything is defined via a json or yaml file
template
is AWSTemplateFormatVersion required?
No
Section in a CloudFormation template that dynamically creates resources based on input values. Questions you are asking the user
Parameters
Section in a CloudFormation template used to look up values on different data points. Can Control or automatically fill in a value
Mappings
Section in a CloudFormation template that defines all resources in the account and their configuration requirements
Resources
Is the resource section required in a template for CloudFormation
yes
Section in a CloudFormation template that specify what information and values you want to output
Outputs
Section in a CloudFormation template that specifies one or more macros to modify the template before it is processed
Transform
Service used for creating immutable architecture
CloudFormation
Service that lets your developers worry about development
Elastic Beanstalk
Service is the main stop for everything PaaS related in AWS
Elastic Beanstalk