quick-action-34599
10/26/2018, 2:49 PMc5.large
is not being allowed as an EC2 instance typewhite-balloon-205
@pulumi/aws
. You can still use it in the meantime, but would need to cast. Something like <any>”c5.large”
.
Cc @stocky-spoon-28903 who has been working on updating some of these enums recently.stocky-spoon-28903
10/26/2018, 2:52 PMquick-action-34599
10/26/2018, 2:56 PMstocky-spoon-28903
10/26/2018, 2:58 PMquick-action-34599
10/26/2018, 2:58 PMcurl <https://pricing.us-east-1.amazonaws.com/offers/v1.0/aws/AmazonEC2/current/index.json> | jq -r '.products | map(.attributes.instanceType) | unique | map(select(. != null))'
chilly-crayon-57653