1 Answer
- Newest
- Most votes
- Most comments
1
Hi,
The right way to do this is to use AWS Fargate, which is the serverless version of AWS ECS : it will scale up and down automatically for you based on activity. And you'll pay only for what you use.
See https://aws.amazon.com/fargate/getting-started/
That would also allow you to get rid of your EC2 instance and its management,
See this tutorial for a global overview and an easy start: https://spacelift.io/blog/what-is-aws-fargate
Best,
Didier
Relevant content
- asked 2 years ago
- asked 5 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago