- Policies that you add directly to a single user, group, or role from their menus.
- It maintains a strict one-to-one relationship between a policy and an identity.
- Inline policies are deleted when you delete the identity.
Task : Add Inline policy to IAM User to Access RDS Service
Step 1 : Check existing Settings :
+ user don’t have existing permissions
+ Unable to create the RDS Database :
To Create Go to AWS Console > All Services > Database > RDS > Create Database
Step 2: Add Inline Policy :
+ Go to IAM Policies : (AWS Console > Services > Security, Identity, & Compliance > IAM > Users ) Click on IAM User
Step 3 : Click on Add Inline policy
Step 4 : Create policy using Visual Editor , Add
- Service : RDS
- Actions : All RDS actions
- Resources : All Resources
Step -5 : Review Policy and Create Policy, Inline Policy added to User
Step 5 – Verification : Listing of databases worked !
Creating a Database not working !
Have to resolve