We use AWS fargate with containers. To reduce price we are looking for options. So question how to use AWS EC2 reserved instances with fargate?
As I understand steps look like this:
- purchase reserved instance(s)
- create new fargate cluster with supporting EC2 instance with some instance type (micro...)
- create services/EC2 based tasks Question is, will this setup use reserved instances?
Looking for info...