Difference between revisions of "AWS Fargate"
Jump to navigation
Jump to search
(→News) |
|||
Line 17: | Line 17: | ||
== News == | == News == | ||
* 04/2022 [[faster scaling]] of applications: https://aws.amazon.com/about-aws/whats-new/2022/04/aws-fargate-delivers-scaling-applications/ and https://aws.amazon.com/blogs/containers/under-the-hood-amazon-elastic-container-service-and-aws-fargate-increase-task-launch-rates/ | * 04/2022 [[faster scaling]] of applications: https://aws.amazon.com/about-aws/whats-new/2022/04/aws-fargate-delivers-scaling-applications/ and https://aws.amazon.com/blogs/containers/under-the-hood-amazon-elastic-container-service-and-aws-fargate-increase-task-launch-rates/ | ||
+ | * Dec 2019 [[AWS Fargate Spot]] | ||
== Activities == | == Activities == |
Revision as of 17:39, 13 May 2023
wikipedia:AWS Fargate (Nov 2017, Trends) [1] service for deploying and managing containers without having to manage any of the underlying infrastructure.
- Pricing: https://aws.amazon.com/ecs/pricing/
- Size: up to 16 vCPU [2]
Commands
aws ecs create-service --launch-type FARGATE
eksctl create fargateprofile
eksctl get fargateprofile
Terraform:
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. [3]
News
- 04/2022 faster scaling of applications: https://aws.amazon.com/about-aws/whats-new/2022/04/aws-fargate-delivers-scaling-applications/ and https://aws.amazon.com/blogs/containers/under-the-hood-amazon-elastic-container-service-and-aws-fargate-increase-task-launch-rates/
- Dec 2019 AWS Fargate Spot
Activities
Related terms
- Terraform resource:
aws_ecs_service
:launch_type
- AWS ECS:
AWS::ECS::Service
- AWS EKS
- Launch type: AWS Fargate (Cloudformation:
LaunchType": "FARGATE"
) - requiresCompatibilities
ulimits
- vCPU: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-cpu-memory-error.html
- You can run the Amazon EBS CSI controller on Fargate, but you can't mount volumes to Fargate pods
See also
- AWS Fargate, AWS Fargate Spot,
aws ecs, aws eks, launch_type
, versions, AWS Fargate profile - Amazon ECS, Service, Tasks (Task overview), capacity providers, Cluster Auto Scaling (CAS),
aws ecs, ecs-cli, ~/.ecs/config
, AWS Copilot, AWS Fargate, AWS CloudWatch Container Insights,/etc/ecs/ecs.config
, Security group (SG), container agent, task definition, Amazon ECS events, best practices, Amazon ECS Exec Checker, Amazon ECS Agent, Service Connect,AWSServiceRoleForECS
, Terraform ECS, AWS ECS Rolling deployments - Container orchestration: Kubernetes, Nomad, Docker Swarm, OpenShift, Mesos, Marathon, AWS Fargate
Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy.
- ↑ https://aws.amazon.com/about-aws/whats-new/2017/11/introducing-aws-fargate-a-technology-to-run-containers-without-managing-infrastructure/
- ↑ https://docs.aws.amazon.com/AmazonECS/latest/developerguide/AWS_Fargate.html#fargate-tasks-size
- ↑ https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs_services.html
Advertising: