ec2-converter - Man Page

ec2-converter, creates ready to bundle EC2 AMI disk images for Amazon's EC2.

Synopsis

ec2-converter [Options]

Description

ec2-converter creates creates ready to bundle EC2 AMI disk images for Amazon's EC2.

Options

-h, ā€‰--help

Shows a help message and exits.

Image Options

These options define the converted EC2 AMI image.

-f IMAGEFILE --imagefile=IMAGEFILE

Image filename or directory to convert

-n IMAGENAME, --imagename=IMAGENAME

Name of EC2 AMI image to be created (default based on config name)

--inputtype=INPUTTYPE

Input image type valid options are: (loopbackfs, diskimage, directory)

--ssh=(yes/no)

Configure ssh to allow remote logins, default is yes,set to no if ssh is not installed

--rpmcheck=(yes/no)

Perform rpm package checks (curl/openssh-server), default is yes, set to no to override

System Directory Options

These options define directories used on your system for creating the AMI image

-t TMPDIR, --tmpdir=TMPDIR

Temporary directory to use (default: /var/tmp)

--cache=CACHEDIR

Cache directory to use (default: private cache)

Examples

Convert a partitioned disk image created by appliance-creator

    ec2-converter -f testimage.raw --inputtype=diskimage

Convert a loopback filesystem image

    ec2-converter -f /tmp/testimage.img --inputtype=loopbackfs

Convert a directory containing a root filesystem

    ec2-converter -f /tmp/directory --inputtype=directory

Contributors

Joey Boggs <jboggs@redhat.com>

Bugs

Report bugs to the mailing list http://www.redhat.com/mailman/listinfo/thincrust-devel-list or directly to BugZilla http://bugzilla.redhat.com/bugzilla/ against the Fedora product, and the appliance-tools component.

See Also

project website http://thincrust.org/

Info

2024-01-22 appliance-tools 011.2 Appliance Tools