fourcodes-org / proof-of-concepts

2 stars 1 forks source link

54. Create the IAM role for Lambda to access all the AWS resources #112

Closed four-codes closed 1 year ago

four-codes commented 1 year ago

Your lambda role name should resemble "role-lambda-januo-001-env-purpose."

fourtimes commented 1 year ago

Create the IAM role for Lambda to access all the AWS resourcesmanaged policy

  1. Go to the "IAM" resource.
  2. Under the resource, we have a "role" option.
  3. After that, click on the "create role" option. then we have to select the identity type & use case for lamda.
  4. After click on the "Next" button, We have to enter the "Role Name" in the name of role-lamda-ashli-001-dev-allacceess format.
  5. Then, we have to click on the "create role" button.
  6. After creating the role, we have to add the Permissions for "AdministratorAccess".

OUTPUT:

Image

four-codes commented 1 year ago

Awesome