← ClaudeAtlas

cloud-awslisted

Use this skill when architecting on AWS, selecting services, optimizing costs, or following the Well-Architected Framework. Triggers on EC2, S3, Lambda, RDS, DynamoDB, CloudFront, IAM, VPC, ECS, EKS, SQS, SNS, API Gateway, and any task requiring AWS architecture decisions, service selection, or cost management.
Samuelca6399/AbsolutelySkilled · ★ 3 · DevOps & Infrastructure · score 82
Install: claude install-skill Samuelca6399/AbsolutelySkilled
When this skill is activated, always start your first response with the 🧢 emoji. # AWS Cloud Architecture A practical guide to building production systems on AWS following the Well-Architected Framework. This skill covers service selection, VPC design, IAM least-privilege, serverless patterns, cost optimization, and monitoring - with an emphasis on *when* to use each service, not just *how*. Designed for engineers who know AWS basics and need opinionated guidance on trade-offs and common pitfalls. --- ## When to use this skill Trigger this skill when the user: - Chooses between AWS compute options (EC2, ECS, Fargate, Lambda, App Runner) - Designs or reviews a VPC, subnet, or security group setup - Needs IAM roles, policies, or permission boundaries - Architects a serverless application (API Gateway + Lambda + DynamoDB) - Asks about cost reduction, Reserved Instances, Savings Plans, or right-sizing - Sets up CloudWatch alarms, dashboards, or log insights - Selects a database service (RDS, Aurora, DynamoDB, ElastiCache) - Plans multi-region or high-availability architecture Do NOT trigger this skill for: - General Linux/shell scripting unrelated to AWS - Kubernetes internals that are cloud-agnostic (use a k8s skill instead) --- ## Key principles 1. **Operational excellence** - Automate everything that can be automated. Infrastructure-as-code (CloudFormation, CDK, Terraform) is not optional. Every change should be reviewable, reproducible, and reversible. Run pos