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

Support Spot instances #2208

Closed
Labels
@aws-cdk/aws-ec2 Related to Amazon Elastic Compute Cloud @aws-cdk/aws-ecs Related to Amazon Elastic Container

Comments

@SoManyHs
Copy link
Contributor

SoManyHs commented Apr 9, 2019

ECS currently supports Spot instance fleets -- to support this feature, we would need Spot instance L2s in ec2 construct lib.

@SoManyHs SoManyHs added @aws-cdk/aws-ec2 Related to Amazon Elastic Compute Cloud @aws-cdk/aws-ecs Related to Amazon Elastic Container labels Apr 9, 2019
SoManyHs added a commit to SoManyHs/aws-cdk that referenced this issue May 17, 2019
SoManyHs added a commit to SoManyHs/aws-cdk that referenced this issue May 17, 2019
@SoManyHs
Copy link
Contributor Author

This can actually be achieved by modifying the properties on the AutoScalingGroup construct; however perhaps worth discussing if AWS::EC2::EC2Fleet and AWS:EC2::SpotFleet are resources worth modeling as L2s?

SoManyHs added a commit to SoManyHs/aws-cdk that referenced this issue May 17, 2019
SoManyHs added a commit to SoManyHs/aws-cdk that referenced this issue May 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment