Platform operators using the Tanzu Cloud Service Broker for AWS want to include custom AWS tags (for cost center tracking, ownership, etc.) on all AWS resources created by the broker, such as S3 buckets or RDS instances.
By default, the broker creates a standard set of tags. Custom platform-wide tags are not defined in the individual service plans or Brokerpak YAML files; instead, they are managed through a global tile configuration.
To apply custom AWS tags, follow these steps:
New tags are automatically applied to services created after the change. For existing services, you must force a metadata update via the Cloud Foundry CLI:
cf target -o <ORG> -s <SPACE>cf update-service <SERVICE_INSTANCE_NAME>Note: This triggers the broker to merge Global Tags into the existing AWS resource.