aws-cloud-gaming
aws-cloud-gaming copied to clipboard
Licensed driver is an executable, not zip
The code block to download the licensed Nvidia driver: https://github.com/badjware/aws-cloud-gaming/blob/225372657bf220ab9703917e24a1dcd2dd6cc850/templates/user_data.tpl#L87-L100 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.