Skip to content

Instantly share code, notes, and snippets.

@pbalduino
Last active April 14, 2023 15:21
Show Gist options
  • Star 13 You must be signed in to star a gist
  • Fork 9 You must be signed in to fork a gist
  • Save pbalduino/baa874efdcfa222ae69bcd2395ec5ff5 to your computer and use it in GitHub Desktop.
Save pbalduino/baa874efdcfa222ae69bcd2395ec5ff5 to your computer and use it in GitHub Desktop.
AWS Certification Resources

Blog posts

Quora

Resources

Big collection of resources

Topics which I read based on the previous forum discussions

Amazon DynamoDB January 2016 Day at the SF Loft - DynamoDB Design Patterns and Best Practices - https://www.youtube.com/watch?v=PDQ3jbDyTQ4

AWS re:Invent 2015 | (NET201) VPC Fundamentals and Connectivity Options - https://www.youtube.com/watch?v=5_bQ6Dgk6k8

Optimising S3 Key (File) names for heavy load (http://docs.aws.amazon.com/AmazonS3/latest/dev/request-rate-perf-considerations.html)

Optimising DynamoDB operations (http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScanGuidelines.html)

ELB and session cookies (http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-sticky-sessions.html)

Topics i covered on my own and found to be of some value in the exam

Journey Through the Cloud - Security Best Practices (I took this instead of going through the AWS Security Whitepaper) - https://www.youtube.com/watch?v=rXPyGDWKHIo

Advanced Security Best Practices Masterclass - https://www.youtube.com/watch?v=zU1x5SfKEzs

Know the available SDKs - https://aws.amazon.com/tools

http://docs.aws.amazon.com/IAM/latest/UserGuide/referencepoliciesevaluation-logic.html

http://docs.aws.amazon.com/AmazonS3/latest/dev/ServerLogs.html

http://docs.aws.amazon.com/sns/latest/dg/json-formats.html

http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Limits.html

http://docs.aws.amazon.com/sns/latest/dg/mobile-push-send-devicetoken.html

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/troubleshooting.html

http://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html

http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/GettingStarted.html

https://aws.amazon.com/s3/faqs/

https://aws.amazon.com/elasticbeanstalk/details/

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/example-templates-autoscaling.html

http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html

http://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectOperations.html

http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html

Also - make sure you understand each and every question in the sample questions provided by AWS. i thoroughly worked them out and found that 9 out of 10 questions in the sample paper come in the main exam. - http://awstrainingandcertification.s3.amazonaws.com/production/AWScertifieddeveloperassociateexamsample.pdf

Also - if you have time, go through the premium support FAQs. https://aws.amazon.com/premiumsupport/knowledge-center/. these are typical scenario questions which address scenarios when something wrong happens in AWS and how to rectify them. This will give you a better understanding of the issues that you might come across while working on AWS.

Test http://www.accelerated-ideas.com/aws-practice-exam.aspx#.V_skHugrLIV

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment