Correct Answer – A
AWS Resource tags are a critical component when architecting in the cloud. They create an identifying mechanism for the user to group, classify and order all their provisioned resources appropriately.
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html
Option B is INCORRECT. AWS Resource groups enable the ordering of AWS resources into logical groupings. Resources can be ordered by application, environment or software component.
Option C is INCORRECT. Flags are used in AWS CloudFormation. The option is inaccurate.
Option D is INCORRECT. A tag key is only part of what makes up a resource tag. Each resource tag will have a key and value string.