Failing to update tags on the `AWS::RDS::DBClusterParameterGroup` resource

0

We are having an issue with CloudFormation for the past 2 days. This has worked flawlessly for over a year, with multiple daily deployments, but all of a sudden broke.

We are getting the following error during the CF deployment:

Resource handler returned message: "Exceeded attempts to wait" (RequestToken: d5d4641e-a1ca-ad53-5eb2-64ac9b8d9863, HandlerErrorCode: NotStabilized)

The following resource(s) failed to update: [DatabaseWarehouseParameterGroupXYZ].

This is happening on a tags update for the RDS Parameter Group (AWS::RDS::DBClusterParameterGroup). Which makes no sense as it is a simple operation. It is just updating one value for another (build ID).

  • There have been no related changes to our infra.
  • We have tried this many times both thru the pipeline and manual local deployments over the last 2 days.
  • The timeout happens after ~ 20 minutes, which should be more than enough to update the tags.

Enter image description here

3개 답변
1
수락된 답변

Hi @m0ltar! I was updating a typo error in my answer and maybe I accidentally clicked on Delete instead of Update.

Here is my original answer:

I just tried a simple CloudFormation template on my end with AWS::RDS::DBClusterParameterGroup resource and was able to update a Tag value successfully. By any chance, is your parameter group associated with any stopped DB cluster?

Glad this helped!

profile picture
joahna
답변함 2년 전
profile picture
전문가
검토됨 2일 전
  • Thank you, joahna! You nailed it with the "stopped DB cluster" comment!

0

Good call, @joahna! Indeed, we had a stopped clone of a production instance that was sharing the parameter group. This was not obvious from the CF resource list, as the clone was not part of the stack. Thanks for the tip!

profile picture
m0ltar
답변함 2년 전
0

I don't know why, but @joahna's answer is not visible anymore after I refreshed the page.

profile picture
m0ltar
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠