- Amazon Fargate Quick Start Guide
- Deepak Vohra
- 206字
- 2021-08-13 16:07:18
Preface
At AWS re:Invent 2017, a new launch type for containers called Fargate was announced. This book is about Amazon Fargate, the new launch type for the Amazon Elastic Container Service (ECS) for Docker containers.
Docker is the de factostandard containerization framework that has revolutionized packaging and deployment of software. Amazon Fargate has made the ECS platform serverless; no EC2 instances to provision, run, or manage. Amazon Fargate runs ECS services on Docker containers and exposes the service tasks directly to the user. Fargate has much simplified the ECS platform by making it serverless.
Amazon Fargate provides the following benefits:
- It's supported on AWS ECS, with support to be added on AWS EKS
- It's fully integrated with the other AWS services, including IAM, CloudWatch Logs, and EC2 Load Balancing
- Amazon Fargate is serverless and reduces management of ECS clusters; no EC2 instances to provision, create, or manage
- ECS service tasks are directly exposed to user
- An Elastic Network Interface is created for each task
- There's support for the auto scaling of ECS tasks
- An ECS CLI is provided to create ECS clusters and deploy tasks with Docker Compose
Instead of launching ECS clusters on EC2 instances, Amazon Fargate launches clusters on the Fargate platform.
- 我的J2EE成功之路
- Spark編程基礎(chǔ)(Scala版)
- Blockchain Quick Start Guide
- 大數(shù)據(jù)改變世界
- Mastering Elastic Stack
- Spark大數(shù)據(jù)技術(shù)與應(yīng)用
- 大數(shù)據(jù)技術(shù)與應(yīng)用
- Cloudera Administration Handbook
- 構(gòu)建高性能Web站點(diǎn)
- 信息物理系統(tǒng)(CPS)測試與評價技術(shù)
- 傳感器與新聞
- Statistics for Data Science
- 從零開始學(xué)Java Web開發(fā)
- 經(jīng)典Java EE企業(yè)應(yīng)用實(shí)戰(zhàn)
- 網(wǎng)絡(luò)安全概論