Skip to content
EC2 managementAWS CLI

aws ec2 create-image

Create AMIs from existing instances.

Command
aws ec2 create-image --instance-id --name "" --no-reboot

Example usage

Snapshot an instance to a reusable AMI without rebooting.

aws ec2 create-image --instance-id <instance_id> --name "<image_name>" --no-reboot

Related tags

EC2 managementclouds3ec2iam