I wish to move some ECS containers out of ECS cluster to spot EC2. What is canonical way to start/stop spot EC2 instance executing docker image. The main reason is that I wish container to have public IP + VPC IP
I do not not wish to reinvent ECS/kubernetes.
Is putting some script in userscript is best solution? How do I get ECR access token? It expires in 12-24 for me.