The best programming blog.

Covering a wide array of programming topics.

Create role for MediaConvert job in AWS

Go to IAM dashboard. Go to IAM Roles. Click Create Role button. On next page select the following items Select trusted entity >> Trusted entity type >> AWS service Use case >> Use cases for other AWS services >> MediaConvert Give the name of the job say MediaConvertJobRole in Name, review, and create section. Following rules…More

AWS Cannot exceed quota for PoliciesPerUser: 10

If you are trying to add polcies more than 10 to a single user you will get the following error: Limit exceeded. Your request exceeds one of the limits for this account. Remove one or more existing items and try again. Cannot exceed quota for PoliciesPerUser: 10 The solution is to create a single policy covering…More

AWS user is not authorized to perform: iam: DeleteRole

Go to IAM dashboard. Select Users menu from the left hand side menu. Select the user you want to provide the permission. Select the permissions tab and click on Add Permissions button. Click Create Policy link. On Create Policy page, select the following things: Select IAM service. In Access Level Permissions management, select DeleteRolePolicy Click Next, to review…More

AWS user is not authorized to perform: iam: ListAttachedRolePolicies

Go to IAM dashboard. Select Users menu from the left hand side menu. Select the user you want to provide the permission. Select the permissions tab and click on Add Permissions button. Click Create Policy link. On Create Policy page, select the following things: Select IAM service. In Access Level List, select ListAttachedRolePolicies Click Next, to review poilcy.…More

AWS user is not authorized to perform: iam: ListRolePolicies

Go to IAM dashboard. Select Users menu from the left hand side menu. Select the user you want to provide the permission. Select the permissions tab and click on Add Permissions button. Click Create Policy link. On Create Policy page, select the following things: Select IAM service. In Access Level List, select ListRolePolicies Click Next, to review poilcy.…More

AWS user is not authorized to perform: iam:ListInstanceProfilesForRole

Go to IAM dashboard. Select Users menu from the left hand side menu. Select the user you want to provide the permission. Select the permissions tab and click on Add Permissions button. Click Create Policy link. On Create Policy page, select the following things: Select IAM service. In Access Level List, select ListInstanceProfilesForRole Click Next, to review poilcy.…More

AWS user is not authorized to perform: iam: AttachRolePolicy

Go to IAM dashboard. Select Users menu from the left hand side menu. Select the user you want to provide the permission. Select the permissions tab and click on Add Permissions button. Click Create Policy link. On Create Policy page, select the following things: Select IAM service. In Access Level Permissions management, select AttachRolePolicy In Resources, select Specific…More

AWS user is not authorized to perform: iam:CreateRole

Go to IAM dashboard. Select Users menu from the left hand side menu. Select the user you want to provide the permission. Select the permissions tab and click on Add Permissions button. Click Create Policy link. On Create Policy page, select the following things: Select IAM service. In Access Level Write, select CreateRole In Resources, select Specific Resource…More

AWS user is not authorized to perform: iam:ListPolcies

Go to IAM dashboard. Select Users menu from the left hand side menu. Select the user you want to provide the permission. Select the permissions tab and click on Add Permissions button. Click Create Policy link. On Create Policy page, select the following things: Select IAM service. In Access Level List, select ListPolicies Click Next, to review poilcy.…More

AWS user is not authorized to perform: iam:ListRoles

Go to IAM dashboard. Select Users menu from the left hand side menu. Select the user you want to provide the permission. Select the permissions tab and click on Add Permissions button. Click Create Policy link. On Create Policy page, select the following things: Select IAM service. In Access Level List, select ListRoles Click Next, to review poilcy.…More