AWS
-
GameLift 사용법AWS/Gamelift 2021. 5. 17. 12:33
1. 윈도우용 CMake 사용(다운로드) 환경 변수 추가 VS150COMNTOOLS C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools 2. Git 설치 (있어야 진행이됨) 3. aws gamelift 서버 sdk 다운로드 압축해제 후 .../GameLift_12_22_2020/GameLift-SDK-Release-4.0.2/GameLift-Cpp-ServerSDK-3.4.1 에 out 폴더 생성 아마존 설명 out 폴더 경로에서 cmd 실행 cmake --version 으로 제대로 작동하는지 확인후 cmake -G "Visual Studio 16 2019" -A x64 -DBUILD_FOR_UNREAL=1 .. .../..
-
Client sdk 빌드AWS 2021. 5. 14. 13:26
반드시 https://carmada.tistory.com/5 를 참고하여 필수 프로그램을 설치하고 진행한다. 아래 명령어로 소스 다운로드 git clone --recurse-submodules https://github.com/aws/aws-sdk-cpp (의존성 파일들까지 싹다 받으려면 옵션을 넣어야 함) 바은 폴더 내부에 sdk-build 폴더 생성 후 진입 후 아래 코드 실행 cmake .. -DBUILD_ONLY="core" build 됐으면 sudo make install 차례로 cmake .. -DBUILD_ONLY="cognito-identity" sudo make install cmake .. -DBUILD_ONLY="gamelift" sudo make install github.com/a..
-
CLIAWS/CLI ( Command Line Interface ) 2021. 4. 20. 15:06
https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-instances.html describe-instances — AWS CLI 1.19.54 Command Reference Note: You are viewing the documentation for an older major version of the AWS CLI (version 1). AWS CLI version 2, the latest major version of AWS CLI, is now stable and recommended for general use. To view this page for the AWS CLI version 2, click here. F docs.aws...
-
Gamelift Instance 원격 접속AWS/Gamelift 2021. 4. 20. 14:38
https://docs.aws.amazon.com/gamelift/latest/developerguide/fleets-remote-access.html 요약 1) fleet id 로 인스턴스 아이디 얻어내기 aws gamelift describe-instances --fleet-idfleet-24220bd1-f871-4181-aae4-d144e4d0eb12 { ec2-13-209-16-22.ap-northeast-2.compute.amazonaws.com", "Instances": \[ { "FleetId": "fleet-24220bd1-f871-4181-aae4-d144e4d0eb12", "InstanceId": "**i-0c180195fde089f7d**", "IpAddress": "13.209.16..