Each markdown file in notes contains my notes on a particular AWS topic. These notes were primarily created through my training with A Cloud Guru, but other resources may have been used or linked in my notes. My goal is to earn the AWS Cloud Practitioner Certification, and ultimately the AWS Solutions Architect (Associate) Certification.
- A Cloud Guru
- A 7-day free trial; includes online videos (lecture & hands-on), quizzes, and an exam simulator
- Amazon Whitepapers
- Whitepapers I read in preparation for the exam are located in the whitepapers folder
- AWS Cloud Practitioner Essentials
├── README.md
├── amazon
│ ├── AWS_Certified_Cloud_Practitioner_Exam_Guide.pdf
│ ├── AWS_Certified_Cloud_Practitioner_Sample_Questions.pdf
│ ├── AWS_Certified_Solutions_Architect_Associate_Exam_Guide.pdf
│ └── AWS_Certified_Solutions_Architect_Associate_Sample_Questions.pdf
├── certification
│ ├── AWS_Certified_Cloud_Practitioner.pdf
│ ├── AWS_Certified_Logo_588x300_Color.png
│ └── AWS_Certified_Logo__CloudPractitioner_588x300-Color.png
├── notes
│ ├── cloud-computing
│ │ ├── README.md
│ │ ├── Shared_Responsibility_Model.jpg
│ │ ├── application-integration.md
│ │ ├── architecting-for-the-cloud.md
│ │ ├── billing-pricing.md
│ │ ├── cloud-concepts.md
│ │ ├── databases.md
│ │ ├── exam-simulator.md
│ │ ├── load-balancers.md
│ │ ├── quiz.md
│ │ ├── security.md
│ │ └── storage.md
│ └── solutions-architect
└── whitepapers
├── AWS_Cloud_Best_Practices.pdf
└── AWS_Pricing_Overview.pdf