An organization (account ID 123412341234) has configured the IAM policy to allow the user to modify his credentials. What will the below mentioned statement allow the user to perform?
A.
Allow the IAM user to update the membership of the group called TestingGroup
B.
The IAM policy will throw an error due to an invalid resource name
C.
The IAM policy will allow the user to subscribe to any IAM group
Suggested Answer:A🗳️
AWS Identity and Access Management is a web service which allows organizations to manage users and user permissions for various AWS services. If the organization (account ID 123412341234) wants their users to manage their subscription to the groups, they should create a relevant policy for that. The below mentioned policy allows the respective IAM user to update the membership of the group called MarketingGroup. { "Version": "2012-10-17", "Statement": [{ "Effect": "Allow", "Action": [ "iam:AddUserToGroup", "iam:RemoveUserFromGroup", "iam:GetGroup" ], "Resource": "arn:aws:iam:: 123412341234:group/ TestingGroup " }] Reference: http://docs.aws.amazon.com/IAM/latest/UserGuide/Credentials-Permissions-examples.html#creds-policies-credentials
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Smart
Highly Voted 3 years, 6 months ago01037
3 years, 6 months agomanoj101
3 years, 6 months agoviet1991
3 years, 6 months agouser0001
2 years, 11 months agoamministrazione
Most Recent 8 months, 3 weeks agoSkyZeroZx
1 year, 10 months agojunehc
2 years, 10 months agocldy
3 years, 5 months agoBillyC
3 years, 6 months agomiracle
3 years, 7 months ago