ce-provision

AWS Backup Validation

Creates AWS Restore testing plan for EC2 and RDS, EventBridge rule that gets triggered by restore testing and Lambda backup validation that will check and notify about the restored instance.

Default variables

---
aws_backup_validation:
  s3_bucket: "codeenigma-{{ _aws_profile }}-general-storage-{{ _aws_region }}"
  name: "RestoreValidation"
  description: "Restore validation is running every Sunday at 00:00AM, and validation reporting is triggered on Monday 00:00AM"
  timeout: 60
  runtime: "python3.12"
  handler: "lambda_handler"
  resources:
    - EC2
    - RDS
    #- EFS