用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CyberStrikeus/CyberStrike --skill cis-aws-compute-2-1-5命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | cis-aws-compute-2.1.5 |
| description | Ensure Images are not Publicly Available |
| category | cis-compute |
| version | 1.1.0 |
| author | cyberstrike-official |
| tags | ["cis","aws","compute","ec2","ami","public-access","permissions"] |
| cis_id | 2.1.5 |
| cis_benchmark | CIS AWS Compute Services Benchmark v1.1.0 |
| tech_stack | ["aws"] |
| cwe_ids | [] |
| chains_with | ["cis-aws-compute-2.1.3","cis-aws-compute-2.2.2"] |
| prerequisites | [] |
| severity_boost | {} |
EC2 allows you to make an AMI public, sharing it with all AWS accounts.
Publicly sharing an AMI with all AWS accounts could expose organizational data and configuration information.
Making an AMI private may affect other AWS accounts that depend on it. Ensure shared accounts are explicitly added if needed.
No specific CLI audit command is provided for this control. Use the console method below.
Images, click AMIs.Owned by me is set.Permissions Tab.This image is currently Public, please refer to the remediation below.All AMIs should have their permissions set to Private. No AMI should display "This image is currently Public" in the Permissions tab.
No specific CLI remediation command is provided for this control. Use the console method below.
Images, click AMIs.Owned by me is set.Permissions Tab.Edit.Private.Add AWS Account Number if you have a need to share with other Internal AWS accounts that your Organization owns.
By default, AMIs are private when created. They must be explicitly made public.
| Controls Version | Control | IG 1 |
|---|
| IG 2 |
|---|
| IG 3 |
|---|
| v8 | 11.3 Protect Recovery Data | x | x | x |
| v7 | 5.3 Securely Store Master Images | x | x |
Level 1 | Manual