| name | aws-artifact |
| description | Artifact via AWS CLI v2 (`aws artifact`). Reports, agreements, account settings. |
AWS CLI v2 — Artifact (artifact)
Overview
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.
Quick Reference — Common Workflows
List all available compliance reports
aws artifact list-reports
Get metadata for a specific report
aws artifact get-report-metadata \
--report-id report-abc123def456gh78
List all versions of a report
aws artifact list-report-versions \
--report-id report-abc123def456gh78
Accept terms and download a report
aws artifact get-term-for-report \
--report-id report-abc123def456gh78
aws artifact get-report \
--report-id report-abc123def456gh78 \
--term-token <term-token-from-step-1>
List customer agreements
aws artifact list-customer-agreements
Get account settings
aws artifact get-account-settings
Update notification subscription
aws artifact put-account-settings \
--notification-subscription-status SUBSCRIBED
Command Reference
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 |