Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rakyll/aws-containers
My personal mind map of container platforms and tools on AWS
https://github.com/rakyll/aws-containers
Last synced: 3 months ago
JSON representation
My personal mind map of container platforms and tools on AWS
- Host: GitHub
- URL: https://github.com/rakyll/aws-containers
- Owner: rakyll
- Created: 2021-06-03T17:25:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-04T18:05:01.000Z (over 3 years ago)
- Last Synced: 2024-04-16T06:47:18.621Z (7 months ago)
- Size: 1000 Bytes
- Stars: 52
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- my-awesome - rakyll/aws-containers - 06 star:0.1k fork:0.0k My personal mind map of container platforms and tools on AWS (Others)
README
# aws-containers
> There are 2 ways to _run_ containers in AWS: EC2 or Fargate. -- [Justin Garrison](https://twitter.com/rothgar/status/1397599865870295040)
But, there are many ways to orchestrate and schedule your containers,
and many tools to help you build and distribute containers.## Orchestration
* [ECS](https://aws.amazon.com/ecs/)
* [ECS Fargate](https://aws.amazon.com/fargate/)
* [ECS Anywhere](https://aws.amazon.com/ecs/anywhere/)
* [EKS](https://aws.amazon.com/eks/)
* [EKS Fargate](https://aws.amazon.com/fargate/)
* [EKS Anywhere](https://aws.amazon.com/eks/eks-anywhere/)
* [AppRunner](https://aws.amazon.com/apprunner/)
* [Lambda](https://aws.amazon.com/blogs/aws/new-for-aws-lambda-container-image-support/) (containers need to implement the [Lambda Runtime API](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-api.html))
* [Batch](https://aws.amazon.com/batch/)## Image Distribution
* [ECR](https://aws.amazon.com/ecr/)
* [ECR Public](https://docs.aws.amazon.com/AmazonECR/latest/public/public-repositories.html)
* [Docker S3 Driver](https://docs.docker.com/registry/storage-drivers/s3/)## Build and Deployment
* [Proton](https://aws.amazon.com/proton/)
* [App2Container](https://aws.amazon.com/app2container/)
* [Copilot](https://aws.github.io/copilot-cli/)## Provisioning
* [eksctl](https://eksctl.io/)
* [CDK](https://aws.amazon.com/cdk/)