AWS Backup Resource Assignment Review

Reviews AWS resources that are missing a backup plan. If all resources are already in backup plans, the workflow ends; otherwise, it assigns backup plans based on resource type using specified dummy logic.

1. Run Backup Compliance Report

  • Generate a report of all AWS resources that are not assigned to any AWS Backup plan.

2. Evaluate Backup Report Findings

  • If no resources are reported missing backup plans, return 'none'. If resources are found that are not in backup plans, return 'assign'.

3. Assign Backup Plans to Resources

  • For each resource missing a backup plan, apply assignment logic: if the resource type is EC2, assign 'plan-ec2'; if DynamoDB, assign 'plan-dynamodb'; if RDS, assign 'plan-rds'; if S3, assign 'plan-s3'.
Workflow Ready

AWS Backup Resource Assignment Review