- Newest
- Most votes
- Most comments
This was caused by the recent operational issue affecting eu-west-1, which was described as impacting containers and adjacent workflows. The issue is no longer occuring now that its been resovled.
Based on the error message you're seeing, it appears that there's an issue with the "ManagedCapacityConfiguration" parameter in your GameLift Container Fleet deployment, even though it's not explicitly defined in your template.
This error suggests one of two possibilities:
-
There might be an internal AWS service issue where the GameLift service is incorrectly interpreting your scaling configuration as a ManagedCapacityConfiguration parameter.
-
There could be a recent change in the GameLift service that affects how container fleet scaling is configured, and your template might need to be updated to align with these changes.
Since you mentioned that this template was working fine until today, and you're not explicitly defining ManagedCapacityConfiguration anywhere, this does suggest a potential issue on the AWS side.
For your scaling configuration, you're using a target-based scaling policy with PercentAvailableGameSessions as the metric and a target value of 50, which is a valid configuration. Your location capacities are also properly defined with desired, minimum, and maximum EC2 instances.
I would recommend:
- Checking the AWS GameLift service health dashboard or recent announcements for any known issues
- Contacting AWS Support to report this issue, providing them with the error message and request ID
- As a temporary workaround, you might try deploying with a different scaling policy type or configuration to see if that resolves the issue
Since this appears to be a sudden change in behavior for a previously working template, it's reasonable to suspect a service-side issue.
Sources
AWS::GameLift::ContainerFleet TargetConfiguration - AWS CloudFormation
AWS::GameLift::ContainerGroupDefinition - AWS CloudFormation
Relevant content
- asked 4 years ago
