Module | Rudy::AWS::EC2::Images |
In: |
lib/rudy/aws/ec2/image.rb
|
imageOwnerId: "203338247012" kernelId: aki-a71cf9ce ramdiskId: ari-a51cf9cc imageState: available imageId: ami-dd34d3b4 architecture: i386 isPublic: "false" imageLocation: solutious-rudy-us/debian-squeeze-m1.small-v5.manifest.xml imageType: machine
id AMI ID to deregister (ami-XXXXXXX) Returns true when successful. Otherwise throws an exception.
opts can be the S3 path to the manifest (bucket/file.manifest.xml) or a hash containing the following options:
i.e. :block_device_mapping => [{ :device_name => "/dev/sda1", :ebs_snapshot_id => "snap-01234567", :ebs_delete_on_termination => true, }]