-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
SoManyHs opened this issue
Apr 9, 2019
· 1 comment
· Fixed by #2571 or MechanicalRock/tech-radar#14 · May be fixed by MechanicalRock/cdk-constructs#5, MechanicalRock/cdk-constructs#6 or MechanicalRock/cdk-constructs#7
Closed
Support Spot instances #2208
SoManyHs opened this issue
Apr 9, 2019
· 1 comment
· Fixed by #2571 or MechanicalRock/tech-radar#14 · May be fixed by MechanicalRock/cdk-constructs#5, MechanicalRock/cdk-constructs#6 or MechanicalRock/cdk-constructs#7
Labels
@aws-cdk/aws-ec2
Related to Amazon Elastic Compute Cloud
@aws-cdk/aws-ecs
Related to Amazon Elastic Container
Comments
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
4 tasks
SoManyHs
added a commit
to SoManyHs/aws-cdk
that referenced
this issue
May 17, 2019
This can actually be achieved by modifying the properties on the AutoScalingGroup construct; however perhaps worth discussing if |
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
rix0rrr
pushed a commit
that referenced
this issue
May 29, 2019
This was referenced Aug 22, 2019
This was referenced Dec 12, 2019
This was referenced Jan 20, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
@aws-cdk/aws-ec2
Related to Amazon Elastic Compute Cloud
@aws-cdk/aws-ecs
Related to Amazon Elastic Container
ECS currently supports Spot instance fleets -- to support this feature, we would need Spot instance L2s in ec2 construct lib.
The text was updated successfully, but these errors were encountered: