What is AWS Fargate?
Who uses AWS Fargate?
AWS Fargate Integrations
Here are some stack decisions, common use cases and reviews by companies and developers who chose AWS Fargate in their tech stack.
Heroku is unable to handle payment issues arising due to Indian Reserve Bank's decision to stop recurring card payments. I am using the following Heroku services:
- Web Dyno
- Worker Dyno (Scheduler)
- Cron To Go (Queue)
- ClearDB (MySQL)
- Heroku Redis (Queue Driver)
I have to migrate my Apache/ PHP/ Laravel/ HTML/ CSS/ jQuery/ MySQL application hosted on Heroku to a new provider. My current options visible are:
- AWS Fargate
- AWS Beanstalk
- Quovery
- Microsoft Azure
- Laravel Vapor
- Laravel Forge
Does anyone have any guidance on which of the above options (or any other option not identified above) is recommended for migrating away from Heroku? and why?
We build a Slack app using the Bolt framework from slack https://api.slack.com/tools/bolt, a Node.js express app. It allows us to easily implement some administration features so we can easily communicate with our backend services, and we don't have to develop any frontend app since Slack block kit will do this for us. It can act as a Chatbot or handle message actions and custom slack flows for our employees.
This app is deployed as a microservice on Amazon EC2 Container Service with AWS Fargate. It uses very little memory (and money) and can communicate easily with our backend services. Slack is connected to this app through a ALB ( AWS Elastic Load Balancing (ELB) )
AWS Fargate's Features
- No clusters to manage
- seamless scaling
- Integrated with Amazon ECS and EKS