This message was deleted.
# aws
s
This message was deleted.
b
@red-match-15116 is this the new enums work?
b
So you can pass a string and cast it as an enum
Right @red-match-15116 ?
r
Hi! Yeah this is caused by the enums work, but the instance type should accept any string along with the enum types. Let me look into this, but a workaround should be to use
"t4g.micro" as InstanceType
It looks like we lost the fallback to
"string"
somewhere along the way during the enums update, I’m adding a fix for it now. I also have an item on my list to go through and add all the instance types we’re missing.
b
@red-match-15116 there’s already an issue for me to add the missing ones - I have a list but was waiting till after reinvent
👍 1
n
Thank you!