Stackmate aims to support every main AWS service that a full-stack application needs, however this is an ongoing process and the AWS catalogue is fairly big, so here’s the list of the services we currently support
Fully integrated as of April 2021
- EC2 instances that host your application servers, workers & scheduled jobs – https://docs.aws.amazon.com/ec2/index.html
- Application load balancers that distribute load across your instances – https://aws.amazon.com/elasticloadbalancing/
- Route53 that manages your DNS records – https://aws.amazon.com/route53/
- SES Emailer with DKIM validation to use as an email sender – https://aws.amazon.com/ses/
- RDS Databases with MySQL, PostgreSQL with Aurora support – https://aws.amazon.com/rds/
- Elasticache with Redis & Memcache support – https://aws.amazon.com/elasticache/
- S3 that hosts your files either publicly or privately – https://aws.amazon.com/s3/
- Cloudfront Content distribution network to make delivery worldwide blazing fast – https://aws.amazon.com/cloudfront/
- Elastic file system (EFS) to use as volumes in your instances – https://aws.amazon.com/efs/
- AWS Certificate Manager that issues SSL certificates – https://aws.amazon.com/certificate-manager/
In the roadmap for 2021
- AWS ECS with Fargate that runs your container workloads
- DynamoDB NoSQL key-value database
- SQS queues
Did we miss something?
If you feel we missed a service that’s required, please report this to us by using this page and we’ll try our best to add it in our roadmap. If it’s an urgent request, you can contact us and we’ll write a Terraform script to provision the service for you. You can then add the service’s connection information as an environment variables in your project.