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 Risposta
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
con risposta un mese fa
profile picture
ESPERTO
verificato un mese fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande