AWS Roles or policies required for Admin

0

Hi

If I need to create IAM standard user account with PowerUser or limited Admin privileges to allow the user to create/modify/manage RDS instances, create subnet groups, security groups, RDS IAM roles, policy, S3 bucket, S3 Integration, what AWS roles or policies do you grant for this account? Is there a list of all AWS roles/policies and description of the permissions that come with those?

Thanks,

1개 답변
2
수락된 답변

Hi,

AWS provides list of managed policies, which you can attach to the role and eventually that role would inherit all the permissions from managed policy.

However you can also create your own custom policies and attach to the role, which would be more specific to use case and tailored one.

Here is the AWS Documentation which has all the AWS Managed Policies, which you would find already created in AWS account. If you click any of these AWS managed policy, you'll see detailed description of each of those.

Example: Suppose, you want to create an administrator role, you will create a role by attaching AdministratorAccess managed policy to the role. Similarly, you can attach one or many such AWS managed policies to a role for specific use case. This AdministratorAccessPolicy is also AWS managed policy and listed in above mentioned document.

Based on the permission sets of these AWS managed policy and description, you can create your custom policies which can be attached to role.

Note that, there are three type of policies:

AWS Managed Policies -> AWS provisioned, can't be edited

Customer Managed Polices -> Customer managed policy, we create, can be edited and also can be attached to multiple roles.

Inline policies --> Same as Customer Managed Policy with one difference that, it is specifically be attached to a role and can't be reused. Often used for a specific use case and by attaching it to a role.

Here at this Documentation, you can find detailed description of managed and inline policies.

Hope you find it useful.

Abhishek

profile pictureAWS
전문가
답변함 10달 전
profile picture
전문가
검토됨 10달 전
  • Do you have any further questions, happy to help.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠