Ends in
00
days
00
hrs
00
mins
00
secs
SHOP NOW

PRE-BLACK FRIDAY SALE - GET 20% OFF ALL REVIEWERS

Find answers, ask questions, and connect with our
community around the world.

Home Forums AWS AWS Certified Solutions Architect Associate Query on json policy Reply To: Query on json policy

  • TutorialsDojo-Support

    Member
    August 3, 2020 at 10:22 am

    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