https://github.com/carissaallen/aws
Learning content, resources, and notes to obtain my AWS Cloud Practitioner Certification.
https://github.com/carissaallen/aws
automation aws cloud-computing devops global high-availability scalability serverless virtual-server
Last synced: 5 months ago
JSON representation
Learning content, resources, and notes to obtain my AWS Cloud Practitioner Certification.
- Host: GitHub
- URL: https://github.com/carissaallen/aws
- Owner: carissaallen
- Created: 2019-03-16T21:17:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-25T02:43:45.000Z (almost 7 years ago)
- Last Synced: 2025-04-02T12:52:07.421Z (11 months ago)
- Topics: automation, aws, cloud-computing, devops, global, high-availability, scalability, serverless, virtual-server
- Homepage:
- Size: 3.08 MB
- Stars: 15
- Watchers: 1
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS
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.
## Resources
* [A Cloud Guru](https://learn.acloud.guru/course/aws-certified-cloud-practitioner/dashboard)
* A 7-day free trial; includes online videos (lecture & hands-on), quizzes, and an exam simulator
* [Amazon Whitepapers](https://aws.amazon.com/whitepapers/)
* Whitepapers I read in preparation for the exam are located in the _whitepapers_ folder
* [AWS Cloud Practitioner Essentials](https://aws.amazon.com/training/course-descriptions/cloud-practitioner-essentials/)
## Tree
```bash
├── 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
```