Deployment & Ops Mgmt Flashcards
Explain Rolling Deployment Type
Creating a new launch config with updated AMI’s. Start terminating old instances so the ASG launches new instances with the new AMI
Explain A/B Testing Deployment Type
Use route53 to split traffic between EC2’s with the old and new AMI. Gradually increase traffic weight to new while reducing to old
Explain Canary Release Deployment Type
Deploy single instance with new AMI into the ASG. Wait time for testing, start replacing old instances if new instance looks good.
Explain Blue-Green Deployment Type
Create a new ALB with new AMI. Use Route53 to switch traffic to new ALB. This allows easy roll backs
Explain AWS Config
Allows auditing and evaluating config of AWS resources, create baseline config setting, track variations, and alert if anomalies found. Usefull in an ITIL program.
Explain AWS OpsWorks
Managed Chef and Puppet instances