For putting messages to SQS Queues and getting a connection, we need to have a key for the account/user.
I want to feed messages to two queues which are available in two different AWS Accounts. How can I achieve that? As far as my understanding is, we can setup only one access/key credentials hence we cannot talk to two queues available in two different AWS Accounts.
Any help would be appreciated. Thanks!