1EUCA-REGISTER(1)                 User Commands                EUCA-REGISTER(1)
2
3
4

NAME

6       euca-register - Register a new image
7

SYNOPSIS

9       euca-register -n NAME [-d DESCRIPTION] [-a {i386,x86_64,armhf}]
10
11       [--kernel KERNEL] [--ramdisk RAMDISK]
12              [--root-device-name  DEVICE]  [-s  SNAPSHOT]  [-b DEVICE=MAPPED]
13              [--virtualization-type {paravirtual,hvm}]  [--platform  windows]
14              [--show-empty-fields]   [-U   URL]  [--region  USER@REGION]  [-I
15              KEY_ID] [-S KEY] [--security-token TOKEN] [--debug] [--debugger]
16              [--version] [-h] [MANIFEST]
17

DESCRIPTION

19       Register a new image
20
21   positional arguments:
22       MANIFEST
23              location  of  the  image  manifest  in  S3 storage (required for
24              instance-store images)
25
26   optional arguments:
27       -n NAME, --name NAME
28              name of the new image (required)
29
30       -d DESCRIPTION, --description DESCRIPTION
31              description of the new image
32
33       -a {i386,x86_64,armhf}, --architecture {i386,x86_64,armhf}
34              CPU architecture of the new image
35
36       --kernel KERNEL
37              ID of the kernel to associate with the new image
38
39       --ramdisk RAMDISK
40              ID of the ramdisk to associate with the new image
41
42       --root-device-name DEVICE
43              root device name (default: /dev/sda1)
44
45       -s SNAPSHOT, --snapshot SNAPSHOT
46              snapshot to use for the root device
47
48       -b DEVICE=MAPPED, --block-device-mapping DEVICE=MAPPED
49              define a block  device  mapping  for  the  image,  in  the  form
50              DEVICE=MAPPED,  where  "MAPPED"  is "none", "ephemeral(0-3)", or
51              "[SNAPID]:[GiB]:[true|false]:[standard|VOLTYPE[:IOPS]]"
52
53       --virtualization-type {paravirtual,hvm}
54              virtualization type for the new image
55
56       --platform windows
57              [Privileged] the new image's platform (windows)
58
59       --show-empty-fields
60              show empty values as "(nil)"
61
62       -U URL, --url URL
63              compute service endpoint URL
64
65       --region USER@REGION
66              region and/or user names to search when looking up  config  file
67              data
68
69       -I KEY_ID, --access-key-id KEY_ID
70
71       -S KEY, --secret-key KEY
72
73       --security-token TOKEN
74
75       --debug
76              show debugging output
77
78       --debugger
79              launch interactive debugger on error
80
81       --version
82              show the program's version and exit
83
84       -h, --help
85              show this help message and exit
86
87
88
89euca2ools 3.4                    December 2016                EUCA-REGISTER(1)
Impressum