Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
45 views

I want to create a component to detach a volume from EC2 instance so I inserted the following to the data section: name: ExecuteDetachScript action: ExecuteBash inputs: commands: ...
CJ Chang's user avatar
  • 397
0 votes
1 answer
437 views

The AWS Image Builder Lifecycle will automatically deprecate, disable and delete Images and their associated AMIs and Snapshots based on a set of rules. This keeps the list of available images current ...
shonky linux user's user avatar
0 votes
1 answer
151 views

Is there any information available on when a "Lifecycle Policy" is run within AWS EC2 Image Builder? I created a lifecycle policy for my recipies and started a lot of Image builds. Nothing ...
Nathan's user avatar
  • 7,811
0 votes
1 answer
757 views

I have an EC2 Image Builder lifecycle policy that should keep on the most recent images, but I see that it constantly fails with an error when triggered: Unable to describe attributes of ami-...
Vitalii Ivanov's user avatar
0 votes
1 answer
291 views

I have a script that creates this JSON EC2 Image Builder recipe: { "name": "MyRecipe", "description": "Create image recipe.", "semanticVersion&...
Arno's user avatar
  • 431
1 vote
0 answers
885 views

Working with AWS EC2 Image Builder Created the role as per the documentation. Built a custom Ubuntu AMI, everything worked fine. Building a custom Windows AMI and it's stuck on LaunchBuildInstance ...
Mickey Cohen's user avatar
  • 1,317
5 votes
3 answers
1k views

I've been trying to get imagebuilder working to run some built-in and custom components doing some very basic installs. I go through the whole setup process via click-ops run the pipeline and get the ...
stonewalker747's user avatar
2 votes
2 answers
2k views

I have an EC2 Image Builder which is triggered when an new version of a package is pushed to CodeArtifact. I would like to tag the resulting AMI with the version of the package that triggered the ...
Silverblaze's user avatar
0 votes
1 answer
250 views

I have created the image in dev (acct-id - 1111111) and need to use the same image on prod (22222222) (same region). But i'm getting the following error. Image is build on Dev workspace and then use ...
Markus's user avatar
  • 399
3 votes
1 answer
1k views

I am using Amazon EC2 Image Builder to create Windows 2022 Server image. My intention is to run a script to apply some customization steps. The Image Builder provides actions such as S3Download, ...
Salman Banani's user avatar
-1 votes
1 answer
710 views

I have one AWS "infra" account that runs Image Builder to make nightly AMIs. These AMIs are shared with three other environment accounts (dev/stage/prod). These three accounts use the AMI in ...
Cory Ringdahl's user avatar
0 votes
2 answers
606 views

I wanted to know is it possible to automate the creation of AMI in AWS without downtime and data loss, if possible how can we achieve it. I have use system manager-> maintenance window in which i ...
Debash Bora's user avatar
0 votes
1 answer
460 views

I have a golden image pipeline running without problem backed by an EBS volume, but trying to create the same for an instance store backed ami seems to always produce the same error. The issue is that ...
Nordle's user avatar
  • 3,001