This is the command euca-register that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
euca-register - Register a new image
SYNOPSIS
euca-register -n NAME [-d DESCRIPTION] [-a {i386,x86_64,armhf}] [--kernel KERNEL]
[--ramdisk RAMDISK] [--root-device-name DEVICE] [-s SNAPSHOT] [-b DEVICE=MAPPED]
[--virtualization-type {paravirtual,hvm}] [--show-empty-fields] [--region USER@REGION | -U
URL] [-I KEY_ID] [-S KEY] [--debug] [--debugger] [--version] [-h] [MANIFEST]
DESCRIPTION
Register a new image
positional arguments:
MANIFEST
location of the image manifest in S3 storage (required for instance-store images)
optional arguments:
-n NAME, --name NAME
name of the new image (required)
-d DESCRIPTION, --description DESCRIPTION
description of the new image
-a {i386,x86_64,armhf}, --architecture {i386,x86_64,armhf}
CPU architecture of the new image
--kernel KERNEL
ID of the kernel to associate with the new image
--ramdisk RAMDISK
ID of the ramdisk to associate with the new image
--root-device-name DEVICE
root device name (default: /dev/sda1)
-s SNAPSHOT, --snapshot SNAPSHOT
snapshot to use for the root device
-b DEVICE=MAPPED, --block-device-mapping DEVICE=MAPPED
define a block device mapping for the image, in the form DEVICE=MAPPED, where
"MAPPED" is "none", "ephemeral(0-3)", or
"[SNAPID]:[SIZE]:[true|false]:[standard|VOLTYPE[:IOPS]]"
--virtualization-type {paravirtual,hvm}
[Privileged] virtualization type for the new image
--show-empty-fields
show empty values as "(nil)"
--region USER@REGION
name of the region and/or user in config files to use to connect to the service
-U URL, --url URL
compute service endpoint URL
-I KEY_ID, --access-key-id KEY_ID
-S KEY, --secret-key KEY
--debug
show debugging output
--debugger
launch interactive debugger on error
--version
show the program's version and exit
-h, --help
show this help message and exit
Use euca-register online using onworks.net services