I’m trying to create a machine with CloudFormation with this template deploying-unreal-engine-pixel-streaming-server-on-ec2/UE4-Pixel-Streamer.json at master · aws-samples/deploying-unreal-engine-pixel-streaming-server-on-ec2 · GitHub, where I have changed in eu-west-3 region the ami-0dcd416ecf68f7003, but the instanced instance has an old driver version.
Find out the problem “https://s3-eu-west-1.amazonaws.com/nice-dcv-cfn/dcv-server-install.ps1” script inside the template install old nvidia drivers
It seems like you’ve encountered an issue with your CloudFormation deployment. If the EC2 instance in the eu-west-3 region has an old driver version, it’s possible that the AMI you specified may not have the desired driver updates. To resolve this, you should review the AMI you’ve chosen to ensure it has the correct and up-to-date drivers for your machine’s requirements. Additionally, you can explore updating or customizing the AMI with the necessary driver versions or seek support from AWS forums or customer support to troubleshoot and resolve this driver version issue effectively.
Hope this helped. For more it’s recommended to join AWS Training today!