1. Arpio Documentation
  2. Reference Guides
  3. Arpio Configuration Tag Reference

arpio-config:recovery-resource (Tag-based)

Adopt an existing VPC in your recovery environment.

arpio-config:recovery-resource:<tag-name> = <expected-value>

<tag-name>

The tag key that Arpio should match on VPCs in the recovery environment.

<expected-value> (optional)

The tag value that Arpio should match on the recovery VPC. If omitted, Arpio matches on the tag-name only.

Supported Resources

  • VPC

Description

Add the arpio-config:recovery-resource configuration tag to your primary VPC to have Arpio link recovery to an existing VPC in the recovery environment instead of creating or modifying one.

Arpio searches for recovery-side VPCs whose tags match the <tag-name> and, if provided, <expected-value>. When a match is found, Arpio links your recovery process to that VPC. Arpio does not change the configuration of the matched VPC; it is treated as an externally managed component of your recovery environment.

Matching Rules

  • You may specify one or more tag conditions; Arpio evaluates multiple conditions with a logical AND.

  • If <expected-value> is not provided, Arpio matches on <tag-name> only.

Example

Tag

Value

arpio-config:recovery-resource:department

it

arpio-config:recovery-resource:environment

dev