From 211f562cd622b12b8826e97f5e37ff928794a118 Mon Sep 17 00:00:00 2001 From: Azad Ansari <46996166+AzadAnsari35@users.noreply.github.com> Date: Sat, 17 Dec 2022 13:30:56 +0530 Subject: [PATCH] aws-backup: add page (#9369) * aws-backup: page added * aws-backup: checks fixed * aws-backup: checks fix * Apply suggestions from code review as submitter failed to address them --- pages/common/aws-backup.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/aws-backup.md diff --git a/pages/common/aws-backup.md b/pages/common/aws-backup.md new file mode 100644 index 0000000000..fce058982b --- /dev/null +++ b/pages/common/aws-backup.md @@ -0,0 +1,24 @@ +# aws backup + +> Unified backup service designed to protect Amazon Web Services services and their associated data. +> More information: . + +- Return BackupPlan details for a specific BackupPlanId: + +`aws backup get-backup-plan --backup-plan-id {{id}}` + +- Create a backup plan using a specific backup plan name and backup rules: + +`aws backup create-backup-plan --backup-plan {{plan}}` + +- Delete a specific backup plan: + +`aws backup delete-backup-plan --backup-plan-id {{id}}` + +- Return a list of all active backup plans for the current account: + +`aws backup list-backup-plans` + +- Display details about your report jobs: + +`aws backup list-report-jobs`