Deploying and Managing Infrastructure Flashcards
CloudFormation
CoudFormation benefits
Infrastructure as Code
Cost
Resources are tagged.
Costs are estimated in the CloudFormation template
Deploy and destroy resources only when needed
Cloud Formation Productivity benefits
Automated diagrams
It handles the deployment order
CloudFormation Stack Designer
Creates diagram showing relations between components
Cloudformation stack
Template
CloudFormation Change set
List of things CF will do
AWS Cloud Development Kit (CDK)
IAC using familiar language (JavaScript, Python, etc.)
Elastic Beanstalk
PaaS
Managed service
Handles provisioning, LB, Auto-Scaling
Elastic Beanstalk benefit
Developer friendly
EBS acronym
Elastic Block Store
Elastic BeanStalk health monitoring
Health agent on each EC2 instance that pushes metrics to CloudWatch
Beanstalk vs. CloudFormation
Beanstalk is about code
CF is about stacks
AWS CodeDeploy works with…(2)
EC2
On-prem
AWS CodeDeploy
Agent based
Allows upgrading on-prem and cloud from a single interface
CodeCommit
GitHub competitor in AWS
CodeBuild
Compies, tests, packages code from CodeCommit
Only pay for build time
CodePipeline
CICD
Build, Test, Provision, Deploy
CodeCommit, CodeBuild, CodeDeploy, Beanstalk
Which AWS tool handles code orchestration?
CodePipeline
CodeArtifact
Handles code dependencies
Artifact Management
Artifact Management
Storing and retrieving dependencies
CodeStar
Single UI to manage software development
Quick and best CICD
AWS Cloud9
Cloud IDE
Cloud9 collaboration benefit
Cowriting
Pair Programming
AWS Systems Manager (SSM)
Hybrid service
Patch fleet
Run commands on all servers
Requires agent
AWS services requiring agents
SSM
Beanstalk Health Monitoring
SSM Session Manager
Secure shell without SSH
No port 22
OpsWorks
Managed Chef & Puppet
Alternative to SSM
What do CodeDeploy, SSM, and OpsWorks have in common?
Hybrid services