Cloud Poc4
Cloud Poc4
In this (PoC), we will explore AWS S3 (Simple Storage Service) to understand its
functionality as a reliable cloud storage solution. The task involves creating an S3
bucket, uploading and downloading files, and configuring access permissions to
manage who can access the stored data. This PoC demonstrates S3's versatility in
securely storing and retrieving files, both publicly and privately. We will also set
bucket policies to control access and test public URLs for hosted files. By
completing this task, we gain hands-on experience with S3 and its key features,
such as scalability, security, and cost-efficiency.
Objective
The goal of this project is to:
Step 2 :
Click the "Create bucket" button.
Enter a unique bucket name.
Step 3 :
Leave "Block all public access" enabled for now (you can modify it later).
Step 4 :
Click "Create bucket".
Step 5 :
Open your newly created bucket from the S3 console. Click "Upload" and
then drag and drop your file(s) or use the Add files button. Click Upload
to complete.
Step 6 :
Go to the uploaded file in your bucket. Click the file name to open its details. Select
Download to save the file locally.
Step 8 :
Open your bucket and navigate to the "Permissions" tab.
Under Block public access, click Edit and uncheck "Block all public
access". Confirm by typing "confirm" and save.
Step 9 :
In the "Permissions" tab, scroll to Bucket Policy and click Edit .Replace your-
bucket-name with your actual bucket name.Save changes.
Step10:
Use the S3 bucket URL or public file URL to test access permissions.
Expected Outcome
By completing this POC, you will: