quickstart-amazon-eks icon indicating copy to clipboard operation
quickstart-amazon-eks copied to clipboard

Failed to update existing stack: Transform [accountid]::QuickStartParameterResolver failed with: Parameter /[stackname]/hashicorp/vault/Version not found

Open limouren opened this issue 4 years ago • 1 comments

I deployed a EKS stack with this quickstart on 08/10. I tried to update the entrypoint template today (12/10) with more outputs by updating the stack template, and was met with the following error:

Embedded stack arn:aws:cloudformation:[region]:[accountid]:stack/[stackname]-EKSStack-[ID]/[ID] was not successfully updated. Currently in UPDATE_ROLLBACK_IN_PROGRESS with reason: Transform [accountid]::QuickStartParameterResolver failed with: Parameter /[stackname]/hashicorp/vault/Version not found

Judging from the error message, it seems to caused by the changes from #205. My questions:

  1. Is update on an deployed stack a supported workflow? (e.g. add outputs / upgrade to a newer version of quickstart)
  2. Is it possible to workaround this?

limouren avatar Oct 11 '20 20:10 limouren