← ClaudeAtlas

eks-buildlisted

Use when building EKS clusters. Generates complete, production-ready Terraform projects with optional ArgoCD GitOps integration. Handles environment-specific constraints: air-gapped/VPC-endpoint-only networks, enterprise proxies, private container registries, compliance requirements. Supports 3 patterns: full Terraform, ArgoCD+Terraform, ArgoCD+ACK/KRO. Includes validated modules, two-phase webhook ordering, IRSA/Pod Identity, and 29+ addon configurations. Ask interactive questions or accept requirements YAML. Also use when (1) generating EKS Terraform code from scratch, (2) creating GitOps-managed EKS addons with ArgoCD, (3) scaffolding EKS projects with compliance constraints, (4) implementing two-phase webhook ordering for EKS addons, (5) configuring IRSA or Pod Identity for EKS workloads, (6) generating ArgoCD ApplicationSets for EKS addon management, or (7) comparing deployment patterns for implementation decisions. Skip for Amazon ECS (use ecs-build).
aws-samples/sample-apex-skills · ★ 37 · DevOps & Infrastructure · score 73
Install: claude install-skill aws-samples/sample-apex-skills
# EKS Build Generate complete, production-ready EKS infrastructure projects. All generated code is `terraform apply`-ready with zero manual fixups. All generated Terraform code MUST follow the conventions from these companion skills: - **terraform-skill** -- resource block ordering, variable conventions, file organization, version constraints ## When to Use - Generating EKS Terraform code from requirements (new project) - Scaffolding EKS infrastructure with air-gapped, proxy, or compliance constraints - Creating ArgoCD GitOps integration for EKS addon management - Implementing two-phase webhook ordering for eks-blueprints-addons - Configuring IRSA or Pod Identity for EKS workloads - Generating ArgoCD ApplicationSets for addon lifecycle - Creating Ralph loop validation configurations for EKS projects - Adding custom addons (Kyverno, Prisma, New Relic) to an EKS project - Choosing between or comparing deployment patterns (full Terraform vs ArgoCD+Terraform vs ArgoCD+ACK/KRO) for an actual build ## Don't Use - Designing EKS architecture from requirements (use `eks-design`) - General Terraform module development or testing (use `terraform-skill`) - EKS cluster reconnaissance or discovery (use `eks-recon`) - EKS operational best practices reference (use `eks-best-practices`) - Amazon ECS builds of any kind (use `ecs-build`) ## Internet Search Requirements This skill generates code from scratch every time. **Always search the internet** for: - **Latest versions** of all a