General Flashcards

1
Q

What is a Canary deployment?

A

Canary deployment is a technique to reduce the risk of updating software or introducing new changes in the production environment by slowly rolling out the change to a small subset of users before making the software functional for everyone.

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

What are Blue/Green deployments?

A

Blue/green deployment is a deployment technique to release new code into the production environment. Blue/green deployments make use of two identical production environments — one of these is active and the other environment is set to idle. New updates are pushed to the active environment where it is monitored for bugs while the idle environment serves as a backup where traffic can be routed in case an error occurs.

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

What is the difference between Identity and Access management policies and Service control policies?

A

SCP policies are applied on the account level, whereas IAM policies are applied to users and roles.

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