aws-cloudformation / cloudformation-coverage-roadmap

The AWS CloudFormation Public Coverage Roadmap
https://aws.amazon.com/cloudformation/
Creative Commons Attribution Share Alike 4.0 International
1.1k stars 54 forks source link

Stack level tags are not applied to AWS::DocDB::* #887

Open zxkane opened 3 years ago

zxkane commented 3 years ago

2. Scope of request

c) new attribute for an existing resource is desired

Deploy a new stack with stack level tags, all DocDB resources are not tagged by stack level tags after deploying the stack.

Below is quoted from CloudFormation console,

Stack-level tags will apply to all supported resources in your stack. You can add up to 200 unique tags for each stack.

5. Helpful Links to speed up research and evaluation

https://docs.aws.amazon.com/documentdb/latest/developerguide/tagging.html

6. Category (required) - Will help with tagging and be easier to find by other users to +1

Use the categories as displayed in the AWS Management Console (simplified):

  1. DB (RDS, DynamoDB...)
c24w commented 3 years ago

We've found that CloudFormation creates these resources with stack-level tags:

However, if stack-level tags are added/removed, the changes aren't reflected on those resources. AWS Support said:

The CloudFormation Service Team acknowledges this issue and has confirmed they are working towards a fix for it.

Is this the same issue or shall I create a new one?

LukeHuston03878 commented 2 years ago

Looks like this issue has been open for about 8 months now. Any idea when it might get worked on?