aws-samples

530 mods in 18 plugins, 58 repositories, 6.9k stars between them.

dotnet-aws-ecs

361

aws-samples/sample-ramp-aidlc-mod-starter-packs

Skill Claude CodeCodex ✓ vendor

Generates IaC (CloudFormation or CDK) and a deployment guide to deploy a .NET workload to Amazon ECS Fargate on Linux containers with an Application Load Balancer. Produces a VPC, ECS cluster, task definition, ALB, and auto-scaling. NOT for Windows containers, EC2 launch type, or Kubernetes/EKS deployments.

5 3d ago A 80 tokens MIT-0

aws-samples/sample-ramp-aidlc-mod-starter-packs

Skill Claude CodeCodex ✓ vendor

Enhances a .NET application to externalize configuration into AWS Systems Manager Parameter Store and/or AWS Secrets Manager. Migrates hardcoded values (DB connection strings, API URLs, account IDs, feature flags) from appsettings.json or code into SSM parameters and Secrets Manager secrets, wires the app to resolve…

5 3d ago A 110 tokens MIT-0

dotnet-post-transform

363

aws-samples/sample-ramp-aidlc-mod-starter-packs

Skill Claude CodeCodex ✓ vendor

Fixes build errors, wires dependency injection, and resolves static file serving issues in ASP.NET Framework apps transformed to ASP.NET Core by AWS Transform for .NET. Use after running AWS Transform to get a transformed project from compiling to running correctly. Works through five sequential phases automatically.…

5 3d ago A 114 tokens MIT-0

ecs-architect

364

aws-samples/sample-ramp-aidlc-mod-starter-packs

Skill Claude CodeCodex ✓ vendor

Use when choosing and architecting an Amazon ECS deployment model for a NEW workload — Fargate vs ECS on EC2 vs Managed Instances vs Express Mode vs ECS Anywhere/External — plus capacity-provider strategy, task sizing, awsvpc/ENI density, networking, service parameters, and launch-type or topology migration (EC2…

5 3d ago A 231 tokens MIT-0

ecs-build

365

aws-samples/sample-ramp-aidlc-mod-starter-packs

Skill Claude CodeCodex ✓ vendor

Use when building Amazon ECS infrastructure with Terraform, generating apply-ready code for ECS clusters, services, and task definitions across three capacity models — Fargate (FARGATESPOT as capacity provider), EC2 Auto Scaling group providers, and ECS Managed Instances. Covers rolling/blue-green/linear/canary…

5 3d ago A 220 tokens MIT-0

ecs-devops

366

aws-samples/sample-ramp-aidlc-mod-starter-packs

Skill Claude CodeCodex ✓ vendor

Use when someone is deploying, releasing, or shipping software to Amazon ECS — phrased as "blue/green deployment on ECS", "canary deployment for my ECS service", "set up CI/CD for ECS", "GitHub Actions deploy to Fargate", "my ECS deployment is stuck", "ECS deployment circuit breaker", "ECS task sets", or "migrate off…

5 3d ago A 237 tokens MIT-0

ecs-observability

367

aws-samples/sample-ramp-aidlc-mod-starter-packs

Skill Claude CodeCodex ✓ vendor

Advise on Amazon ECS observability architecture — select the logs/metrics/traces stack (CloudWatch, Container Insights, X-Ray, ADOT/OpenTelemetry, Managed Prometheus/Grafana, FireLens to third-party) by compliance needs, existing tooling, scale, budget, and launch types (EC2, Fargate, Managed Instances, ECS Anywhere).…

5 3d ago B 237 tokens MIT-0

ecs-operation-review

368

aws-samples/sample-ramp-aidlc-mod-starter-packs

Skill Claude CodeCodex ✓ vendor

Run a structured Amazon ECS operational-excellence assessment against a live estate (Fargate/EC2/Managed Instances/ECS Anywhere) and score it GREEN/AMBER/RED. Skip for EKS/Kubernetes (use eks-operation-review). Covers 8 domains — clusters & capacity, networking, task definitions, services & deployment safety (circuit…

5 3d ago A 230 tokens MIT-0

ecs-recon

369

aws-samples/sample-ramp-aidlc-mod-starter-packs

Skill Claude CodeCodex ✓ vendor

ECS environment reconnaissance and discovery. Detects compute and capacity providers, task definitions, deployment configuration, auto scaling, networking, security posture, observability, and IaC/CI-CD tooling. Use when someone asks about their ECS environment, wants to describe a cluster, inspect a service, or…

5 3d ago B 199 tokens MIT-0

ecs-security

370

aws-samples/sample-ramp-aidlc-mod-starter-packs

Skill Claude CodeCodex ✓ vendor

Security and compliance guidance for Amazon ECS — "ECS was unable to assume the role", task role vs execution role, iam:PassRole, confused-deputy aws:SourceArn trust, Fargate vs EC2 shared responsibility, injecting Secrets Manager/SSM secrets (trailing-colon JSON-key gotcha), readonlyRootFilesystem / non-root / drop…

5 3d ago B 230 tokens MIT-0

aws-cdk

371

aws-samples/sample-ramp-aidlc-mod-starter-packs

Skill Claude CodeCodex ✓ vendor

Authors, deploys, and troubleshoots AWS infrastructure using CDK with TypeScript or Python. Covers best practices, stack architecture, and construct patterns. Always use when writing CDK constructs, bootstrapping environments, running cdk deploy/synth/diff, fixing CDK or CloudFormation errors, planning stack…

5 3d ago C 84 tokens MIT-0

aws-containers

372

aws-samples/sample-ramp-aidlc-mod-starter-packs

Skill Claude CodeCodex ✓ vendor

Deploys and operates containerized workloads on ECS, Fargate, and ECR. Covers task definitions, Fargate services, ECR repository setup and lifecycle policies, ECS Exec debugging, service scaling, deployment strategies, load balancer integration, and logging configuration. Use when deploying, debugging, or optimizing…

5 3d ago A 128 tokens MIT-0

aws-samples/sample-ramp-aidlc-mod-starter-packs

Skill Claude CodeCodex ✓ vendor

Build resilient, long-running, multi-step applications with AWS Lambda durable functions with automatic state persistence, retry logic, and orchestration for long-running executions. Covers the critical replay model, step operations, wait/callback patterns, error handling with saga pattern, testing with…

5 3d ago A 109 tokens MIT-0

aws-lambda

374

aws-samples/sample-ramp-aidlc-mod-starter-packs

Skill Claude CodeCodex ✓ vendor

Design, build, deploy, test, and debug serverless applications with AWS Lambda. Triggers on phrases like: Lambda function, event source, serverless application, API Gateway, EventBridge, Step Functions, serverless API, event-driven architecture, Lambda trigger. For deploying non-serverless apps to AWS, use…

5 3d ago A 74 tokens MIT-0

aws-samples/sample-ramp-aidlc-mod-starter-packs

Skill Claude CodeCodex ✓ vendor

AWS SAM and AWS CDK deployment for serverless applications. Triggers on phrases like: use SAM, SAM template, SAM init, SAM deploy, CDK serverless, CDK Lambda construct, NodejsFunction, PythonFunction, SAM and CDK together, serverless CI/CD pipeline. For general app deployment with service selection, use deploy-on-aws…

5 3d ago A 81 tokens MIT-0

signing-in-to-aws

376

aws-samples/sample-ramp-aidlc-mod-starter-packs

Skill Claude CodeCodex ✓ vendor

Gets AWS credentials for CLI/SDK access via aws login. Activates when a developer needs to authenticate to AWS for local development, when an AWS operation fails due to missing or expired credentials, or when someone asks about setting up AWS access. Triggers: "set up AWS", "configure AWS", "aws login", "get…

5 3d ago A 101 tokens MIT-0

java-upgrade

377

aws-samples/sample-ramp-aidlc-mod-starter-packs

Skill Claude CodeCodex ✓ vendor

Use when upgrading a Java service to the latest Java LTS (target newest — e.g. Java 25; fall back to 21/17 only if a dependency blocks it), performing the associated framework upgrade (Spring Boot 2→3, javax→jakarta), and containerising the result for ECS/EKS. Covers upgrade tooling (OpenRewrite, jdeps, jdeprscan…

5 3d ago A 197 tokens MIT-0

regression-testing

378

aws-samples/sample-ramp-aidlc-mod-starter-packs

Skill Claude CodeCodex ✓ vendor

Use when planning or writing a behaviour-first regression safety net BEFORE a major change — a Java/JDK version upgrade, a framework migration (e.g. Spring Boot 2→3, AngularJS→React), a runtime change, or a large refactor. Prioritises tests that validate observable external behaviour (API contracts, E2E flows, pure…

5 3d ago A 154 tokens MIT-0

web-test-automation

379

aws-samples/sample-ramp-aidlc-mod-starter-packs

Skill Claude CodeCodex ✓ vendor

Use when designing, choosing tools for, or writing automated tests for web applications — E2E and UI tests, visual regression, web accessibility (axe-core), API testing inside browser flows, flaky-test debugging, page object model, and CI integration. Playwright-first, with Cypress and Selenium guidance and migration…

5 3d ago A 132 tokens MIT-0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: