Low
AppConfig
Regional
AWS AppConfig extension associations should be tagged
Description
Flags AWS AppConfig extension associations that have no user-defined tags. Tags help associate the extension binding with its owning team and use case; untagged associations are operationally opaque.
Remediation
Apply at least one user-defined tag to every AppConfig extension association.
Steps
- Identify the affected AppConfig extension association via the AWS CLI or the AppConfig API.
- Use the AWS CLI 'appconfig tag-resource' command (or the SDK equivalent) with the association's ARN.
- Provide at least one tag with a non-aws: prefixed key (e.g. Owner, UseCase).