1EC2-CONVERTER(8)                Appliance Tools               EC2-CONVERTER(8)
2
3
4

NAME

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

SYNOPSIS

10       ec2-converter [OPTIONS]
11

DESCRIPTION

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

OPTIONS

17       -h, --help
18           Shows a help message and exits.
19

IMAGE OPTIONS

21       These options define the converted EC2 AMI image.
22
23       -f IMAGEFILE --imagefile=IMAGEFILE
24           Image filename or directory to convert
25
26       -n IMAGENAME, --imagename=IMAGENAME
27           Name of EC2 AMI image to be created (default based on config name)
28
29       --inputtype=INPUTTYPE
30           Input image type valid options are: (loopbackfs, diskimage,
31           directory)
32
33       --ssh=(yes/no)
34           Configure ssh to allow remote logins, default is yes,set to no if
35           ssh is not installed
36
37       --rpmcheck=(yes/no)
38           Perform rpm package checks (curl/openssh-server), default is yes,
39           set to no to override
40

SYSTEM DIRECTORY OPTIONS

42       These options define directories used on your system for creating the
43       AMI image
44
45       -t TMPDIR, --tmpdir=TMPDIR
46           Temporary directory to use (default: /var/tmp)
47
48       --cache=CACHEDIR
49           Cache directory to use (default: private cache)
50

EXAMPLES

52       Convert a partitioned disk image created by appliance-creator
53
54           ec2-converter -f testimage.raw --inputtype=diskimage
55
56       Convert a loopback filesystem image
57
58           ec2-converter -f /tmp/testimage.img --inputtype=loopbackfs
59
60       Convert a directory containing a root filesystem
61
62           ec2-converter -f /tmp/directory --inputtype=directory
63

CONTRIBUTORS

65       Joey Boggs <jboggs@redhat.com>
66

BUGS

68       Report bugs to the mailing list
69       "http://www.redhat.com/mailman/listinfo/thincrust-devel-list" or
70       directly to BugZilla "http://bugzilla.redhat.com/bugzilla/" against the
71       "Fedora" product, and the "appliance-tools" component.
72
74       Copyright (C) Fedora Project 2008, and various contributors. This is
75       free software. You may redistribute copies of it under the terms of the
76       GNU General Public License "http://www.gnu.org/licenses/gpl.html".
77       There is NO WARRANTY, to the extent permitted by law.
78

SEE ALSO

80       project website "http://thincrust.org/"
81
82
83
84appliance-tools 011.1             2021-08-23                  EC2-CONVERTER(8)
Impressum