Skip to content

Instantly share code, notes, and snippets.

@BatteryAcid
Created March 11, 2021 20:06
Show Gist options
  • Save BatteryAcid/98644e84a0574463dd30547ea9680745 to your computer and use it in GitHub Desktop.
Save BatteryAcid/98644e84a0574463dd30547ea9680745 to your computer and use it in GitHub Desktop.
GameLIft policy to allow for searching and creating game sessions as well as creating player sessions.
{
"Effect": "Allow",
"Action": [
"gamelift:StartGameSessionPlacement",
"gamelift:DescribeGameSessionPlacement",
"gamelift:StopGameSessionPlacement",
"gamelift:CreatePlayerSession",
"gamelift:CreatePlayerSessions",
"gamelift:DescribeGameSessions",
"gamelift:SearchGameSessions",
"gamelift:CreateGameSession"
],
"Resource": "*"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment