SERVICE DOMAIN
DevOps
Automated delivery and infrastructure toolchains.PUBLIC NOTES
Knowledge Notes
AWS Resource Interaction: Console, CLI, SDK, and IaC
All four call AWS APIs, but differ in interface, credential source, and automation level.
→AWS CodePipeline
Orchestrates the delivery flow from source through build, test, and deployment.
→AWS CodeBuild
Compiles code, runs tests, and produces build artifacts in temporary environments.
→AWS CDK
Defines infrastructure in programming languages and synthesizes it into CloudFormation.
→AWS CloudFormation
AWS infrastructure as code that creates and manages repeatable resource stacks from declarative templates.
→AWS CodeArtifact
Hosts software packages for formats such as Maven, npm, and PyPI.
→AWS CodeDeploy
Automatically deploys applications to EC2, on-premises servers, Lambda, or ECS.
→AWS SAM
Defines and deploys serverless applications with a simplified template syntax.
→TOPIC INDEX
Services & Topics
Back to the handbook Explore other AWS knowledge domains