Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instructions do not work as documented because access to neuron-s3 bucket is forbidden #23

Open
ajayvohra2005 opened this issue Oct 13, 2023 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@ajayvohra2005
Copy link

The README to create parallel cluster does not specify that bucket name neuron-s3 needs to be replaced with a customer bucket name. The default neuron-s3 bucket name does not work due to Forbidden Access. The Custom Script Update does talk about how to update bucket-name and use a custom script, but it does not indicate that it is required.

aws s3 ls s3://neuron-s3/pcluster/post-install-scripts/neuron-installation/v2.13.0/u20/pt/install_neuron.sh

An error occurred (AccessDenied) when calling the ListObjectsV2 operation: Access Denied
@jeffhataws
Copy link
Contributor

Hi @ajayvohra2005,

The bucket is not enabled for listing of content, only for downloading. If you use "aws s3 cp" command it will work.

dev-dsk-jthuynh-2b-9c72f245 % aws s3 cp s3://neuron-s3/pcluster/post-install-scripts/neuron-installation/v2.13.0/u20/pt/install_neuron.sh .
download: s3://neuron-s3/pcluster/post-install-scripts/neuron-installation/v2.13.0/u20/pt/install_neuron.sh to ./install_neuron.sh

We will clarify this in the documentation.

@ajayvohra2005
Copy link
Author

The issue is that when one creates a parallel cluster using pcluster CLI command, one gets an error message about the forbidden access, even though, based on what you are noting above, the error message may not be accurate.

@micwade-aws micwade-aws added the documentation Improvements or additions to documentation label Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants