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.
Comments
Post a Comment