0% found this document useful (0 votes)
33 views

Experiment 10 CC

The document describes how to configure an AWS S3 bucket by creating a bucket, uploading an object to the bucket, and downloading an object from the bucket. It provides step-by-step instructions for each task, including choosing a unique bucket name, selecting a region, adding files to upload, and downloading objects using different methods from the S3 console. The purpose is to demonstrate how to set up and use an S3 bucket for storage and transfer of files on AWS.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views

Experiment 10 CC

The document describes how to configure an AWS S3 bucket by creating a bucket, uploading an object to the bucket, and downloading an object from the bucket. It provides step-by-step instructions for each task, including choosing a unique bucket name, selecting a region, adding files to upload, and downloading objects using different methods from the S3 console. The purpose is to demonstrate how to set up and use an S3 bucket for storage and transfer of files on AWS.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

EN21CS301695 SARTHAK KHANDELWAL

Experiment:10

AIM: Configure AWS S3 bucket

THEORY-
Step-1 To create a bucket
1. Sign in to the AWS Management Console and open the
Amazon S3 console.
2. Choose Create bucket. The Create bucket page opens.
3. In Bucket name, enter a DNS-compliant name for your
bucket.

The bucket name must:


● Be unique across all of Amazon S3.
● Be between 3 and 63 characters long.
● Not contain uppercase characters.
● Start with a lowercase letter or number.

After you create the bucket, you can't change its name. For
information about naming buckets, see Bucket naming rules.

Important
Avoid including sensitive information, such as account numbers,
in the bucket name. The bucket name is visible in the URLs that
point to the objects in the bucket.
4. In Region, choose the AWS Region where you want the
bucket to reside.
Choose a Region that is close to you geographically to minimize
latency and costs and to address regulatory requirements.
Objects stored in a Region never leave that Region unless you
explicitly transfer them to another Region. For a list of Amazon
S3 AWS Regions, see AWS Service Endpoints in the Amazon
Web Services General Reference.
5. Keep the remaining settings set to the defaults.
6. Choose Create bucket.

Created a bucket in Amazon S3.

20
Step-2 To upload an object to a bucket

1. Open the Amazon S3 console.


2. In the Buckets list, choose the name of the
bucket that you want to upload your object to.
3. On the Objects tab for your bucket, choose Upload.
4. Under Files and folders, choose Add files.
5. Choose a file to upload, and then choose Open.
6. Choose Upload.

Successfully uploaded an object to your bucket

To download an object from an S3 bucket


1. Sign in to the AWS Management Console and open the Amazon S3
console.
2. In the Buckets list, choose the name of the bucket that you want to
download an object from.

21
3. You can download an object from an S3 bucket in any of the
following ways:

● Choose the name of the object that you want to download.


On the Overview page, select the object and from the Actions
menu choose Download or Download as if you want to download the
object to a specific folder.

● Choose the object that you want to download and then from the
Object actions menu choose Download or Download as if you want to
download the object to a specific folder.

● If you want to download a specific version of the object, choose the


name of the object that you want to download. Choose the Versions tab
and then from the Actions menu choose Download or Download as if
you want to download the object to a specific folder.

Successfully downloaded your object.

22

You might also like