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
posta 6 mesi fa369 visualizzazioni
1 Risposta
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
ESPERTO
Mike_L
con risposta 5 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande