Skip to content

Commit 5798ec7

Browse files
committed
Merge pull request jtriley#598 into develop
2 parents ed5715f + 7b67a91 commit 5798ec7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

starcluster/static.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ def create_sc_config_dirs():
110110

111111
INSTANCE_TYPES = {
112112
't1.micro': ['i386', 'x86_64'],
113+
't2.nano': ['i386', 'x86_64'],
113114
't2.micro': ['i386', 'x86_64'],
114115
't2.small': ['i386', 'x86_64'],
115116
't2.medium': ['i386', 'x86_64'],
@@ -166,7 +167,7 @@ def create_sc_config_dirs():
166167

167168
T1_INSTANCE_TYPES = ['t1.micro']
168169

169-
T2_INSTANCE_TYPES = ['t2.micro', 't2.small', 't2.medium']
170+
T2_INSTANCE_TYPES = ['t2.nano', 't2.micro', 't2.small', 't2.medium']
170171

171172
SEC_GEN_TYPES = ['m3.medium', 'm3.large', 'm3.xlarge', 'm3.2xlarge']
172173

0 commit comments

Comments
 (0)