This feature requires the following additional permissions:
...
"Action": [
...
"ec2:DescribeTags",
"elasticloadbalancing:DescribeTags",
...
],
...
BAM objects that support discovery of AWS resource tags
CDV can import resource tags from the following BAM objects. If you want to set up UDFs before discovery, you will need a UDF for every BAM object whose tags you want to discover.
AWS resource | BAM Object |
---|---|
VPC |
Address Space |
Subnet |
Network |
EC2 Instance | Device |
Load Balancer | Device |
VPC Endpoint | Device |
EKS Node | Tag |
AWS Additional Tags settings
To access these options, in the CDV banner, click AWS, then click the Setup tab and scroll down to AWS Additional Tags.
You can specify as many tags for as many different types of resources as you want. CDV displays the current list of AWS tags that CDV will discover and the UDF in which their values will be stored below the selectable fields. By default, this list is empty.
You can select the following for each entry in the list:
Field/Option | Description |
---|---|
Resource Type |
The type of resource whose tags you want to discover, such as VPCs. To discover AWS tags for all types, select All Resources. |
Tag Name | The name of the AWS tag whose values you want to
discover. In BAM, this will appear as the UDF display name. The
Tag name cannot use commas ( |
BAM UDF | (Text only) The BAM UDF name in which tag information will be collected.
|
Add | When you've entered a Resource Type, Tag Name, and BAM UDF, click the Add button to add the specifications to the list of AWS tags to discover. To remove a specific tag from the list of discovered tags, click the red X button () corresponding to that tag. To remove all the tags for the selected resource type, click Remove. |