AWS, JavaScript, React - Deploy Web Apps on the Cloud
 - IAM Custom Policies

AWS, JavaScript, React - Deploy Web Apps on the Cloud - IAM Custom Policies

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial covers creating a custom resource-based policy using JSON. It includes objectives such as creating a new user named Sam, assigning a custom inline policy, and granting permissions for GET and PUT requests to S3 buckets. The policy is effective from April 13th, 2021, to June 6th, 2021. A detailed breakdown of the policy is provided, explaining the effect, actions, and conditions. The tutorial also highlights the complexity of JSON policies and offers resources for further exploration.

Read more

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main objective of the lesson regarding the user named Sam?

To remove Sam's access to all resources.

To create a new user named Sam with admin rights.

To assign Sam a custom inline policy for S3 access.

To teach Sam how to create JSON policies.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What actions is Sam allowed to perform on S3 buckets according to the policy?

LIST and COPY requests

POST and DELETE requests

GET and PUT requests

DELETE and LIST requests

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the '*' symbol represent in the JSON policy?

A conditional resource

All resources

A specific resource

No resources

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What condition is specified in the JSON policy regarding access dates?

Access is allowed between January 1st, 2021 and December 31st, 2021.

Access is allowed only on weekends.

Access is allowed only during business hours.

Access is allowed between April 13th, 2021 and June 30th, 2021.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where can you find more examples of JSON policies?

In the AWS billing section

In the AWS documentation

In the JSON policy handbook

In the S3 user guide