Skip to content
New issue

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

t3 instances not supported #618

Closed
mojodna opened this issue Sep 30, 2018 · 2 comments
Closed

t3 instances not supported #618

mojodna opened this issue Sep 30, 2018 · 2 comments

Comments

@mojodna
Copy link
Contributor

mojodna commented Sep 30, 2018

Summary

ecs-cli can't provision clusters using t3 instances:

ecs-cli up \
	  --keypair <redacted> \
	  --instance-role <redacted> \
	  --size 1 \
	  --instance-type t3.xlarge \
	  --cluster-config <redacted> \
	  --subnets <redacted> \
	  --vpc <redacted> \
	  --force \
	  --verbose
INFO[0001] Using recommended Amazon Linux AMI with ECS Agent 1.20.3 and Docker version 18.06.1-ce
INFO[0001] Created cluster                               cluster=<redacted> region=us-east-1
FATA[0002] Error executing 'up': ValidationError: Parameter EcsInstanceType failed to satisfy constraint: must be a valid EC2 instance type.

Like #64, the t3 types aren't included in https://github.com/aws/amazon-ecs-cli/blob/master/ecs-cli/modules/clients/aws/cloudformation/template.go#L56-L146

@BalmungSan
Copy link

Any plans to release this soon?

@allisaurus
Copy link
Contributor

Support for t3 was added in 1.9.0. Resolving.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants