| MOCKED_TAG_TYPES | = | { 'acl' => 'network_acl', 'ami' => 'image', 'igw' => 'internet_gateway', 'i' => 'instance', 'rtb' => 'route_table', 'snap' => 'snapshot', 'vol' => 'volume', 'vpc' => 'vpc' |
| region | [RW] |
Usage
Fog::AWS[:compute].copy_image("ami-1aad5273", ‘us-east-1’)
Usage
Fog::AWS[:compute].copy_snapshot("snap-1db0a957", ‘us-east-1’)
Usage
Fog::AWS[:compute].create_image("i-ac65ee8c", "test", "something")
Usage
Fog::AWS[:compute].create_snapshot("vol-f7c23423", "latest snapshot")