Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add specific AWS Certification resources #170

Merged
merged 3 commits into from
Apr 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 16 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,48 +85,56 @@ And **more upcoming services content...⏩** you can star/follow this repository

Preparing for the AWS Certification Exam? Here are my top personal recommendations for learning resources:

#### Free Exam Preparation
### Free Exam Preparation

- Certification exam preparation by AWS: [**here**](https://aws.amazon.com/certification/certification-prep/)
- Check the Exam Guide to understand the purpose and scope and examples of each certification, for example:
- AWS Certified Solutions Architect - Associate (SAA-C03) Exam Guide: [**here**](https://d1.awsstatic.com/training-and-certification/docs-sa-assoc/AWS-Certified-Solutions-Architect-Associate_Exam-Guide.pdf)
- AWS Certified Solutions Architect - Associate (SAA-C03) Sample Exam Questions: [**here**](https://d1.awsstatic.com/training-and-certification/docs-sa-assoc/AWS-Certified-Solutions-Architect-Associate_Sample-Questions.pdf)

#### Course
### Course

- Stephane Maarek: https://www.udemy.com/user/stephane-maarek/
- Jon Bonso: https://www.udemy.com/user/jonjonbonso/
- Adrian Cantrill: https://learn.cantrill.io/
- Youtube freeCodeCamp.org: https://youtu.be/NhDYbskXRgc

#### Hands-on/Labs
### Hands-on/Labs

- Free learn-cantrill-io-labs: https://github.com/acantril/learn-cantrill-io-labs
- Free AWS Cloud Complete Bootcamp Course: https://youtu.be/zA8guDqfv40

#### Practice Tests
### Practice Tests

- Exam Topics - List of all Amazon exams (Free): [**here**](https://www.examtopics.com/exams/amazon/) (E.g: [AWS SAA-C03](https://www.examtopics.com/exams/amazon/aws-certified-solutions-architect-associate-saa-c03/))
- TutorialsDojo Pratice Tests (E.g: [AWS SAA-C03](https://portal.tutorialsdojo.com/courses/aws-certified-solutions-architect-associate-practice-exams/))
- Udemy - Stephane Maarek's Practice Exams (E.g: [AWS SAA-C03](https://www.udemy.com/course/practice-exams-aws-certified-solutions-architect-associate))

#### Guides/Cheat Sheets
### Guides/Cheat Sheets

- Digital Cloud Training- AWS Cheat Sheets: https://digitalcloud.training/aws-cheat-sheets/
- TutorialsDojo - AWS Cheat Sheets: https://tutorialsdojo.com/aws-cheat-sheets/
- Whizlabs - AWS Cheat Sheets: https://www.whizlabs.com/blog/aws-cheat-sheet/

#### AWS Services Learning Resources
### AWS Services Learning Resources

The link below acts like a bookmark, helping you recap the service via a short introduction video and providing documents, as well as frequently asked questions you could refer to during exam preparation/practice

- Explore [**aws-services-learning-resources**](https://github.com/tungbq/AWSHub/blob/main/README.md#aws-services-learning-resources-)

#### AWS Certifications Sub-Reddit
### AWS Certifications Sub-Reddit

- [**r/AWSCertifications**](https://www.reddit.com/r/AWSCertifications/) brings in your discussions, questions , opinions, news and comments around AWS certifications areas like prep tips, clarifications, lessons learned.

➡️ Explore the [**certification document**](./certification/) for detailed resources on each certification, such as AWS-SAA-C03 and more.
### Specific AWS Certification resources

| | ID | Certification Name | Learning path |
| --- | ----------- | -------------------------------------------------- | --------------------------------------------------- |
| 1 | AWS SAA-C03 | AWS Certified Solutions Architect - Associate exam | 📖 [aws-saa-c03.md](./certification/aws-saa-c03.md) |
| 2 | AWS CLF-C02 | AWS Certified Cloud Practitioner exam | ...coming soon |
| 3 | AWS DOP-C02 | AWS Certified DevOps Engineer - Professional exam | ...coming soon |

➡️ Explore this [**set of specific AWS Certification resources**](./certification/) for more details.

## AWS Architecture ✒️

Expand Down
8 changes: 5 additions & 3 deletions certification/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This folder holds various resouces for AWS Certifications preparation

| ID | Certification Name | AWS Docs |
| --- | ------------------ | ------------------------------------- |
| 1 | AWS SAA-C03 | 📖 [aws-saa-c03.md](./aws-saa-c03.md) |
| | ID | Certification Name | Learning path |
| --- | ----------- | -------------------------------------------------- | --------------------------------------------------- |
| 1 | AWS SAA-C03 | AWS Certified Solutions Architect - Associate exam | 📖 [aws-saa-c03.md](./certification/aws-saa-c03.md) |
| 2 | AWS CLF-C02 | AWS Certified Cloud Practitioner exam | ...coming soon |
| 3 | AWS DOP-C02 | AWS Certified DevOps Engineer - Professional exam | ...coming soon |