- What is the best way to separate environments when using the Serverless Framework?
A) Deploying multiple times
B) Using multiple service definitions
C) Using stages
D) It's not possible
- Which deployment strategy has the least risk of impact for a release to production?
A) All at once
B) Canary
C) Manual
D) Blue/green
- AWS CodeCommit provides which stage of a pipeline?
A) Source
B) Deployment
C) Build
D) Test
E) Orchestration
- Why would we be interested in separating deployment environments at the AWS account level?
A) Separation of IAM permissions
B) Reducing the impact of reaching service limits
C) Greater segregation of duties
D) All of the above
- What is a likely reason for why my CodeBuild project is failing to download the source?
A) CodeBuild doesn't have access to the CodeCommit repository
B) The bandwidth limit has been reached
C) The source...