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

arpio-config:tag:

Set or override tags on recovered resources

arpio-config:tag:<tag-key> = <tag-value>

<tag-key>

The key of the tag to set or override in the recovery environment. This part can contain any characters that are valid in tag keys for the tagged resource, including the colon character.

<tag-value>

The tag value to use in the recovery environment. If this value is missing, an tag with no value will be set in the recovery environment.

Supported Resources

  • All

Description

You can use the arpio-config:tag: configuration tag to set override tags on recovered resources. If <tag-key> is the key of a tag that is set on the resource in the primary environment, <tag-value> is used as the value for that tag in the recovery environment instead of the original value. If <tag-key> is not the name of any tag set in the primary environment, a tag with the specified key and value is added to the tags in the recovery environment.

This tag is useful for replacing environment-specific values such as S3 bucket names or paths to configuration files with values appropriate for the recovery environment.

Examples

Tag Value
arpio-config:tag:DEPARTMENT
marketing
arpio-config:tag:ansible:role
db
arpio-config:tag:app-config-bucket
mycompany-app-config-dr
arpio-config:tag:protected
none