AWS aurora-dsql documentation change
Summary
Expanded tagging best practices section with security-related examples (security, confidentiality, environment tags) and updated resource links.
Security assessment
The changes add documentation about using tags for security control categorization, which supports security posture management but doesn't address a specific vulnerability. This enhances security guidance but isn't tied to a security incident resolution.
Diff
diff --git a/aurora-dsql/latest/userguide/best-practices-security-detective.md b/aurora-dsql/latest/userguide/best-practices-security-detective.md index b8c8f5081..fec5bdb01 100644 --- a//aurora-dsql/latest/userguide/best-practices-security-detective.md +++ b//aurora-dsql/latest/userguide/best-practices-security-detective.md @@ -5,2 +4,0 @@ -Amazon Aurora DSQL is provided as a Preview service. To learn more, see [Betas and Previews ](https://aws.amazon.com/service-terms/) in the AWS Service Terms. - @@ -32 +30,14 @@ Tagging allows for grouped controls to be implemented. Although there are no inh -For more information, see [AWS Tagging Strategies](https://aws.amazon.com/answers/account-management/aws-tagging-strategies/). +You can assign metadata to your AWS resources in the form of tags. Each tag is a simple label consisting of a customer-defined key and an optional value that can make it easier to manage, search for, and filter resources. + +Tagging allows for grouped controls to be implemented. Although there are no inherent types of tags, they let you categorize resources by purpose, owner, environment, or other criteria. The following are some examples. + + * Security – used to determine requirements such as encryption. + + * Confidentiality – an identifier for the specific data-confidentiality level a resource supports. + + * Environment – used to distinguish between development, test, and production infrastructure. + + + + +For more information, see [ Best Practices for Tagging AWS Resources](https://docs.aws.amazon.com/whitepapers/latest/tagging-best-practices/tagging-best-practices.html).