- Amazon Fargate Quick Start Guide
- Deepak Vohra
- 196字
- 2021-08-13 16:07:20
Benefits of Fargate
The benefits in ECS are as follows:
- A managed service for containerized applications that does not require much user input to run Docker applications
- Microservices consisting of multiple applications run in isolated containers
- Auto scales tasks based on application load
- Integrates with other AWS services including IAM, CloudWatch Logs, Elastic Load Balancing, CloudFormation templates, EBS Volumes, Batch, ECR, and CloudTrail logs
- A virtual private cloud (VPC) with no resources shared with other users
- Provides support for running a CodePipeline with ECS as the deployment platform
- Supports the latest Docker version 17.0
Fargate provides the following additional benefits:
- With a Fargate launch type, a user does not create or manage any EC2 instances, as none are exposed on the cluster.
- Tasks are directly exposed to the user via an ENI.
- The underlying infrastructure is provisioned by Fargate. EC2 instances are not to be managed with the Fargate launch type.
- CodePipeline supports Fargate as a deployment platform.
- Microservices based on Container definitions encapsulated in a task definition are explicitly linked, and are not to be linked with any additional options, such as links.
- CloudWatch Logs may be auto configured.
推薦閱讀
- 面向STEM的mBlock智能機器人創新課程
- Java開發技術全程指南
- Effective DevOps with AWS
- 讓每張照片都成為佳作的Photoshop后期技法
- 西門子S7-200 SMART PLC實例指導學與用
- 數據通信與計算機網絡
- Windows游戲程序設計基礎
- 21天學通C語言
- Deep Reinforcement Learning Hands-On
- 基于Xilinx ISE的FPAG/CPLD設計與應用
- Mastering Game Development with Unreal Engine 4(Second Edition)
- 單片機C語言應用100例
- Python:Data Analytics and Visualization
- 單片機C語言程序設計完全自學手冊
- Applied Data Visualization with R and ggplot2