Deployment and IT Infrastructure Management Services Flashcards

1
Q

Deployment and IT Infrastructure Management services

A

services that quickly help you:

  • stand up new applications
  • automate the management of infrastructure
  • provide real-time visibility into system health
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

IaC

A

Infrastructure as Code

  • allows you to write a script to provision AWS resources
  • written in JSON or YAML
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Benefits of IaC

A
  • provision resources in a reproducible manner

- saves time

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

Cloud Formation

A

provision AWC resources using IaC

  • provides a repeatable process
  • 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
5
Q

Example use case for Cloud Formation

A

automate your infrastructure provisioning process for EC2 servers

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

Elastic Beanstalk

A

a complete orchestration service that provisions resources

  • automatically handles deployment (load balancing, scaling, capacity provisioning)
  • monitors the health of your application
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Where does Elastic Beanstalk run?

A

Only in the cloud

Cannot do on-prem

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

OpsWorks

A

automates the configuration of your servers and deploys code

  • manage applications
  • manage on-prem servers or EC2 instances
  • works with Chef and Puppet automation platforms
  • 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