You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello i am using env-aws-params to read all parameters from system manager with a prefix.
This is working fine in Amazon Linux 2. but when i include the same in AML 2023, i could not read read the parameters and getting the error
ERROR: NoCredentialProviders: no valid providers in chain. Deprecated.
For verbose messaging see aws.Config.CredentialsChainVerboseErrors
are there any changes needed for AML 2023 ?. trying to find what i need to pass to overcome this error, but could not find anything.
Hello i am using env-aws-params to read all parameters from system manager with a prefix.
This is working fine in Amazon Linux 2. but when i include the same in AML 2023, i could not read read the parameters and getting the error
ERROR: NoCredentialProviders: no valid providers in chain. Deprecated.
For verbose messaging see aws.Config.CredentialsChainVerboseErrors
are there any changes needed for AML 2023 ?. trying to find what i need to pass to overcome this error, but could not find anything.
Here is my command
/usr/bin/env -i /usr/local/bin/env-aws-params --aws-region $EC2_REGION
--prefix $1
--pristine
--silent /usr/bin/printenv >> $environmentFile
The text was updated successfully, but these errors were encountered: