AWS CodePipeline Service
CodeDeploy: In-Place Deployment
CodeDeploy: Deployment Blue/Green
Blue/Green deployment
CodeDeploy: Deployment Method
- Blue/Green deployment
AWS CodeBuild Service
CodeCommit: Monitoring
CodeCommit: Limits
AWS CodeDeploy Service
- automates software deployments to EC2, Fargate, Lambda and on-premises servers
CodeDeploy: Deployment Configuration
CodeDeploy: Deployment Group
CodeDeploy: Deployment Lifecycle Events
CodePipeline: Revision
A change made to the source location defined fo your pipeline
It can include source code, build output, configuration or data.
CodePipeline: Stage
A group of one or more actions.
A pipeline can have two or more stages.
CodePipeline: Action
A task perform on a revision.
Pipeline actions occur in a specified order.
6 Types of actions:
CodePipeline: Limits
- Stage: min 2 max 10
CodeBuild: Project
Define how CodeBuild will run a build.
CodeBuild: Environment
A combination of OS, programming language, runtime and tools used by to build
CodeBuild: Build Specification
YAML file that lets you choose the commands to run at each phase of the build and other settings.
CodeBuild: Compute Capacity
AWS CloudFormation Service
Which section in CloudFormation template does not allow for condition?
Conditions are allowed with:
CloudFormation: Multiple Exported Values
CloudFormation: !FindInMap
!FindInMap [ MapName, TopLevelKey, SecondLevelKey ]
CodeBuild: Timeouts
By setting the timeout configuration the build process will automatically terminate post the expiry of the configured timeout.
Default is 60 minutes.