AWS gameliftservers documentation change
Summary
Added troubleshooting guidance for VPC peering failures with IAM permission verification
Security assessment
References IAM permissions requirements for security configuration but doesn't address a specific vulnerability
Diff
diff --git a/gameliftservers/latest/developerguide/vpc-peering.md b/gameliftservers/latest/developerguide/vpc-peering.md index 583624cc7..0b5ac515e 100644 --- a//gameliftservers/latest/developerguide/vpc-peering.md +++ b//gameliftservers/latest/developerguide/vpc-peering.md @@ -187,0 +188,4 @@ If you're having trouble establishing a VPC peering connection for your Amazon G + * A VPC peering connection is not found while the API call throws no exception. Check the fleet events under the fleet being used to create the VPC peering connection for any `FLEET_VPC_PEERING_FAILED` events. + + * A VPC peering connection creation fails with fleet event `FLEET_VPC_PEERING_FAILED` and a message indicating the role is not authorized to access a VPC. Verify that the IAM role or user used to create the VPC peering authorization contains the required EC2 permissions listed in [Actions, resources, and condition keys for Amazon GameLift Servers](https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazongameliftservers.html). +