Proper tagging enhances resource discovery, lifecycle management, and overall productivity within the AWS environment. If tags do not comply with
the AWS format, it can lead to confusion and inefficiency in managing resources, as well as unexpected behavior of the system.
AWS resource tags should comply with the format stated in AWS documentation. That is, tag keys should:
- Be between 1 and 128 characters long
- Consist of Unicode letters, digits, white spaces, and the following characters:
_ . : / = + - @ "
- Not start with
aws: