Forrest logo
back to the aws tool

aws-backup:tldr:ee9c2

aws-backup: Display details about your report jobs.
$ aws backup list-report-jobs
try on your machine

The command "aws backup list-report-jobs" is used to list the report jobs in AWS Backup.

AWS Backup is a service provided by Amazon Web Services (AWS) that helps you automate and manage backups of your AWS resources. It allows you to schedule and retain backups of your Amazon Elastic Block Store (EBS) volumes, Amazon Relational Database Service (RDS) databases, Amazon DynamoDB tables, Amazon Elastic File System (EFS) file systems, and AWS Storage Gateway volumes.

The "list-report-jobs" subcommand of the AWS Backup CLI (Command Line Interface) is used to retrieve information about the report jobs that have been run in AWS Backup. Report jobs in AWS Backup create reports detailing the backup and restore activities performed within your AWS account.

When you run the "aws backup list-report-jobs" command, it will communicate with the AWS Backup service and retrieve a list of report jobs along with their details such as job ID, creation date, completion time, resource type, and more. This can help you monitor and manage the report jobs for auditing and compliance purposes.

The command requires appropriate IAM (Identity and Access Management) permissions to access and retrieve the list of report jobs.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the aws tool