Get a secret value using the AWS console
To retrieve a secret (console)
Open the Secrets Manager console at https://console.aws.amazon.com/secretsmanager/
. In the list of secrets, choose the secret you want to retrieve.
In the Secret value section, choose Retrieve secret value.
Secrets Manager displays the current version (
AWSCURRENT
) of the secret. To see other versions of the secret, such asAWSPREVIOUS
or custom labeled versions, use the Get a secret value using the AWS CLI.