Connecting AWS to Retool

Im trying to connect my Retool to AWS, i gave the IAM credentials, however on saving i get the error
'The security token included in the request is invalid.' What is causing this?

Hello @Krishna_Priya_S!

This sounds like it might be an issue with how your AWS setup.

After a quick google search I found out this is a common issue and the top response on this Stack Overflow post suggests that you might need to delete you ~/.aws/credentials and then re-run the 'aws configure' command.

Let me know if that works or if other details in the post I linked were able to resolve this issue!