ec2-deregister From Amazon Elastic Compute Cloud: 2009-03-01 previous page next page ec2-deregisterSyntaxec2-deregister ami_id Description Deregisters the specified AMI. Once deregistered, the AMI cannot be used to launch new instances. Note This command does not delete the AMI from Amazon S3. OptionsOptionDescriptionRequiredami_idAMI identifier. Example: ami-4fa54026 YesOutput Amazon EC2 returns a table that contains the following information: A record type identifier ("IMAGE")The image identifier that was deregistered Amazon EC2 displays errors on stderr. ExampleThis example deregisters the ami-4fa54026 AMI.PROMPT> ec2-deregister ami-4fa54026 IMAGE ami-4fa54026Related Topics DeregisterImage ec2-register ec2-describe-images previous page start next page