This message was deleted.
# typescript
s
This message was deleted.
b
Can you declare your bastionType as:
Copy code
let bastionType = aws.ec2.InstanceTypes.T2_Small
and then use that?
s
Ah, that's got it. I saw the reference to
aws.ec2.InstanceTypes
but wasn't sure exactly how to use it (for example, I tried declaring the type of "bastionType" as that, but that didn't work). Thank you!
b
👍