Difference between revisions of "AWS Fargate"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
  
 
* <code>[[aws ecs create-service]] --launch-type FARGATE</code>
 
* <code>[[aws ecs create-service]] --launch-type FARGATE</code>
 +
 +
 +
When creating a service that runs tasks on Fargate, when the service scheduler launches new [[tasks]] or stops running tasks, it attempts to maintain balance across [[Availability Zones]]. There is no need to specify [[task placement strategies]] or restraints. <ref>https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs_services.html</ref>
  
 
== Related terms ==
 
== Related terms ==

Revision as of 11:39, 26 November 2021

wikipedia:AWS Fargate (Nov 2017) service for deploying and managing containers without having to manage any of the underlying infrastructure.


When creating a service that runs tasks on Fargate, when the service scheduler launches new tasks or stops running tasks, it attempts to maintain balance across Availability Zones. There is no need to specify task placement strategies or restraints. [1]

Related terms

See also

  • https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs_services.html
  • Advertising: