Giter Club home page Giter Club logo

aws-cloud-gaming's People

Contributors

badjware avatar marcel-g avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

aws-cloud-gaming's Issues

This project's owner seems to have lost interest; their last activity was on 2020-06-30; this issue proposes a fork to continue the project

@KetchupBomb, yours seems to be the the most developed fork since then (in terms of number of commits and most recently updated, see https://useful-forks.github.io/?repo=badjware/aws-cloud-gaming). This issue could serve as the primary discoverability mechanism. Are you interested in maintaining your fork for other users? If so, consider responding positively here and opening up the issues section on your fork.

Hard-coded AZ zone identifiers not appropriate for all regions

Northern California (us-west-1) doesn't have an "a" Availability Zone identifier:

$ aws ec2 describe-availability-zones | jq -r .AvailabilityZones[].ZoneName
us-west-1b
us-west-1c

This can cause an error when the module randomly picks "a" from the default list of ["a", "b"].

Assignees:
Labels:

Parsec logs out on reboot

Looks like the TeamMachineSetup scheduled task causes your Parsec account to get logged out on every reboot. This happens because it checks if the instance has any user data configured and if so, attempts to auto-login to a Parsec teams account. Because your guide uses instance user data for auto-configuration, this behavior is triggered (and since no teams configuration is present, it attempts to log in with an invalid account).

Disabling the scheduled task fixes this issue for me (but there is probably a better way too).

Licensed driver is an executable, not zip

The code block to download the licensed Nvidia driver:

# vGaming driver for g4
$Bucket = "nvidia-gaming"
$KeyPrefix = "windows/latest"
# download and extract driver
$Objects = Get-S3Object -BucketName $Bucket -KeyPrefix $KeyPrefix -Region us-east-1
foreach ($Object in $Objects) {
if ($Object.Size -ne 0) {
$LocalFileName = "C:\nvidia-driver\driver.zip"
Copy-S3Object -BucketName $Bucket -Key $Object.Key -LocalFile $LocalFileName -Region us-east-1
Expand-Archive $LocalFileName -DestinationPath $ExtractionPath
break
}
}

Assumes that the file in the S3 bucket is a zip file. It's not. It's an executable that unzips.

This logic ought to inspect the file(s) found when listing the Bucket contents, rather than assuming the file type.

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.