Difference between revisions of "AWS Fargate"

From wikieduonline
Jump to navigation Jump to search
Line 14: Line 14:
 
* [[Terraform resource]]: <code>[[Terraform resource: aws ecs service|aws_ecs_service]]</code>
 
* [[Terraform resource]]: <code>[[Terraform resource: aws ecs service|aws_ecs_service]]</code>
 
* [[requiresCompatibilities]]
 
* [[requiresCompatibilities]]
 +
* [[ulimits]]
  
 
== See also ==
 
== See also ==

Revision as of 10:20, 4 April 2022

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: