A comprehensive and structured guide to AWS services for certification preparation. This project provides a quick and organized reference to major AWS services, focusing on use cases, key points, and comparisons between similar services.
This AWS Cheatsheet was developed to be your companion during AWS certification preparation. Each service is presented in a structured format with:
- Use Cases: Real-world scenarios and practical applications
- Key Points: Essential concepts and important features for exams
- Comparisons: Clear differences between similar services
The site is available at: https://emersonbraun.github.io/aws-cheatsheet/
This project is built using Docusaurus, a modern static site generator, with support for multiple languages (Portuguese, English, and Spanish).
yarnyarn startThis command starts a local development server and opens a browser window. Most changes are reflected in real-time without having to restart the server.
yarn buildThis command generates static content in the build directory and can be served using any static content hosting service.
Using SSH:
USE_SSH=true yarn deployWithout using SSH:
GIT_USER=<Your GitHub username> yarn deployIf you are using GitHub Pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.
The project is organized into the following AWS service categories:
- AI & Machine Learning - AI and ML services
- Analytics - Data analytics services
- Application Integration - Application integration services
- Compute - Computing services
- Containers - Container services
- Cost Management - Cost management services
- Database - Database services
- Developer Tools - Development tools
- Front-End - Front-end services
- Hybrid - Hybrid services
- IoT - Internet of Things
- Management - Management services
- Migration - Migration services
- Networking - Networking services
- Security - Security services
- Serverless - Serverless services
- Storage - Storage services
Contributions are welcome! If you find outdated information or want to add new services, feel free to open an issue or send a pull request.
This project is under the MIT license. See the LICENSE file for more details.
Created by Emerson Braun