1 Answer
- Newest
- Most votes
- Most comments
0
The issue with "Empty Capacity Provider" error could be the ECS task is not able to find a suitable Capacity Provider to run the task. Capacity Providers are used by ECS to determine the infrastructure resources (e.g., EC2 instances) that can be used to run your tasks. Make sure, you have properly configured the Capacity Providers for your ECS cluster. By default, ECS should have created an "AUTOSCALING" Capacity Provider for the default VPC. Also review the Auto Scaling configuration for your ECS cluster. Ensure that the Auto Scaling group is properly configured and can scale up the EC2 instances as needed to handle the tasks.
Relevant content
- Accepted Answerasked 3 years ago
- Accepted Answerasked 7 months ago
- asked 2 years ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 2 years ago