AWS ‐ Exam Guide - FullstackCodingGuy/Developer-Fundamentals GitHub Wiki

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

image

Domain 1: Development with AWS Services

image image image

Domain 2: Security

image image image image

Domain 4: Troubleshooting and Optimization

image

image

image

image

image

image

image