Skip to content

not getting requested instance-type c4.large

0

Doing a command line launch:
eb create rad-vid-rec-env --cname genolve --instance-types C4.large,C4.xlarge --max-instances 2 --region us-east-2
I tried lower-case C4 as well: c4.large
but I always get: t2.micro

asked 6 years ago360 views

1 Answer
0

used the old format and it worked:
--instance_type c4.large

answered 6 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.