EC2 Image Builder CDK component/recipe versioning

0

I have an EC2 Image Builder pipeline created via CDK Typescript. Every time I update a component or the recipe by updating base image id for example I have to update the component version, which makes sense. But when I try to run cdk deploy it replaces the old component/recipe with the new one. I don't find a way to create versions of components/recipe the way I can do via UI. How is versioning currently done with AWS CDK for EC2 Image Builder? Is this even possible?

1回答
0

Hello,

I understand that you would like to know how versioning can be done with AWS CDK for EC2 Image Builder.

In order to achieve this make sure to specify the version in the 'sematicVersion' field when creating a new version of component/recipe. Also, please note that 'semanticVersion' is a required field. Hence please check on how the recipe/component is being updated, is it by specifying same version or no version.

The following are few reference links relevant to your use case: [+] https://docs.aws.amazon.com/imagebuilder/latest/userguide/create-image-recipes.html [+] https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/imagebuilder/client/create_component.html#

I hope the above information helps!

AWS
回答済み 1ヶ月前
profile picture
エキスパート
レビュー済み 1ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ