Skip to content

Instantly share code, notes, and snippets.

@tfentonz
Created March 1, 2022 03:50
Show Gist options
  • Save tfentonz/75417f37b9b7012f447fbfe7e329e7b0 to your computer and use it in GitHub Desktop.
Save tfentonz/75417f37b9b7012f447fbfe7e329e7b0 to your computer and use it in GitHub Desktop.
AWS Backup Plan list
aws backup list-backup-plans \
--query 'BackupPlansList[].[BackupPlanName]' \
--output text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment