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
gefragt vor 6 Monaten369 Aufrufe
1 Antwort
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
EXPERTE
Mike_L
beantwortet vor 5 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen