buildkite / buildkite/image-builder
When trying to update stack you get: 'ImageRecipeArn' already exists.
- Dominant language
- JavaScript
- Stars
- 18
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Steps to reproduce:
1. Create this stack for Linux.
2. Update `BaseAmiParameter` from System Manager
3. Get back to CloudFormation and just **Update** the stack without changing anything so that it will resolve to the latest AMI ID from `BaseAmiParameter`.
4. Error.
If you update cronjob time this error does not show up. If AMI parameter is changed then update fails. Please note that I do not change `BaseAmiParameter` I change the value of given to `BaseAmiParameter` from SSM.
### Log
```
2020-10-23 05:18:55 UTC+0300 | Recipe | UPDATE_FAILED | Resource of type 'AWS::ImageBuilder::ImageRecipe' with identifier 'ImageRecipeArn' already exists.
2020-10-23 05:18:46 UTC+0300 | Recipe3 | UPDATE_FAILED | Resource of type 'AWS::ImageBuilder::ImageRecipe' with identifier 'ImageRecipeArn' already exists.
2020-10-23 05:18:43 UTC+0300 | Recipe | UPDATE_IN_PROGRESS | Requested update requires the creation of a new physical resource; hence creating one.
2020-10-23 05:18:43 UTC+0300 | Recipe3 | UPDATE_IN_PROGRESS | Requested update requires the creation of a new physical resource; hence creating one.
2020-10-23 05:18:37 UTC+0300 | bk-image-builder-linux | UPDATE_IN_PROGRESS | User Initiated
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.