- 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.
- Java編程全能詞典
- Splunk 7 Essentials(Third Edition)
- Linux Mint System Administrator’s Beginner's Guide
- 蕩胸生層云:C語言開發修行實錄
- 圖解PLC控制系統梯形圖和語句表
- Julia 1.0 Programming
- CSS全程指南
- Expert AWS Development
- DevOps:Continuous Delivery,Integration,and Deployment with DevOps
- RPA(機器人流程自動化)快速入門:基于Blue Prism
- CompTIA Linux+ Certification Guide
- Learning C for Arduino
- Apache Superset Quick Start Guide
- Hadoop應用開發基礎
- DevOps Bootcamp