View a markdown version of this page

Add input sources to a service - AWS Resilience Hub

Add input sources to a service

To add an input source (console)
  1. Open the Next generation Resilience Hub console and navigate to your service.

  2. Choose the Configuration tab.

  3. Choose Edit in the Service resource discovery section.

  4. Select the input source type and provide the required configuration:

    • AWS CloudFormation stack – Select one or more AWS CloudFormation stacks. The selector will show stacks relevant to the Regions you have selected for this service.

    • Terraform state file – Enter the Amazon S3 URL of the state file.

    • Resource tags – Enter the tag key and values to match.

    • Amazon EKS cluster – Enter the cluster ARN and select the namespaces to include.

  5. Choose Add.

To add an input source (AWS CLI)
  • Run the following command:

    aws resiliencehubv2 create-input-source \ --service-arn "service-arn" \ --resource-configuration '{"cfnStackArn": "stack-arn"}'