AWS Deployment and Infrastructure Management Services Flashcards

1
Q

What is Infrastructure as Code (IaC)?

A

IaC allows you to write a script to provision AWS resources. The benefit is that you provision resources in a reproducible manner that saves time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is CloudFormation?

A

CloudFormation 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is CloudFormation real world usecase?

A

You can use CloudFormation to automate the creation of EC2 instances in your AWS account.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Elastic Beanstalk?

A

Elastic Beanstalk 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Elastic Beanstalk real world usecase?

A

After you upload your Java code, Elastic Beanstalk deploys it and handles capacity provisioning, load balancing, and Auto Scaling. Elastic Beanstalk even monitors the health of your application.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is OpsWorks?

A

OpsWorks allows you to use Chef or 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
  • Works with Chef and Puppet automation platforms
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is OpsWorks real world usecase?

A

OpsWorks allows you to define software installation scripts and automate configuration for your application servers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly