AWS Fargate¶
- Fargate abstracts the EC2 instance
- You’re not required to manage the underlying compute infrastructure.
- It works with ECS 2023102921342020 Amazon ECS and EKS2023103015422323 AWS EKS
- This eliminates the need to choose and manage EC2 instances, cluster capacity, and scaling.
- Pay for requested compute resources when used.
Resources¶
- https://explore.skillbuilder.aws/learn/course/external/view/elearning/1851/aws-technical-essentials?da=sec&sec=prep Module 2
- AWS website: AWS Fargate(opens in a new tab)
- AWS website: Getting Started with Serverless Computing(opens in a new tab)
- Exeternal site: Coursera course: Building Modern Python Applications on AWS