🌐
DevOpsTypeScript

Remove Unused ENIs

by CyberStrikeus

Remove Unused ENIs is a DevOps skill for Claude Code, published by CyberStrikeus in CyberStrike.

1.7K stars253 forkson CyberStrikeus/CyberStrikeAdded 2026/07/20+4% in starsRepository updated 2026/08/05
aiai-agentai-securitybug-bountycybersecuritydevsecopsethical-hackinghackinghacking-toolllmmcpmcp-servermitre-attackoffensive-securityowasppenetration-testingpentestred-teamsecuritysecurity-tools
Install in seconds
Install Remove Unused ENIs
Copy Remove Unused ENIs into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/CyberStrikeus/CyberStrike/tree/main/.cyberstrike/skill/CIS_benchmarks/Cloud_Providers/AWS/CIS_AWS_Compute_Services_Benchmark_v1.1.0/cis-aws-compute-2.10 ~/.claude/skills/cis-aws-compute-2.10

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/CyberStrikeus/CyberStrike.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.cyberstrike/skill/CIS_benchmarks/Cloud_Providers/AWS/CIS_AWS_Compute_Services_Benchmark_v1.1.0/cis-aws-compute-2.10/SKILL.md in CyberStrikeus/CyberStrike
Installs to
~/.claude/skills/cis-aws-compute-2.10
Collection
One of 51 skills cataloged from this repository
Category
DevOps1075 skills

What Remove Unused ENIs does

Audit and delete unattached AWS Elastic Network Interfaces (ENIs) to maintain a clean environment, reduce attack surface, and avoid hitting service limits.

Remove Unused ENIs is cataloged under DevOps on DirSkills. Remove Unused ENIs comes from a repository tagged ai, ai-agent, ai-security, bug-bounty and cybersecurity.

Documentation

README

Ensure unused ENIs are removed

Description

Identify and delete any unused Amazon AWS Elastic Network Interfaces in order to adhere to best practices and to avoid reaching the service limit. An AWS Elastic Network Interface (ENI) is pronounced unused when is not attached anymore to an EC2 instance.

Rationale

Removing unused ENIs helps maintain a clean environment, reduces potential attack surface, and avoids reaching service limits.

Impact

Deleting an ENI is permanent. Ensure the ENI is truly unused before removal.

Audit Procedure

Using AWS CLI

  1. Run describe-network-interfaces command:
aws ec2 describe-network-interfaces --region us-east-1 --output json --filters Name=status,Values=available --query "NetworkInterfaces[*].{ENI:NetworkInterfaceId}"

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Remove Unused ENIs

  • What else does CyberStrikeus publish alongside Remove Unused ENIs?

    Remove Unused ENIs is one of 51 skills that DirSkills catalogs from CyberStrikeus/CyberStrike, the repository it ships in. Its siblings there include AMI Age Compliance, AMI Encryption Check and AMI Naming Convention Compliance. Each one is a separate skill with its own page in this directory, installs the same way Remove Unused ENIs does, and is maintained by CyberStrikeus in that same repository. The rest of the collection is listed on the CyberStrikeus/CyberStrike page.

  • How does Remove Unused ENIs compare to other DevOps skills?

    Remove Unused ENIs ranks #316 by stars among the 1075 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Remove Unused ENIs against them. Open each page to compare what they document and how they install.

More from CyberStrikeus/CyberStrike

Remove Unused ENIs is one of 51 skills cataloged on DirSkills from CyberStrikeus/CyberStrike.

See all 51 skills