Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Working with Amazon S3 - AWS ParallelCluster

Working with Amazon S3

You can configure AWS ParallelCluster's access to Amazon S3 through the HeadNode / Iam / S3Access and Scheduling / SlurmQueues / - Name / Iam / S3Access parameters in the AWS ParallelCluster configuration.

Examples

The following example configures read-only access to all objects in firstbucket/read_only/ and read/write access to all objects in secondbucket/read_and_write/.

... HeadNode: ... Iam: S3Access: - BucketName: firstbucket KeyName: read_only/* EnableWriteAccess: false - BucketName: secondbucket KeyName: read_and_write/* EnableWriteAccess: true ...

The next example configures read-only access to all objects in folder read_only/ in any bucket (*) in the account.

... HeadNode: ... Iam: S3Access: - BucketName: * KeyName: read_only/* EnableWriteAccess: false ...

The final example configures read_only access to all buckets and objects in the account.

... HeadNode: ... Iam: S3Access: - BucketName: * ...
PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.