Examlex

Solved

The Following Policy Can Be Attached to an IAM Group

question 438

Multiple Choice

The following policy can be attached to an IAM group. It lets an IAM user in that group access a "home directory" in AWS S3 that matches their user name using the console. { "Version": "2012-10-17", "Statement": [ "Action": ["s3:*"], "Effect": "Allow", "Resource": ["arn:aws:s3:::bucket-name"], "Condition":{"StringLike":{"s3:prefix":["home/${aws:username}/*"]}} }, "Action":["s3:*"], "Effect":"Allow", "Resource": ["arn:aws:s3:::bucket-name/home/${aws:username}/*"] } ]


Definitions:

Visibility and Availability

The extent to which something can be easily seen and accessed by those who need it.

Management Style

The way a manager works with and oversees employees to achieve organizational goals.

Describing Practice

The act of explaining or detailing the methods and procedures within a particular area or profession.

First-Line Manager

A manager who is directly responsible for overseeing and supervising the daily activities of non-managerial employees.

Related Questions