Coder Social home page Coder Social logo

ketchupbomb / aws-cloud-gaming Goto Github PK

View Code? Open in Web Editor NEW

This project forked from badjware/aws-cloud-gaming

4.0 4.0 3.0 42 KB

Terraform module to automate the provisioning an AWS EC2 instance with a gpu to play games in the cloud using Parsec.

License: Other

PowerShell 6.29% Smarty 40.84% HCL 52.87%

aws-cloud-gaming's People

Contributors

badjware avatar ketchupbomb avatar marcel-g avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

aws-cloud-gaming's Issues

Chcolatey: Google Chrome

Leverage Chocolatey to install googlechrome since Internet Explorer is in some secure mode by default and won't load/run many CSS or JavaScript elements. (I think this has to do with it being a Windows Server OS.)

Example of adding other applications

Hi! Thanks for this great fork,
I wanted to do my own fork of this for a custom project that I have that needs the same kind of things, as displayed here.
Is it possible to have some sort of example to add applications for example exe or chocolatey?

I can see that user_data.tpl has alot of the chocolatey installations, but for exe is it just doing the same kind of thing like install-parsec-cloud-preparation-tool?

Register GPU driver

As described in the AWS documentation:

New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\nvlddmkm\Global" -Name "vGamingMarketplace" -PropertyType "DWord" -Value "2"

Terraform templatefile interpolations are unused

Using templatefile() in Terraform allows you to specify variables that should be usable within the script:

aws-cloud-gaming/main.tf

Lines 187 to 198 in cb05aa6

var = {
instance_type = var.instance_type,
install_parsec = var.install_parsec,
install_auto_login = var.install_auto_login,
install_graphic_card_driver = var.install_graphic_card_driver,
install_steam = var.install_steam,
install_gog_galaxy = var.install_gog_galaxy,
install_origin = var.install_origin,
install_epic_games_launcher = var.install_epic_games_launcher,
install_uplay = var.install_uplay,
}
}

However, the script continues to use var.$VARIABLE syntax which Terraform supports.

One or the other should be used.

T4 GPU is reporting as connected over DVI

After a lot of manual tweaking, I am able to log into the VM with Moonlight & Sunshine. However, the Nvidia Control Panel reports that the vGPU is connected over DVI, which limits the resolutions and refresh rates that are able to be leveraged.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.