Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Resource Type] - [BUG] - AWS::GameLift::ContainerGroupDefinition missing ContainerDefinitions property #2180

Open
flostadler opened this issue Nov 12, 2024 · 2 comments
Labels

Comments

@flostadler
Copy link

Name of the resource

Other

Resource Name

AWS::GameLift::ContainerGroupDefinition

Issue Description

In the latest CloudFormation schema (noticed it starting Nov 11), the AWS::GameLift::ContainerGroupDefinition is missing the ContainerDefinitions property.

Additionally the docs mention that this resource is not available, but aws cloudformation describe-type shows that it is LIVE and PUBLIC. Are the docs correct, or the data returned by the API?

Expected Behavior

Resource does not loose existing properties and availability status is in sync between the docs and API.

Observed Behavior

Resource is missing ContainerDefinitions property and docs mention the resource is not available even though the API shows it as live/public.

Test Cases

n/a

Other Details

No response

@flostadler
Copy link
Author

I also just noticed that the schema and docs are missing the TotalMemoryLimitMebibytes and TotalVcpuLimit properties.
But those are marked as required inputs.

@flostadler
Copy link
Author

Calling CloudControl with a create request returns the following progress event:

"ProgressEvent": {
        "TypeName": "AWS::GameLift::ContainerGroupDefinition",
        "Identifier": "Repro",
        "RequestToken": "bccccfba-13a4-4f6b-9816-44f08b86d623",
        "Operation": "CREATE",
        "OperationStatus": "FAILED",
        "EventTime": "2024-11-12T11:45:05.813000+01:00",
        "StatusMessage": "The Amazon GameLift Containers feature is under improvement. (Service: GameLift, Status Code: 400, Request ID: 1cec4603-4be6-4839-9d9d-348d44425379)",
        "ErrorCode": "AccessDenied"
    }

Is CloudFormation incorrectly labeling the resource as LIVE/PUBLIC?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant