Custom Resource Tags
Manage custom tags for AWS resources in DuploCloud
DuploCloud provides flexible tagging capabilities to help you organize and manage your AWS resources.
There are two primary ways to apply custom tags:
Tenant-wide tags: Configured centrally by administrators and applied to all resources within a tenant, ensuring consistent metadata across your environment.
Resource-specific tags: Added manually on individual resources, allowing you to customize tags for specific resource needs.
Configuring Tenant-Wide Custom Resource Tags
An administrator can define a list of custom tag keys that are allowed to be applied to AWS resources for any tenant in a DuploCloud environment. After defining these keys, specific tag values can be assigned to each tenant to apply the tags automatically across all resources within that tenant.
Defining allowed tenant-wide tag keys
Define the custom tag keys that can be assigned tenant-wide.
In the DuploCloud portal, navigate to Administrator -> System Settings -> System Config.
Click Add. The Add Config pane displays.

Add Config pane In the Config Type list box, select App Config.
In the Key list box, select Duplo Managed Tag Keys.
In the Value field, enter one or more Duplo tag keys, separated by semicolons. For example:
Cost-Center; Company; Cost.Click Submit. The tag key will appear in the System Configs list as
DUPLO_CUSTOM_TAGS, indicating it was successfully added.
System Configs list with DUPLO_CUSTOM_TAGSkey highlighted
Assigning tag values to tenants
Assign specific values to the allowed tenant-wide tag keys for each tenant to apply these tags automatically to all resources managed under that tenant.
Navigate to Administrator -> Tenants.
Click the Tenant name in the NAME column.
Select the Tags tab.
Click Add. The Add Tenant Tag pane displays.

Add Tenant Tag pane Select one of the tenant-wide tag keys configured earlier (e.g.,
Cost-Center) in the Key list box.Enter the appropriate value for this tenant in the Value field.
Click Save. The tag key and value will now be applied automatically to all AWS resources managed under this tenant.

cost-center tag key and its assigned valueConfiguring Resource-Specific Custom Tags
Beyond tenant-wide tags, DuploCloud allows you to add custom tags directly to individual AWS resources. This lets you apply specific metadata to resources for organization, tracking, or operational needs that vary by resource.
Navigate to the resource’s page in the DuploCloud Portal. For example, for an RDS, navigate to Cloud Services -> Databases -> RDS, and click the RDS name in the NAME column.
Select the Tags tab.
Click Add. The Add Resource Tag pane displays.

Add Resource pane Enter the Key and Value for the custom tag.
Click Add. The custom tag is added to the resource and displayed on the Tags tab.

Tags tab for the RDS
Custom Tags Best Practices
Avoid using the same tag keys for both tenant-wide and resource-specific tagging unless you want intentional overrides.
Use tenant-wide tags for organization-wide or team-wide metadata (like
cost-center,environment).Use resource-specific tags for granular control or temporary tagging (like
backup-window,owner).
Last updated
Was this helpful?

