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???

preguntada hace 7 meses673 visualizaciones
1 Respuesta
1
Respuesta aceptada

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
respondido hace 7 meses
profile picture
EXPERTO
revisado hace 2 meses
  • 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

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas