aws

Installation
SKILL.md

AWS

Official docs

Topic URL
Documentation hub https://docs.aws.amazon.com
Well-Architected https://docs.aws.amazon.com/wellarchitected/
IAM best practices https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html
awslabs MCP https://github.com/awslabs/mcp

Agent rules

  1. Least privilege IAM — scoped actions, no * on production paths without explicit ask.
  2. Region awareness — confirm region; many ARNs and endpoints are regional.
  3. Cost — flag NAT gateways, idle EBS, oversized instances, cross-AZ data transfer.
  4. Naming — match existing {env}-{service}-{resource} conventions in repo.
  5. Do not invent service APIs — verify against docs or Context7 before codegen.
Installs
1
GitHub Stars
1
First Seen
Sep 9, 2026
aws — michael-baylard/agent-harness