Hi everyone,
I’m trying to use AWS SNS node in order to publish messages in my SNS topic. I have configured N8N with docker compose and it’s running inside an EC2 instance (private VPC).
After creating the AWS account credentials (region, AWS Access Key Id and AWS Secret Access key) and trying to find the list of topic available in this AWS account, I’m facing the following error:
ERROR: AWS Error: Error: AWS error response [403]: 403 - “<ErrorResponse xmlns=“http://sns.amazonaws.com/doc/2010-03-31/”>\n \n Sender\n InvalidClientTokenId\n The security token included in the request is invalid.\n \n \n\n”
Error: AWS Error: Error: AWS error response [403]: 403 - “<ErrorResponse xmlns=“http://sns.amazonaws.com/doc/2010-03-31/”>\n \n Sender\n InvalidClientTokenId\n The security token included in the request is invalid.\n \n \n\n”
at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Aws/AwsSns.node.js:138:23)
at runMicrotasks ()
at processTicksAndRejections (internal/process/task_queues.js:93:5)
at async /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/src/WorkflowExecute.js:416:47
Does anyone faced this issue before?
Thanks in advance for your help.
