Created
March 1, 2022 03:50
-
-
Save tfentonz/75417f37b9b7012f447fbfe7e329e7b0 to your computer and use it in GitHub Desktop.
AWS Backup Plan list
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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