본문 바로가기

Ops/AWS

AWS Gamelift - policy (gamesessionplacement)

반응형

AWS Gamelift - policy (gamesessionplacement)

 

 

 

 

■ 개요

- Name : GameLift-GameSessionPlacement-Policy

- Description : 수동 게임 세션 배치를 위한 정책 (GameLift Matching role을 별도로 구현할 경우)

 

 

■ 정책

{
"Version": "2012-10-17",
"Statement":
  { 
    "Effect": "Allow", 
    "Action": 
      [ 
        "gamelift:CreateGameSession", 
        "gamelift:DescribeGameSessions", 
        "gamelift:SearchGameSessions", 
        "gamelift:CreatePlayerSession", 
        "gamelift:CreatePlayerSessions", 
        "gamelift:DescribePlayerSessions" 
      ], 
    "Resource": "*" 
  }
}

 

 

■ Reference

  내용 URL
  policy 가이드 https://docs.aws.amazon.com/ko_kr/gamelift/latest/developerguide/gamelift-iam-policy-examples.html
  - -

 

 

 


by mkdir-chandler


 

 

 

 

 

728x90
반응형

'Ops > AWS' 카테고리의 다른 글

AWS IAM - user mfa 설정  (0) 2023.08.16
AWS IAM - user 신규 생성 가이드  (0) 2023.08.13
AWS Gamelift - role 설정  (0) 2023.08.09
AWS Gamelift - instance ssh 접속 code (bash)  (0) 2023.08.06
AWS Gamelift - instance ssh 접속 방법  (0) 2023.08.05