10 - AWS Running Notes
10 - AWS Running Notes
com/CL52YW830eTBob1nqVJv9x
===========
AWS Cloud
===========
================
Course Content
================
=============
Course Info
=============
Duration : 45 Days
=====================
Cloud Service Models
=====================
=============
What is AWS
============
=================
Regions & AZ's
=================
Availability Zone -> Data Center (server room) -> 102 Az's
==================
AWS Account Setup
==================
-> We can create free account in aws cloud (free tier)
======================
AWS Services Overview
======================
11) EFS : Elastic File System (share files with multiple EC2 instances)
==========================================
How to create infrastrucutre in aws cloud
==========================================
=================================
AWS S3 (Simple Storage Service)
=================================
-> We can upload & download objects (files) at any point of time using S3
-> When we create a bucket end-point url will be generated to access bucket.
-> When we upload object into bucket, every object will get its own end-point url.
Note: By default, buckets and objects are private (we can them as public).
https://ashokitbucket101.s3.ap-south-1.amazonaws.com/
SB_NG_Docker_K8S_Project_Setup.pdf
=================================
Static Website Hosting using S3
=================================
Step-2) Upload website files & folders into bucket with public read-access
index-document : index.html
error-document : error.html
Note: After enabling static website hosting it generates end-point URL for our
website