Skip to content

jingwenhuang96/certified-aws-developer-associate-notes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Certified AWS Associate Developer Notes

2021 AWS developer associate exam

Table of contents

Exam Preparation

  • Region: us-east-1, us-east2

  • AZs: us-east-1a, us-east-1b, us-east-1c

  • Exam details

    • Two question types:

      • Multiple Choice
      • Multiple response
    • Minimum passing score: 720/1000

    • Domains:

      • Deployment: CICD, Beanstalk, Serverless
      • Security: each service deep-dive + dedicated section
      • Development with AWS Services: Serverless, API, SDK, & CLI
      • Refactoring: Understand all the AWS services for the best migration
      • Monitoring and Troubleshooting: CloudWAtch, CloudTrail, X-Ray
    • Exam Guide:

  • EC2 + IAM Exam Checklist

    • Know how to SSH into EC2 (and change .pem file permissions)
    • Know how to properly use security groups
    • Know the fundamental differences between private vs public vs elastic IP
    • Know how to use User Data to customize your instance at boot time
    • Know that you can build custom AMI to enhance your OS
    • EC2 instances are billed by the second and can be easily created and thrown away, welcome to the cloud! Maybe on Exam:
    • Availability zones are in geographically isolated data centers
    • IAM users are NOT defined on a per-region basis
    • If you are getting a permission error exception when trying to SSH into your linux instance, then the key is missing chmod 400 permissions
    • If you are getting a network timeout when trying to SSH into your EC2 instance, then your security groups are misconfigured
    • Security groups reference IP address, CIDR block, Security group, but NOT DNS name

About

2021 AWS developer associate exam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published