なんかむしゃくしゃしてAWSでゲーミングPC作る
元ネタ
ゲーミングPCをクラウドに作る 手順編 – icecream
https://troches.jp/contents/tech/518
動機
電気代より安くなるんじゃないか説
スペック
g4dn.xlarge
接続
https://rainway.com/
https://parsecgaming.com/
手順メモ
インスタンス作る
Microsoft Windows Server 2019 Base - ami-015b11f0b5bcbc9d8
g4dn.xlarge
セキュリティグループはひとまず自宅IPのRDP許可
インスタンスに接続
右クリック → 接続 → RDP
セットアップ
日本語入れる
https://gyazo.com/fa65f263e76ee8553b0e3746b502aeff
Chrome入れる
https://qiita.com/Arahabica/items/04f8469842f29550b831
code: パワーシェル
$Path = $env:TEMP; $Installer = "chrome_installer.exe"; Invoke-WebRequest "https://dl.google.com/tag/s/appguid%3D%7B8A69D345-D564-463C-AFF1-A69D9E530F96%7D%26browser%3D0%26usagestats%3D1%26appname%3DGoogle%2520Chrome%26needsadmin%3Dprefers%26brand%3DGTPM/update2/installers/ChromeSetup.exe" -OutFile $Path\$Installer; Start-Process -FilePath $Path\$Installer -Args "/silent /install" -Verb RunAs -Wait; Remove-Item $Path\$Installer
https://parsecgaming.com/ にログインしインストール
TESLAドライバーインストール
ネタ元を参考に
https://s3.amazonaws.com/nvidia-gaming/GRID-436.30-vGaming-Windows-Guest-Drivers.zip
手順はこちら
https://docs.aws.amazon.com/ja_jp/AWSEC2/latest/WindowsGuide/install-nvidia-driver.html#nvidia-gaming-driver
デバイスマネージャから「Microsoft基本ディスプレイアダプター」を無効にする
バーチャルサウンドデバイスをインストール
https://www.vb-audio.com/Cable/
g4dn.xlargeについてるSSDをDドライブに(ここにゲーム入れよう)
https://gyazo.com/a5c731522f0feaf66b5d9ef0243f8ba7
原神入れようとしたらエラー
Microsoft Visual C++ 2015 再頒布可能パッケージ Update 3 RC
https://www.microsoft.com/ja-JP/download/details.aspx?id=52685