Deployment and Infrastructure Management Services Flashcards

1
Q

What are deployment and infrastructure management services?

A

These services help you quickly stand up new applications, automate the management of infrastructure, and provide real-time visibility into system health.

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

Infrastructure as Code (IaC)

A

Allows you to write a script to provision AWS resources. The benefit if 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
3
Q

What is CloudFormation?

A

Allows you to provision AWS resources using IaC.

Supports infrastructure automation using Infrastructure as Code

Provides a repeatable process for provisioning resources

Works with most AWS services

Create template for the resource you want to provision

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

What are some real world use cases for CloudFormation?

A

Automate the infrastructure-provisioning process for EC2 servers.

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

What is Elastic Beanstalk?

A

Allows you to deploy your web applications and web services to AWS. It is only used to deploy applications to the AWS Cloud – it is not used to deploy applications on-premises. *know for exam

Orchestration service that provisions resources

Automatically handles the deployment

Monitors application health via a dashboard

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

What are some real world use cases of Elastic Beanstalk?

A

Quickly deploy a scalable Java-based web application to AWS

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

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

What is OpsWorks?

A

Allows you to use Chef or Puppet to automate the configuration of your servers and deploy code.

Can deploy applications on-premises, and it also automates infrastructure management using Chef or Puppet

Manage on-premises server or EC2 instances in AWS cloud
configuration for your application servers.

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

What are some real world use cases for OpsWorks?

A

Automate software configurations and infrastructure management for your application.

Allows you to define software installation scripts and automate

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