Computer scienceSystem administration and DevOpsAmazon Web ServicesAccess Management

IAM Policies

Theory

Conditions

Report a typo

Conditions are great. They allow you to enforce policies only when certain criteria are met. Given the following condition section of an IAM policy statement, what does the condition likely enforce?

"Condition": {
    "StringLike": {
        "aws:UserAgent": "Mozilla/*"
    }
}

You can read more about the aws:UserAgent condition key and other keys in the AWS documentation.

Select one option from the list

Create a free account to access the full topic