What does effect , action and resource means with respect to AWS IAM policy ?
Javasearch.buggybread.com

Search Interview Questions


 More than 3000 questions in repository.
 There are more than 900 unanswered questions.
Click here and help us by providing the answer.
 Have a video suggestion.
Click Correct / Improve and please let us know.
Label / Company      Label / Company / Text

   



Interview Questions and Answers

 Q1. What does effect , action and resource means with respect to AWS IAM policy ?Amazon Web Services (AWS)
Ans. effect means whether the effect of this Policy is to allow or deny, action means the type of action ( read , write ) and service, and resource is the resource where this should apply.

For example - If we want to have a Policy of providing read access on S3 ,
effect will be "allow"
action will be "s3:GetObject"
resource will be "arn:aws:s3:::examplebucket/*"

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     aws iam  amazon iam


Related Questions

 Have you ever changed IAM policy ?
 Which IAM policy condition key should be used if you want to check whether the request was sent using SSL?
 What is Power User Access in AWS ?
 Difference between administrative and power user access ?
 What is the difference between Programmatic access and console access ?
 Does IAM allow Biometric authentication ?
 Does IAM allow multifactor authentication ?
 What does the following Policy mean

{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:PutObject",
"s3:GetObject",
"s3:DeleteObject"
],
"Resource": [
"arn:aws:s3:::dev-bucket/*",
"arn:aws:s3:::qa-bucket/*"
]
}
]
}
 What does the Policy classification "Job Function" mean ?



Help us and Others Improve. Please let us know the questions asked in any of your previous interview.

Any input from you will be highly appreciated and It will unlock the application for 10 more requests.

Company Name:
Questions Asked: