Deployment & Ops Mgmt Flashcards

1
Q

Explain Rolling Deployment Type

A

Creating a new launch config with updated AMI’s. Start terminating old instances so the ASG launches new instances with the new AMI

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

Explain A/B Testing Deployment Type

A

Use route53 to split traffic between EC2’s with the old and new AMI. Gradually increase traffic weight to new while reducing to old

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

Explain Canary Release Deployment Type

A

Deploy single instance with new AMI into the ASG. Wait time for testing, start replacing old instances if new instance looks good.

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

Explain Blue-Green Deployment Type

A

Create a new ALB with new AMI. Use Route53 to switch traffic to new ALB. This allows easy roll backs

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

Explain AWS Config

A

Allows auditing and evaluating config of AWS resources, create baseline config setting, track variations, and alert if anomalies found. Usefull in an ITIL program.

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

Explain AWS OpsWorks

A

Managed Chef and Puppet instances

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