We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried to call ecs-cli up with instance type c5d.24xlarge, however, it gives me the error
Error executing 'up': ValidationError: Parameter EcsInstanceType failed to satisfy constraint: must be a valid EC2 instance type.\n\tstatus code: 400, request id: ea84537f-2e77-4467-9a4d-6c634490dc03
However, when I try to launch container instance from console, this type is supported.
Seems it is due to in the cloud formation template, this type is not added to your hardcoded allowed value list.
Can you update the list to include the newest EC2 instance types?
ecs-cli up --instance-type c5d.24xlarge --region eu-west-1 --image-id ami-0f1670c2113013c34 ...
ecs-cli --version
go version
docker-compose.yml
ecs-params.yml
~/.ecs/config
The cluster can be successfully created.
The text was updated successfully, but these errors were encountered:
iamhopaul123
Successfully merging a pull request may close this issue.
Summary
I tried to call ecs-cli up with instance type c5d.24xlarge, however, it gives me the error
However, when I try to launch container instance from console, this type is supported.
Seems it is due to in the cloud formation template, this type is not added to your hardcoded allowed value list.
Can you update the list to include the newest EC2 instance types?
Description
ecs-cli --version
)go version
)Config files
docker-compose.yml
ecs-params.yml
~/.ecs/config
Expected Behavior
The cluster can be successfully created.
Observed Behavior
The text was updated successfully, but these errors were encountered: