## Notes - Run containers without servers - It's a compute option, similar to EC2, but without the need for a VM-like options - Fargate encompasses - Building container image - Defining memory and resource usage - Run and manage application ## Pricing of Fargate Vs Lambda - Lambda charges per invocation and duration - Fargate charges based on region and resources ## References - [Fargate - AWS](https://aws.amazon.com/fargate/) - [Fargate vs Lambda - CloudZero](https://www.cloudzero.com/blog/fargate-vs-lambda/)