Browse through the questions and answers listed below or filter and sort to narrow down your results.
Deleting Image Builder image with version failed saying it has a running workflow
I have created an image builder pipeline via cloud formation stack and when the pipeline is still running I terminated the EC2 instance then deleted the stack after I realized there is some configuration errors in my settings and I want to do it again. However all the resources get deleted except the "image version" resource and it is showing "building" status. Till 1 day later the status is still "building" and when I used the AWS Cli try to delete it I get the below error:
> An error occurred (ResourceDependencyException) when calling the DeleteImage operation: Resource dependency error: The resource ARN 'arn:aws:imagebuilder:ap-southeast-1:XXXXX:image/amazon-linux-2-with-latest-ssm-agent/0.0.1/1' has a running workflow.
I have stopped the pipeline and there is no "running workflow". How to proceed to delete that image with versioning in such a case? Thank you.
Accepted AnswerEC2 Image Builder
1
answers
0
votes
9
views
asked 3 months ago
Does Image Builder support build and test an image in a private VPC subnet without internet access?
Hi I tried to setup an Image Builder Pipeline with **a private subnet without internet connection** in a VPC. It failed with failure message = '**Unable to bootstrap TOE**'. I searched the AWS documentation and the TOE installation clearly needs a HTTPS connection to an internet address.
Has anyone run image builder in a private subnet without internet access successfully here? I have enabled the "VPC network interface" so the instance in my VPC can communicate with Image builder, SSM, S3 and Cloudwatch in a private connection but not with AWS TOE installation HTTP URL. Thanks.
Accepted AnswerEC2 Image Builder
2
answers
0
votes
43
views
asked 3 months ago