Skip to content

Rushikeshgithu/codetech-task1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

codetech-task1

Task 1 cloud Computing

Steps to Create and Configure an S3 Bucket

  1. Create an S3 Bucket
  2. Log in to your AWS Management Console.
  3. Navigate to S3.
  4. Click "Create bucket".
  5. Provide a unique bucket name
  6. Choose an AWS region closest to your users.
  7. Select Block Public Access settings (Keep private unless public access is required).
  8. Click Create bucket.
  9. Upload Example Files
  10. Open your bucket.
  11. Click "Upload".
  12. Add example files
  13. Click Upload.
  14. Configure Bucket Permissions Option A: Public Read-Only Bucket (If Needed) • Uncheck "Block all public access". • Add a Bucket Policy for public access: { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Principal": "", "Action": "s3:GetObject", "Resource": "arn:aws:s3:::taskbucket--001/" } ] }Verification • If public, verify by accessing https://taskbucket--001.s3.ap-south-1.amazonaws.com/Task+1.txt.

About

Task 1 cloud Computing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published