Alice wants to store confidential documents in private S3 bucket , but there is a requirement of serving of document with required user for only limited period of time. what will you do?!
Answers
Answered by
1
Answer:
hope this answer helps you
Explanation:
The easiest way to secure your bucket is by using the AWS Management Console.
- First select a bucket and click the Properties option within the Actions drop down box.
- Now select the Permissions tab of the Properties panel.
- Verify that there is no grant for Everyone or Authenticated Users.
Follow the principle of least privilege. Restrict access to your S3 buckets or objects by:
Writing AWS Identity and Access Management (IAM) user policies that specify the users that can access specific buckets and objects.
IAM policies provide a programmatic way to manage Amazon S3 permissions for multiple users.
Similar questions