Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 03-23-2022 06:48 PM
I'm trying to connect to dynamo db from nifi processor component "PutDynamoDB"
I'm putting my secret key in the field Access Key ID
secret key in Secret Access Key
and the path of the credentials in the format:
[default]
aws_access_key_id=<key id>
aws_secret_access_key=<access key>
At the moment of make the validation i get this message:
Created 03-24-2022 02:44 AM
You cannot specifie the Access Key ID, Secret Access Key and the credentials file path.
They are mutually exclusive.
You must either:
OR
But not both.
Cheers,
André
--
Was your question answered? Please take some time to click on "Accept as Solution" below this post.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Created 03-24-2022 02:44 AM
You cannot specifie the Access Key ID, Secret Access Key and the credentials file path.
They are mutually exclusive.
You must either:
OR
But not both.
Cheers,
André
--
Was your question answered? Please take some time to click on "Accept as Solution" below this post.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Created 03-24-2022 08:21 AM
Thank you, it was that.