Related Posts
No posts found!
There are certain requirements to define the AWS tagging rules and one must follow them.
This topic describes commonly used tagging, categories and strategies to help you implement a consistent and effective tagging strategy. The following sections assume basic knowledge of AWS resources, tagging, detailed billing, and AWS Identity and Access Management (IAM).
Each tag has two parts:
Tags would be used to categorize resources by purpose, owner, environment, or other criteria. Please add, change, or remove tags one resource at a time from each resource’s service console, service API, or the AWS CLI.
Below is the account structure we are planning to adopt
You should follow the below practices in using the tags
The following basic restrictions apply to tags.
Restriction | Description |
---|---|
Maximum number of tags per resource |
50 |
Maximum key length | 128 Unicode characters in UTF-8 |
Maximum value length | 256 Unicode characters in UTF-8 |
Prefix restriction | Do not use the aws: prefix in your tag names or values because it is reserved for AWS use. You can’t edit or delete tag names or values with this prefix. Then tags with this prefix do not count against your tags per resource limit. |
Character restrictions | Tags may only contain Unicode letters, digits, whitespace, or these symbols: _ . : / = + – @ |
The “environment” tag refers to the hierarchical stages an application deployment migrates through.
The tag name MUST be written as “environment”.
The “platform” tag is then primarily used for operational purposes to distinguish between the major operating system types (Linux and Windows) for better visibility within configuration management.
Assume that all tags and values are case sensitive, particularly for arbitrary values.
In conclusion, Managing assets in the cloud effectively requires coordination across stakeholder interests. A consistent tagging standard enables you to audit, authorize, bill, communicate and secure resources in the cloud more quickly. Then Additional tags can be used in many more useful ways that are more application or department specific.
No posts found!