Amazon web services – is secret-id of a secret manger secret in AWS globally unique?
aws secretsmanager get-secret-value --secret-id ${secretId} --profile ${customProfile} the above fails without the --region option but the below works without the region option aws s3api get-bucket-encryption --bucket ${s3Bucket} --profile ${customProfile} Wondering what would be the explanation for the above. One plausible…