2 parents ed5715f + 7b67a91 commit 5798ec7Copy full SHA for 5798ec7
1 file changed
starcluster/static.py
@@ -110,6 +110,7 @@ def create_sc_config_dirs():
110
111
INSTANCE_TYPES = {
112
't1.micro': ['i386', 'x86_64'],
113
+ 't2.nano': ['i386', 'x86_64'],
114
't2.micro': ['i386', 'x86_64'],
115
't2.small': ['i386', 'x86_64'],
116
't2.medium': ['i386', 'x86_64'],
@@ -166,7 +167,7 @@ def create_sc_config_dirs():
166
167
168
T1_INSTANCE_TYPES = ['t1.micro']
169
-T2_INSTANCE_TYPES = ['t2.micro', 't2.small', 't2.medium']
170
+T2_INSTANCE_TYPES = ['t2.nano', 't2.micro', 't2.small', 't2.medium']
171
172
SEC_GEN_TYPES = ['m3.medium', 'm3.large', 'm3.xlarge', 'm3.2xlarge']
173
0 commit comments