amazon iam - how to generate both accessKey,secretKey for aws account that has credntials for specific service(sqs), but not of specific user? -


i'm creating microservice fetching messages aws-sqs. it's connection provide both accesskey,secretkey of aws account

my question how can generates keys not related user in development, other developers can use also

thanks.

you can create separate user within iam. user can granted access objects/queues want user see/use.

since every user has own credentials, can forward access key , secret of user other developers without giving privileged account.

overview of identity management: users


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -