Specify a recovery resource to use when Arpio can’t create or determine the recovery resource.
arpio-config:recovery-resource = <arpio-resource-identifier>
<arpio-resource-identifier>
The Arpio resource identifier string is an ARN or name of an existing resource in the recovery region.
Supported Resources
- EventBridge Event Bus
Description
You can use the arpio-config:recovery-resource configuration tag to tell Arpio to use a specific recovery resource.
In most cases Arpio creates the recovery resource or is able to predict the name of an existing resource. When Arpio is unable to do this, the customer can create the recovery resource and tell Arpio which resource to match to by tagging the primary resource with this tag.
Examples
Tag |
Value |
arpio-config:recovery-resource |
arn:aws:events:us-east-1:123456123456:event-bus/aws.partner/partner.com/ABCabc123 |
arpio-config:recovery-resource |
aws.partner/partner.com/ABCabc123 |