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.”

Use AWS Secrets Manager to find the cluster secret - AWS PCS

Use AWS Secrets Manager to find the cluster secret

AWS Management Console
  1. Navigate to the Secrets Manager console.

  2. Choose Secrets, then search for the pcs! prefix.

Note

A AWS PCS cluster secret has a name in the form pcs!slurm-secret-cluster-id where cluster-id is the AWS PCS cluster ID.

AWS CLI

Each AWS PCS cluster secret is also tagged with aws:pcs:cluster-id. You can get the secret ID for a cluster with the command that follows. Make these substitutions before running the command:

  • Replace region with the AWS Region to create your cluster in, such as us-east-1.

  • Replace cluster-id with the ID of the AWS PCS cluster to find the cluster secret for.

aws secretsmanager list-secrets \ --region region \ --filters Key=tag-key,Values=aws:pcs:cluster-id \ Key=tag-value,Values=cluster-id
  1. Navigate to the Secrets Manager console.

  2. Choose Secrets, then search for the pcs! prefix.

Note

A AWS PCS cluster secret has a name in the form pcs!slurm-secret-cluster-id where cluster-id is the AWS PCS cluster ID.

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.