Cloudformation - Update glue crawler doesn't update tags

0

Bug report:

Scenario:

  • Create a glue crawler using a CloudFormation template
  • Update the Crawler tags

Expected result: Tags should be updated

Actual result: Tags are not updated

asked 6 months ago165 views
1 Answer
0

Hello, Thanks for reporting this to AWS team.

In order to confirm the above, I have tried to replicate it by creating a stack and then updating the tags of the Crawler.

For creation of the stack and the Crawler, I have used the sample template provided in the ‘AWS::Glue::Crawler’ docs (1). The stack and the ‘AWS::Glue::Crawler’ resource gets created successfully. Then I tried to update the stack by changing the Tags value in the template, the stack gets updated successfully but the Tags are not updated on the ‘AWS::Glue::Crawler’ Console.

I also faced the same behaviour as you mentioned. In order to confirm this whether this is an expected behaviour or a bug, I have reached out to internal team.

Reference:


  1. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-crawler.html#aws-resource-glue-crawler--examples
AWS
Aamir
answered 6 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions