AWS ‐ Exam Guide - FullstackCodingGuy/Developer-Fundamentals GitHub Wiki
- AWS Certified Developer - Associate (DVA-C02) Exam Guide
- AWS Certified Developer - Associate (DVA-C02) Sample Exam Questions
- https://www.examtopics.com/exams/amazon/aws-certified-solutions-architect-associate-saa-c03/view/
Deployment Domain
Keypoints
- Application development lifecycle - knowledge of deployment tools to build and deploy the application
- Credential management - how to configure passwords, secure passwords
- IAM roles
Strategy
- Zero-downtime deployments
- Blue/green deployments
- Deployment rollback
Tools
- Jenkings or AWS CodePipeline
- CodeDeploy
- Elastic BeanStalk - no longer popular choice of deployment nowadays
- OpsWorks
Prepare Package Deployment
- CodeBuild
- EB CLI
- CodeDeploy
- Handle Serverless Dependencies correctly.
Deploying Serverless Applications
- CLI Deployment
- CI/CD deployments with CodePipeline
- AWS Amplify
Domain 1: Development with AWS Services
Domain 2: Security