Merge pull request #5311 from willthames/ec2_refactor

ec2 modules: Move more responsibility to common EC2 module
This commit is contained in:
jctanner 2014-01-06 14:09:38 -08:00
commit 9a69b1b0ec
11 changed files with 45 additions and 224 deletions

View file

@ -137,15 +137,6 @@ import sys
import os
import time
AWS_REGIONS = ['ap-northeast-1',
'ap-southeast-1',
'ap-southeast-2',
'eu-west-1',
'sa-east-1',
'us-east-1',
'us-west-1',
'us-west-2']
try:
import boto
from boto.elasticache.layer1 import ElastiCacheConnection