Deployment and Infastructure Management Flashcards
1
Q
CloudFormation
A
Allows you to provision AWS resources using Infrastructure as Code (IaC)
- provides a repeatable process for provisioning resources
- works with most AWS services
- create templates for the resources you want to provision
2
Q
Elastic Beanstalk
A
Allows you to deploy your web applications and web services to AWS
- orchestration service that provisions resources
- automatically handles the deployment
- monitors application health via a health dashboard
3
Q
OpsWorks
A
Allows you to use Chef and Puppet to automate the configuration of your servers and deploy code
- deploy code and manage applications
- manage on-premises servers or EC2 instances in AWS Cloud
- chef provides cookbooks (code templates) to describe desired configuration of instances or on-premises server
4
Q
Launch Wizard
A
offers a guided way of sizing, configuring, and deploying AWS resources for third-party applications, such as SQL Server Always On and SAP, without needing to manually identify and provision individual AWS resources