Skip to content

Latest commit

 

History

History
298 lines (189 loc) · 16.7 KB

File metadata and controls

298 lines (189 loc) · 16.7 KB
layout post
date 2023-09-22
lastchange v003 + from wilsonmar :aws-certifications.md
file aws-certifications
title AWS Certifications
excerpt Tips and tricks to get certified: links to tutorials, videos, practice exams.
tags
AWS
EC2
cloud
onboarding
image
feature credit creditlink
comments true
created 2021-11-01

aws-certifications.png {{ page.excerpt }} {% include l18n.html %} {% include _toc.html %}

This page covers preparation for certification exams by several dimensions:

{% include whatever.html %}

PDF: Plan your AWS Certification Journey


Type of AWS Service

  • Security, Identity, and Compliance (Organizations, Users, Permissions security, AWS Config, Inspector, Security Hub)
  • Management, Monitoring, and Governance (CloudWatch, X-Ray)
  • Application Integration (Config, SQS, SNS, EventBridge)
  • AWS Cost Management:
  • Networking and Content Delivery (Regions, AZs, VPNs, DNS, Route 53, IPs, CIDR, DMZ, VPCs, Peering, Gateway, NAT, SGs, NACL, ENIs, ELB, WAF, CDN, ASG)
  • aws-Architecture (Disaster Recovery / Business Continuity, ASG, Snapshots, Log shipping)
  • Compute (AMI, Server Types, CPUs, AWS Batch)
  • Storage (EBS volumes, EFS, Snow)
  • Databases (RDS, Athena, Elastic)
  • Analytics: Amazon Elasticsearch Service (Amazon ES)
  • Migrations

Covered only in specialty exams:

  • Machine Learning (Polly, Rekognition, Amazon ML, Greengrass, Deep Learning AMIs (DLAMI) )
  • DevOps (Cloud9, CodeBuild, CodeCommit, CodeDeploy, CodeStar)
  • Mobile Hub, SDK
  • IoT

AWS services Not covered in exams:


AWS Exams

Official info on AWS exams: PDFs lists the services tested:

Associate level exams:

Professional level exams:

Specialty exams:

Design and deploy dynamically scalable, highly available, fault-tolerant, and reliable applications on AWS.

The "and deploy" applies to Professional level exams.
Associate exams has just "design".

Social

https://www.reddit.com/r/AWSCertifications

stackoverflow

FREE AWS Training Resources

For-fee Training resources

CloudAcademy.com provides hands-on lab instances with their tutorials.

AWS re:Invent 2016: Become an AWS IAM Policy Ninja in 60 Minutes or Less (SAC303) by Jeff W

Script to launch Amazon EC2 Spot instances with a simple Python script

  1. create a new key pair if one doesn't exist
  2. create a security group if one doesn't exist
  3. request a new spot instance
  4. wait for the spot request to be fulfilled
  5. wait for the instance to boot
  6. connect to it via SSH and run a script of your choice

Practice exams

CloudAcademy has practice exam for each AWS exam actual length.

Each retake shows more questions from a large pool.

Because a minimum score of 35 percent is needed on each exam domain, Pearson Practice tests at OReilly has a "study mode" which allow you to provide answers after every question from across 4 complete exams.

PROTIP: If you have an OReilly.com subscription (to Pearson) you can also filter to focus questions by exam domain!

Other Practice Tests


AWS Practioner


AWS Associate

the "AWS Certified Solutions Architect – Associate" exam (PDF)


AWS Professional

12.5% Design for Organizational Complexity
31% Design for New Solutions
15% Migration Planning
12.5% Cost Control
29% Continuous Improvement for Existing Solutions

References

https://www.gliffy.com/blog/aws-architecture-diagram-examples

https://online.visual-paradigm.com/drive/#diagramlist:proj=0&new=AWSDiagram

https://warren2lynch.medium.com/aws-architecture-diagram-with-2019-new-icons-over-50-examples-d401a76c6d5c

https://www.diagrams.net/blog/aws-diagrams

https://www.conceptdraw.com/How-To-Guide/aws-icons-2

More on Amazon

This is one of a series on Amazon:

{% include aws_links.html %}