← ClaudeAtlas

awslisted

AWS infrastructure management — EKS, ECR, VPC, RDS, ElastiCache, S3, Route53, ACM, Secrets Manager, CloudWatch, IAM
veekunth217/claude-scaffold-skill · ★ 2 · DevOps & Infrastructure · score 74
Install: claude install-skill veekunth217/claude-scaffold-skill
# AWS Skill Expert-level AWS infrastructure management. Covers the full stack from networking to observability. **RULE: Always show what will be created/changed and wait for GO before executing.** > **🚧 Status: Stub — implementation pending** > > This reference skill has the structure but the snippet content is still being filled in > (you'll see `<!-- TODO -->` placeholders below). It activates and tells Claude the topic > exists, but won't yield deep snippets yet. > > **Want to help?** Pick any TODO, write the snippet, open a PR. See [CONTRIBUTING.md](../../CONTRIBUTING.md). > Each contribution moves the skill closer to "Ready" status. --- ## Capabilities ### EKS Cluster Setup & Management <!-- TODO: Step-by-step EKS cluster creation, node group configs, OIDC provider, kubectl access setup --> <!-- TODO: Cluster upgrades, managed add-ons, Fargate profiles --> ### ECR Image Push/Pull Workflows <!-- TODO: ECR auth, lifecycle policies, cross-account access, image scanning --> <!-- TODO: docker build → tag → push pipeline, pull-through cache --> ### VPC, Subnets, Security Groups <!-- TODO: Multi-AZ VPC design, public/private/isolated subnet tiers --> <!-- TODO: Security group rules, NACLs, VPC flow logs, peering --> ### RDS, ElastiCache, S3 <!-- TODO: RDS parameter groups, Multi-AZ, read replicas, snapshots --> <!-- TODO: ElastiCache Redis cluster, node types, failover --> <!-- TODO: S3 bucket policies, versioning, lifecycle, static hosting, presigned URLs --> ### Ro