Has anyone used ECS + Fargate? I am trying to figu...
# help
g
Has anyone used ECS + Fargate? I am trying to figure out how to get my fargate tasks to prefer launching on spot but failover to normal if needed and not sure how to do that with the CDK.
r
I have literally no idea what the quality of it is, but I did find this: https://github.com/wheatstalk/fargate-spot-fallback
Doesn't look like there's a straight up declarative way though
g
That looks like its for tasks that are supposed to be always running which is not the case I want.
f
@Garret Harp, if you find any tutorial using CloudFormation, it should be easy to translate that into CDK. I can definitely help w/ that 😁