Home › Forums › AWS › AWS Certified Solutions Architect Associate › Query on json policy › Reply To: Query on json policy
-
Hello vijayasenthil-dhandapani
For your question,
– An IAM user with this IAM policy is allowed to read objects from the ‘tutorialsdojo’ S3 bucket.
Based on the provided IAM policy, the user is only allowed to get (s3:Get*), write(s3:PutObject), and list (s3:List*) all of the objects for the ‘tutorialsdojo’ s3 bucket. Since get and list policies are *, the policy is applicable in all resources.
The s3:PutObject basically means that you can submit a PUT object request to the S3 bucket to store data.
I hope this helps.
Regards,
Gerome Pagatpatan @ Tutorials Dojo