eks-ingress-migration

eks-ingress-migration is a skill for Claude Code, Codex from aws-samples/sample-apex-skills. It costs 164 tokens per session (6,206 once invoked), scanned A, original, MIT-0.

An assessment and migration-planning tool for ingress traffic in Amazon EKS, AWS's managed Kubernetes service. Ingress controls how outside requests reach applications, and the tool evaluates NGINX setups and plans moves to Gateway API, AWS load balancing, or AWS Transform.

In plain words
What is it for?
Use it to inspect an EKS cluster's NGINX or other ingress setup, score migration difficulty, identify redesign requirements, and produce cluster-specific migration reports.
Why use it?
It shows what ingress controllers and routes exist, how difficult a migration may be, and whether the change requires redesigning the architecture.

Skill for Claude CodeCodex ✓ vendor

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to inspect an EKS cluster's NGINX or other ingress setup, score migration difficulty, identify redesign requirements, and produce cluster-specific migration reports.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aws-samples/sample-apex-skills/eks-ingress-migration
About the project

APEX Skills is a collection of agent skills that provide AWS platform-engineering knowledge and workflows to coding agents. Engineers use it for tasks involving services such as Amazon EKS and Kubernetes. The catalogue entries are its skills and agents.

aws-samples/sample-apex-skills · 56 stars · on GitHub · aws-samples.github.io

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add aws-samples/sample-apex-skills --skill eks-ingress-migration
Clone the repo
git clone --depth 1 https://github.com/aws-samples/sample-apex-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for eks-ingress-migration

README.md
[![agentmods](https://agentmods.dev/badge/skills/aws-samples/sample-apex-skills/eks-ingress-migration/github.svg)](https://agentmods.dev/skills/aws-samples/sample-apex-skills/eks-ingress-migration)
Your own site
<a href="https://agentmods.dev/skills/aws-samples/sample-apex-skills/eks-ingress-migration"><img src="https://agentmods.dev/badge/skills/aws-samples/sample-apex-skills/eks-ingress-migration/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for eks-ingress-migration

Your own site · 80×15
<a href="https://agentmods.dev/skills/aws-samples/sample-apex-skills/eks-ingress-migration"><img src="https://agentmods.dev/badge/skills/aws-samples/sample-apex-skills/eks-ingress-migration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 164 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,206 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00164 $0.06206
Opus 5 $0.00082 $0.03103
Sonnet 5 $0.00033 $0.01241
Haiku 4.5 $0.00016 $0.00621

Measured 9d ago against content hash a31a10afc099, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

eks-ingress-migration scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (tools/report_to_html.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/eks-ingress-migration/SKILL.md · 372 lines

The source is not reproduced here

Licensed MIT-0

The repository is licensed MIT-0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

31 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 372 lines · 164 tokens per session scan A a31a10afc099

Subscribe to this mod's changes

eks-ingress-migration is a skill published in the GitHub repository aws-samples/sample-apex-skills (56 stars, last pushed yesterday), licensed MIT-0. It adds 164 tokens to every session and 6,206 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

Triage EKS Node NotReady

Diagnose EKS worker nodes in NotReady and determine safe remediation.

bregman-arie/devops-sre-skills · 22 tokens

amplify-workflow

Build and deploy full-stack web and mobile apps with AWS Amplify Gen2 (TypeScript code-first). Covers auth (Cognito), data (AppSync/DynamoDB including schema modeling, enum types, relationships, authorization rules), storage (S3), functions, APIs, and AI (Amplify AI Kit with Bedrock). Supports React, Next.js, Vue…

awslabs/agent-plugins · 214 tokens

aws-lambda-durable-functions

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…

awslabs/agent-plugins · 109 tokens

sns

AWS SNS notification service for pub/sub messaging. Use when creating topics, managing subscriptions, configuring message filtering, sending notifications, or setting up mobile push.

itsmostafa/aws-agent-skills · 32 tokens

aws-lambda

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…

awslabs/agent-plugins · 74 tokens

Cloud Security & Container Hardening

AWS/Azure/GCP security auditing, container and Kubernetes hardening, Infrastructure as Code scanning, and cloud compliance assessment.

Masriyan/Claude-Code-CyberSecurity-Skill · 30 tokens