resiliencehub-app

aws-ia/resiliencehub-app/aws

Terraform Module HCL AWS ✓ Verified

AWS Resilience Hub via Terraform to manage the resilience of your applications

Install
module "resiliencehub-app" {
source = "aws-ia/resiliencehub-app/aws"
version = "0.0.1"
}
plain text: /constructs/tfmod-aws-ia-resiliencehub-app-aws/install.txt
⭐ Source on GitHub 📦 Registry page
README

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

Inputs (5)
NameTypeDescriptionDefault
app_namestringThe Application's name required
s3_state_file_urlstringAn URL to s3-backend Terraform state-file required
rtonumberRTO across all failure metrics required
rponumberRPO across all failure metrics required
app_componentslist(object({ app_componenThe application's app-components, including its resources required
Outputs (2)
app_id — The application created
policy_id — The policy created
Resources (3)
awscc_resiliencehub_appawscc_resiliencehub_resiliency_policyrandom_id
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.1
Cloud AWS
★ Stars5
Forks6
Total downloads3.6k
Inputs5
Outputs2
Resources3
Examples4
LicenseApache-2.0
Namespaceaws-ia
Updated