Other Compute
ECS |
- Launch docker container - not serverless - Intergrate Application load balacer |
Fargate |
- launch docker container - Serverless |
ECR (Elastic Container Registry) |
Store docker image |
AWS Lamda |
- You only upload code, lamda will run code deploy for you - Java, Nodejs, Python |
Amazon API Gateway |
- Build a serverless API |
AWS Batch |
- Launch EC2 or Spot Instance - Run by docker image & run on ECS |
Lightsail |
Simple create server for people little experience |
Comments
Related