🔀
DevOps & Infrastructure as Code
Defining infrastructure as code with CloudFormation and CDK, and automating build-test-deploy pipelines with CodePipeline, CodeBuild, and CodeDeploy.
1234
AWS CloudFormation
intermediate~2.5hProDefining your infrastructure as a version-controlled template instead of clicking through the Console — repeatable, reviewable, and rollback-able.
AWS CDK
advanced~2hProDefining infrastructure using a real programming language instead of YAML/JSON — CDK compiles down to CloudFormation, giving you loops, functions, and type checking for infrastructure.
CI/CD with CodePipeline, CodeBuild & CodeDeploy
intermediate~2.5hProAutomating the path from a code commit to a running production deployment — build, test, and deploy without manual steps.
Deployment Strategies on AWS
intermediate~1.5hProRolling, blue/green, and canary deployments — how to actually ship a new version to production without downtime or unacceptable risk.