Major Project PPT 11
Major Project PPT 11
ADHOC NETWORK-TECH
COMPANY, VIZAG
ADITYA DEGREE COLLEGE, RAMNAGAR
LONG TERM INTERNSHIP
BAYANA YAMINI
HOST A STATIC WEBSITE
USING AWS S3
AGENDA
Title
Introduction
Algorithm
Process
Conclusion
HOST A STATIC WEBSITE USING AWS S3
INTRODUCTION:- To host a static website using
AWS S3, you will leverage S3's object storage
capabilities to store your website's HTML, CSS,
and JavaScript files, and configure S3 to serve
them directly to your users over the internet.
What is S3?
Amazon S3 (Simple Storage Service) is a
powerful, scalable object storage service within
Amazon Web Services (AWS).
Static Website:-
A website composed primarily of HTML, CSS, and
JavaScript files, where content is not dynamically
generated from a database.
Why S3?
S3 is an ideal choice for hosting static websites
due to its durability, scalability, and cost-
effectiveness.
CHARACTERISTIC
Scalability and Durability:-
S3 is designed for high scalability and durability,
ensuring your website is accessible even with
fluctuating traffic and provides data protection with
99.999999999% durability.
Cost-Effectiveness:-
S3 offers a pay-as-you-go pricing model, so you only
pay for the storage and data transfer you actually
use.
Simplicity:-
The process of setting up website hosting is
straightforward, primarily involving creating a
bucket, enabling website hosting, and uploading
your static files.
No Servers Required:-
You don't need to manage web servers or operating
systems, reducing operational overhead.
ALGORITHM
Step 1:-Create an S3 Bucket
Step 2:-Configure Static Website Hosting
Step 3 :- Upload Your Website Files
Step 4 :-Set Permissions for Public Access
Step5:- Configure CloudFront for Distribution:
Step 6:- Connect a Custom Domain (using
Route53)
STEPS TO CREATE HOST A STATIC WEBSITE USING AWS S3
Step 1:- Login into the AWS console and search for S3 and click on
it.
Step 6:- Click on the bucket that you have created recently
Step 7:- Download an image from chrome and save it in
your pc and then click on upload
Step 8:- Click on add files and select on the file to upload it
Step 9:- Click on the uploaded file
• Cost-effective:-
• You only pay for the storage an data transfer you use, rather
that the cost of running and maintaining servers.
• Scalable:-
• Easily handle increased traffic and demand with S3’s ability to
scale on-demand.
• High Availability:-
• S3 is designed to provide high availability and
durability ,ensuring your website remains accessible even if
infrastructure issues occur.
THANK YOU