In this blog post we show how to attach policy to an IAM user to manage the AWS resources usage and permissions, you will have to create an IAM user first if donāt know how to do that thenĀ read our previous post
To attach policy to IAM user follow these steps:
1) Sign in to the AWS management console and open the IAM console atĀ https://console.aws.amazon.com/iam/Ā and click on the users in left menu.

2) Click on the user to which you want to attach the policy.

3) Click on theĀ permission tabĀ and then there is two type of policies one areĀ Managed PoliciesĀ and other areĀ Inline Policies.

4) To attach the inline custom policy click onĀ click here linkĀ and in next page you can select eitherĀ policy generatorĀ to generate your policy according to your needs or can select theĀ custom policyĀ and click on the select button.

5) Paste your custom policy in the field and click onĀ Apply PolicyĀ button to apply.


