Amazon Web Services (AWS) - List Backup Plans using the AWS CLI

by
Jeremy Canfield |
Updated: May 25 2024
| Amazon Web Services (AWS) articles
If you are not familiar with AWS Backup, check out my article Getting Started with AWS Backup.
This assumes you have already configured the aws command line tool. If not, check out my article on Getting Started with the AWS CLI.
The aws backup list-backup-plans can be used to list your Backup Plans.
~]$ aws backup list-backup-plans
{
"BackupPlansList": [
{
"BackupPlanArn": "arn:aws:backup:us-east-1:123456789012:backup-plan:5e3807be-880e-4029-82c0-5beda0a82b3a",
"BackupPlanId": "5e3807be-880e-4029-82c0-5beda0a82b3a",
"CreationDate": "2024-05-27T05:34:11.016000+00:00",
"VersionId": "NDg1MzFkMDAtOTE4OS00YjgwLWI3OTMtN2JkN2MxMjk3NGUz",
"BackupPlanName": "my-daily-backup"
}
]
}
Did you find this article helpful?
If so, consider buying me a coffee over at