Questions tagged [amazon-imagebuilder]

8 questions
0
votes
1 answer

AMI sharing across Accounts

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 it in PROD workspace. Dev is working without any…
0
votes
1 answer

How can I configure access to an S3 bucket for Amazon EC2 Image Builder's S3Download action?

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, which seems to suggest that I should be able to…
0
votes
0 answers

Create AMI using existing EC2 with Image builder pipeline

I have an EC2 instance with a lot of configurations, and those configurations update day by day. I need to create an Image Builder pipeline to get AMI from those EC2.How can I do that? Is this possible in the AWS Image Builder pipeline? If yes, can…
kavindu
  • 305
  • 2
  • 5
  • 13
0
votes
2 answers

Automate AWS AMI creation without downtime and Data loss

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 have set the reboot to true for data integrity, but…
0
votes
0 answers

Auto-update version in Image Builder Component

I am new to aws cloudformation and image builder. I was wondering if there is any approach on how to auto-update the version in the CFN template before deploying. Below is test image builder component Resources: ImageBuilderComponent: Type:…
0
votes
1 answer

Creating a golden image backed by instance storage and not EBS

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 the imagebuilder pipeline continuously attempts…
Nordle
  • 2,915
  • 3
  • 16
  • 34
-1
votes
1 answer

How best for EC2 Image Builder in one account to update Launch Templates on other accounts?

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 a Launch Template that backs an Auto Scaling group set to…