Resource Auto Mapping
The Easiest Way to Associate Resources with Services and Environments and Keep Drift Free
Resource auto mapping allows you to specify cloud tags and labels in your services and environments and have configure8 automatically map all your cloud resources to the specified environments and services. Each time configure8 does a new discovery job on your cloud accounts, the auto mapping will be re-run, enabling a drift-free mapping of your resources to your environments and services.
Auto Mapping is currently supported for AWS and Kubernetes resource types, with GCP and Azure coming soon.
To enable resource auto mapping:
- 1.Go into the Environment you wish to have auto mapped. Create a new piece of metadata of type Auto Map, and enter the key-value pair you use to identify a resource's environment in your company's tagging scheme. For example, if you have an
env: production
tag on all the resources in your production environment, you'd add the following metadata to your production environment:

- 2.Go into the Service you wish to have auto mapped. Create a new piece of metadata of type Auto Map, and enter the key-value pair you use to identify a resource's service in your company's tagging scheme. For example, if you have a
service: exampleservice
tag on all the resources that correspond to ExampleService, you'd add the following metadata to the service detail page for ExampleService:

Configure8 does the rest of the work, automatically mapping resources to the intersection of resources that match the Auto Map metadata you entered for your environments and resources. When you create new Auto Map metadata, updates will be applied soon (similar to discovery). Additionally, remapping will be run automatically after each discovery job and whenever you change a tag or label in your service or environment's Auto Map metadata.
Last modified 30d ago