EC2 Image Builder create/mount new EBS volumes

0

I would like to use EC2 Image Builder to create a Linux AMI with different partitions then what the AMI has. To do this I would need the original AMI and 2 additional EBS volumes.

As I understand the process Image Builder takes the starting AMI you provided and creates an instance. It then will install SSM on it and even AWS CLI. At that point I am guessing I can run an AWS CLI command to create 2 new EBS volumes and attach them to the instance.

Does this sound like it would work???

已提问 7 个月前678 查看次数
1 回答
1
已接受的回答

Hi,

It is definitely possible to have additional EBS volumes mounted as different partitions to the EC2 instance for the AMIs built using Image Builder.

For this, you can follow these basic steps, by referring to the documentation [1]:

  1. Set up EC2 Image Builder in your AWS account.
  2. Define a recipe that specifies the customizations you want to make to the base AMI.
  3. In your recipe, specify additional EBS volumes you want to attach to the instance during the customization process.
  4. Create a component that defines how the EBS volumes should be attached and configured on the instance.
  5. Use EC2 Image Builder to build a custom image.

This will launch an EC2 instance based on the selected base AMI, apply your customizations (including attaching the specified EBS volumes), and create a new AMI from that instance.
In case, you face difficulties, refer to [2] and [3].

References:
[1] https://docs.aws.amazon.com/imagebuilder/latest/userguide/manage-resources.html
[2] https://stackoverflow.com/questions/66171575/mounting-an-additional-ebs-volume-to-ami-with-ec2-image-builder
[3] https://serverfault.com/questions/1062962/how-to-create-ec2-ami-images-with-multiple-nitro-based-volumes-attached-correctl

Please let me know if this helps.

Thanks,
Atul

profile picture
已回答 7 个月前
profile picture
专家
已审核 2 个月前
  • Strangely I had looked at those 3 articles just before posting. They pretty much decided on my corses of action.

  • Great! It should work perfectly fine then. Thanks

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则