AWS user for lambda execution creation

Steps:

  1. Find IAM AWS service

  2. Choose ‘Users’ -> ‘Add users’

Choose name

  1. Specify name of user and click ‘Next’

Choose name

  1. Choose ‘Attach policies directly’ -> ‘Create policy’

Choose name

  1. Choose ‘Visual’ option

Choose name

  1. Provide service, Actions Allowed and resource arn as showed below

Choose name

Choose name

Choose name

  1. Provide name of policy and finish policy creation

  2. Refresh policies list on page of user creation and find your policy.

Choose name

  1. Enable checkbox on new policy -> Click ‘Next’ -> ‘Create user’

Create credentials to execute lambda:

  1. Find the user in IAM and click to it

  2. Choose ‘Security credentials’

Choose name

  1. Scroll down till ‘Access keys’ and click ‘Create access key’

Choose name

  1. Choose ‘Third-party service’ option

Choose name

  1. Click ‘Next’ -> ‘Create access key’

  2. Save your ‘Access key’ and ‘Secret access key’

Choose name

  1. Click ‘Done’

Useful links: