table of contents
| EUCA-COPY-IMAGE(1) | User Commands | EUCA-COPY-IMAGE(1) | 
NAME¶
euca-copy-image - Copy an image from another regionSYNOPSIS¶
euca-copy-image -r REGION -s IMAGE [-n NAME] [-d DESC] [-c TOKEN] [--show-empty-fields] [--region USER@REGION | -U URL] [-I KEY_ID] [-S KEY] [--debug] [--debugger] [--version] [-h]DESCRIPTION¶
Copy an image from another regionDESCRIPTION¶
Run this command against the destination region, not the source region.optional arguments:¶
- -r REGION, --source-region REGION
 - name of the region to copy the image from (required)
 
- -s IMAGE, --source-ami-id IMAGE
 - ID of the image to copy (required)
 
- -n NAME, --name NAME
 - name to assign the new copy of the image
 
- -d DESC, --description DESC
 - description to assign the new copy of the image
 
- -c TOKEN, --client-token TOKEN
 - unique identifier to ensure request idempotency
 
- --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
 
| August 2013 | euca2ools 3.0.1 |