一键导入
aws-artifact
Artifact via AWS CLI v2 (`aws artifact`). Reports, agreements, account settings.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Artifact via AWS CLI v2 (`aws artifact`). Reports, agreements, account settings.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
IAM Access Analyzer via AWS CLI v2 (`aws accessanalyzer`). Analyzers, findings, archive rules, access previews, policy tools.
Private CA via AWS CLI v2 (`aws acm-pca`). Certificate authorities, certificates, audit reports, permissions, policies.
ACM via AWS CLI v2 (`aws acm`). Certificates, import/export, validation, tags, account configuration.
Managed Prometheus via AWS CLI v2 (`aws amp`). Workspaces, alert manager, rule groups, scrapers, logging, resource policies.
Amplify via AWS CLI v2 (`aws amplify`). Apps, branches, domain associations, jobs, deployments, webhooks.
API Gateway via AWS CLI v2 (`aws apigateway`). REST APIs, HTTP APIs, resources, methods, stages, authorizers, API keys, usage plans.
| name | aws-artifact |
| description | Artifact via AWS CLI v2 (`aws artifact`). Reports, agreements, account settings. |
Complete reference for all aws artifact subcommands in AWS CLI v2. Covers compliance report management, agreement management, and account settings. AWS Artifact provides on-demand access to AWS compliance reports and agreements. Use these commands to list available compliance reports, download reports (after accepting terms), manage customer agreements, and configure notification settings.
aws artifact list-reports
aws artifact get-report-metadata \
--report-id report-abc123def456gh78
aws artifact list-report-versions \
--report-id report-abc123def456gh78
# Step 1: Get the term token
aws artifact get-term-for-report \
--report-id report-abc123def456gh78
# Step 2: Download the report using the term token
aws artifact get-report \
--report-id report-abc123def456gh78 \
--term-token <term-token-from-step-1>
aws artifact list-customer-agreements
aws artifact get-account-settings
aws artifact put-account-settings \
--notification-subscription-status SUBSCRIBED
See index.md for the quick reference table and global options.
| Group | File | Commands |
|---|---|---|
| Reports | reports.md | list-reports, get-report-metadata, get-report, get-term-for-report, list-report-versions |
| Agreements & Settings | agreements-settings.md | list-customer-agreements, get-account-settings, put-account-settings |