Installing NVIDIA driver on Linux - instruction does not work

0

I am following https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/install-nvidia-driver.html#nvidia-driver-instance-type, specifically 'Option 3: GRID drivers (G5, G4dn, and G3 instances)'.

At step 8 'Download the GRID driver installation utility using the following command: aws s3 cp --recursive s3://ec2-linux-nvidia-drivers/latest/ .'

I get an error and cannot continue: fatal error: An error occurred (AccessDenied) when calling the ListObjectsV2 operation: Access Denied What do I do now?

ZZ
asked 6 months ago344 views
1 Answer
0

Are you running this from a opt-in region? If yes, trying running it as follows

aws s3 cp --recursive s3://ec2-linux-nvidia-drivers/latest/ . --region us-east-1
AWS
EXPERT
Mike_L
answered 4 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions