resiliencehub-app
aws-ia/resiliencehub-app/aws
AWS Resilience Hub via Terraform to manage the resilience of your applications
AWS Resilience Hub Application AWS Resilience Hub is a new AWS service designed to help you define, track, and manage the resilience of your applications. \ AWS Resilience Hub lets you define your RTO and RPO objectives for each of your applications. Then it assesses your application’s configuration to ensure it meets your requirements. It provides actionable recommendations and a resilience score to help you track your application’s resiliency progress over time. This Terraform module contains AWS Resilience Hub resources. The module will be s3 state-file backed, as it is currently mandatory by Resilience Hub to onboard new terraform-Application using s3 only.\ As a result, we must provide the module with s3_state_file_url where the actual resources are deployed. The app-components variab
| Name | Type | Description | Default |
|---|---|---|---|
| app_name | string | The Application's name | required |
| s3_state_file_url | string | An URL to s3-backend Terraform state-file | required |
| rto | number | RTO across all failure metrics | required |
| rpo | number | RPO across all failure metrics | required |
| app_components | list(object({ app_componen | The application's app-components, including its resources | required |
app_id — The application createdpolicy_id — The policy created