Study of AWS S3 Bucket
Presentation By-
Aditya D. (5021112)
Pramod G. (5021114)
Dheeren G. (5021115)
INTRODUCTION
Amazon Simple Storage Service (S3) is a scalable, high-speed, web-
based cloud storage service designed for data backup, storage,
and archiving.
It provides object storage through a web service interface and is
built to store and retrieve any amount of data from anywhere on the
web.
S3 Buckets are logical containers for storing objects, which consist of
data, metadata, and a unique identifier.
Commonly used for:
Hosting static websites
Storing application data (images, videos, documents)
Data lakes and big data analytics
03
FEATURES OF S3 BUCKET
Scalability Security Versioning
Keeps multiple versions of
Automatically scales to Supports server-side and
an object.
handle growing storage client-side encryption.
Useful for data recovery
needs. Fine-grained access
and rollback scenarios.
No need to worry about control using AWS IAM
capacity planning – you policies, bucket policies,
can store unlimited data. and ACLs.
05
USE CASES OF AWS S3
Static Website Media Storage & Application Data
Hosting Streaming Storage
Automatically scales to Used to store app data like
Store images, videos, and
handle growing storage logs, user uploads, and
audio files.
needs. reports.
Scalable delivery with low
No need to worry about Accessed directly from
latency using CloudFront
capacity planning – you mobile/web apps via APIs.
CDN.
can store unlimited data.
05
Name of Author of
Methodology Key FIndings
Research Paper Research Paper
Literature review and
Amazon S3 provides
analysis of Amazon S3 cloud
scalable, durable, and secure
Ms. Gitanjali S. storage architecture, and
A Study on Cloud storage.
Bhosale, usage. The paper explores
Storage Amazon It supports a wide range of
Ms. Pooja G. Amazon S3’s functionalities,
S3[1]. use cases including backup,
Bhadane including object storage,
archiving, and big data
scalability, and integration
analytics.
with AWS services.
This paper compared AWS Speed: AWS S3 significantly
S3 against traditional faster, especially for large
Efficient Data Shreyas
storage using varied data datasets.
Storage & Bhosale,
sizes, measuring key metrics Cost: AWS S3 more cost-
Retrieval using Krushna Daund,
like speed, cost-efficiency, effective (pay-as-you-go,
AWS S3 [2]. Rahul Kalambe
and reliability through less overhead).
benchmark testing.
Name of Research Author of
Methodology Key FIndings
Paper Research Paper
Region Choice Matters:
Globally, US and EU regions
We measured S3 network showed better average
Valerio Persico, performance (goodput) performance, but placing the
On the Network
Antonio using widespread client bucket geographically close
Performance of
Montieri, tests, varying factors like to users yielded the best
Amazon S3 Cloud-
Antonio location, file size, and CDN results.
Storage Service
Pescapè usage to assess user- File Size Impact: Larger files
[3].
perceived speed. generally achieve higher
throughput speeds.
Implementation
Click on Create Bucket
Search S3
Click on create bucket
Set Accessbility (Public/Private) List of all Bucket
Enter Bucket Name
enable Versioning
Uploading image in Bucket
Listing All file of Bucket
Access Aws s3 Bucket From Cli
set bucket Public
Edit Bucket Policy
Accessing File from Browser
CONCLUSION
Amazon S3 is a reliable and scalable cloud storage service widely used for various
applications.
It offers durability, security, and easy integration with other AWS services.
Literature studies highlight its effectiveness and growing adoption in cloud-based
solutions.
12
REFERENCES
Ms. Gitanjali S. Bhosale, Ms. Pooja G. Bhadane(2023).A Study on Cloud Storage
Amazon S3.
Shreyas Bhosale, Krushna Daund, Rahul Kalambe(2024).Efficient Data Storage
and Retrieval Using Amazon Web Services S3.
Valerio Persico, Antonio Montieri, Antonio Pescapè(2016).On the Network
Performance of Amazon S3 Cloud-Storage Service.
13
Thankyou!!