Hello, I need to read secrets_value from AWS Secrets Manager, reading via python using boto3 I can retrieve the secret.
I need to run it on a notebook, is it possible to read without informing the credentials, only through the IAM role? I tried to add a profile instance to the cluster with permission, but when I executed boto3 I got a NoCredential error.
Thanks.