explaingit

open-guides/og-aws

36,414ShellAudience · developerComplexity · 1/5StaleLicenseSetup · easy

TLDR

A community-maintained handbook of practical AWS knowledge: tips, gotchas, and real-world advice for each service that official docs don't cover.

Mindmap

mindmap
  root((repo))
    What it does
      Service guides
      Gotchas and traps
      Cost tips
    Content structure
      Basics section
      Tips section
      Limitations
    Use cases
      New to AWS
      Avoiding bill shock
      Service comparison
    Audience
      Engineers
      Startups
      Cloud beginners

Things people build with this

USE CASE 1

Learn practical tips and hidden costs before deploying a new AWS service to production.

USE CASE 2

Understand common configuration mistakes and limitations for EC2, S3, RDS, Lambda, and other services.

USE CASE 3

Compare AWS services against third-party alternatives to make informed architecture decisions.

USE CASE 4

Build a shared knowledge base for your team about AWS best practices and gotchas.

Tech stack

MarkdownShellGit

Getting it running

Difficulty · easy Time to first run · 5min
Open license allowing community contributions and free use of the knowledge guide.

In plain English

The Open Guide to AWS is a community-maintained reference guide for Amazon Web Services. Rather than being a code library or tool you install, it is a large, structured knowledge document written in Markdown, a practical handbook that captures real-world wisdom about using AWS services in production. The problem it solves is that official AWS documentation tells you what each service does, but not the practical traps you will fall into, the cost surprises waiting for you, or the configuration tips that experienced engineers have learned the hard way. Blog posts exist but they scatter over thousands of sites, go stale, and often omit the "gotchas" section entirely. This guide brings that scattered knowledge into one comprehensive, community-maintained place. The structure is organized around individual AWS services, EC2, S3, RDS, Lambda, DynamoDB, CloudFront, IAM, and dozens more. For each service there are three sections: Basics (what the service does and how to get started), Tips (practical advice that saves time and money), and Gotchas and Limitations (the specific things that will bite you if you don't know them in advance). There are also cross-cutting sections on billing and cost management, high availability, managing servers, and a market-landscape overview comparing AWS services to third-party alternatives. You would reach for this guide when you are about to use an AWS service you haven't used before and want to understand the practical reality beyond the official docs. It is especially valuable for engineers new to AWS, startups trying to avoid unexpected bills, or experienced engineers moving to an unfamiliar service. The repository itself is primarily Shell scripts for tooling, but the main artifact is the Markdown guide. It is community-maintained under an open license and lives on GitHub so anyone can submit corrections or additions.

Copy-paste prompts

Prompt 1
I'm about to use AWS S3 for the first time in production. What are the gotchas and cost surprises I should know about? Check the Open Guide to AWS S3 section.
Prompt 2
Our AWS bill is higher than expected. What cost-saving tips does the Open Guide recommend for EC2 and data transfer?
Prompt 3
I need to set up high availability on AWS. What does the Open Guide say about multi-region failover and RDS replication?
Prompt 4
Should we use AWS Lambda or EC2 for our workload? What does the Open Guide say about comparing these services?
Open on GitHub → Explain another repo

Generated 2026-05-18 · Model: sonnet-4-6 · Verify against the repo before relying on details.