Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joeyhage/aws-solutions-architect-associate-notes
https://github.com/joeyhage/aws-solutions-architect-associate-notes
aws certification saa-c02 solutions-architect-associate
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/joeyhage/aws-solutions-architect-associate-notes
- Owner: joeyhage
- Created: 2021-10-29T15:08:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T19:24:09.000Z (over 1 year ago)
- Last Synced: 2024-10-27T19:24:22.316Z (about 2 months ago)
- Topics: aws, certification, saa-c02, solutions-architect-associate
- Language: TypeScript
- Homepage: https://joeyhage.github.io/aws-solutions-architect-associate-notes/
- Size: 3.48 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS Certified Solutions Architect Associate (SAA-C02) Notes
[![Quality checks status](https://github.com/joeyhage/aws-solutions-architect-associate-notes/workflows/Quality%20checks/badge.svg)](https://github.com/joeyhage/aws-solutions-architect-associate-notes/actions)
- This repo contains study notes for the AWS Solutions Architect Associate (SAA-C02) exam.
- Contributions of any kind are welcome!## Symbols
- There are some symbols used throughout the documentation:
| Symbol | Description |
| :----: | -------------------------------------------------- |
| 💡 | Best practice or practical tips |
| ❗ | An important limitation, challenge or an exception |
| 📝 | Common exam area |## Content
1. Design Resilient Architecture
1. [Design a multi-tier architecture solution](./notes/01-Design-Resilient-Architecture/01-Multi-tier-architecture.md)
2. [Design highly available and/or fault-tolerant architectures](./notes/01-Design-Resilient-Architecture/02-Highly-available-fault-tolerant.md)
3. [Design decoupling mechanisms using AWS services](./notes/01-Design-Resilient-Architecture/03-Decoupling-mechanisms.md)
4. [Choose appropriate resilient storage](./notes/01-Design-Resilient-Architecture/04-Resilient-storage.md)
2. Design High-Performing Architectures
1. [Identify elastic and scalable compute solutions for a workload](./notes/02-Design-High-Performing-Architectures/01-Elastic-scalable-solutions.md)
2. [Select high-performing and scalable storage solutions for a workload](./notes/02-Design-High-Performing-Architectures/02-High-performing-scalable-storage-solutions.md)
3. [Select high-performing networking solutions for a workload](./notes/02-Design-High-Performing-Architectures/03-High-performing-networking-solutions.md)
4. [Choose high-performing database solutions for a workload](./notes/02-Design-High-Performing-Architectures/04-High-performing-database-solutions.md)
3. Design Secure Applications and Architectures
1. [Design secure access to AWS resources](./notes/03-Design-Secure-Applications-and-Architectures/01-Secure-access-to-resources.md)
2. [Design secure application tiers](./notes/03-Design-Secure-Applications-and-Architectures/02-Secure-application-tiers.md)
3. [Select appropriate data security options](./notes/03-Design-Secure-Applications-and-Architectures/03-Data-security-options.md)
4. Design Cost-Optimized Architectures
1. [Identify cost-effective storage solutions](./notes/04-Design-Cost-Optimized-Architectures/01-Cost-effective-storage.md)
2. [Identify cost-effective compute and database services](./notes/04-Design-Cost-Optimized-Architectures/02-Cost-effective-compute-and-database.md)
3. [Design cost-optimized network architectures](./notes/04-Design-Cost-Optimized-Architectures/03-Cost-optimized-network-architectures.md)## Cantrill Course
[Cantrill Notes](./notes/Cantrill/01-Course-Fundamentals-and-AWS-Accounts.md)
## Resources
https://aws.amazon.com/certification/certified-solutions-architect-associate/
[↑](#content)