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.11k stars 57 forks source link

Stack level tags are not applied to AWS::Neptune::* #886

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(Stack-level tags will apply to all supported resources in your stack. You can add up to 200 unique tags for each stack.), all Neptune resources are not tagged by stack level tags after deploying the stack.

5. Helpful Links to speed up research and evaluation

https://docs.aws.amazon.com/neptune/latest/userguide/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...)

7. Any additional context (optional)

gopuneet commented 2 years ago

@zxkane Thank you for submitting the issue and apologies for the delayed response.

I have validated that, as of today, stack tags specified during stack creation are being applied to all 5 Neptune CloudFormation resources, namely:

How was validation done?

I used the quick start template provided at https://docs.aws.amazon.com/neptune/latest/userguide/get-started-cfn-create.html and added a stack tag in Step 2 Specify stack details. After the stack creation was complete, I verified that all 5 Neptune resources' tags contained that stack tag along with the other resource tags specified within the CloudFormation template.


@aws-cloudformation/aws-cloudformation This issue can be closed as no-op.