14 AWS Introduction
14 AWS Introduction
AWS Cloud
===========
######################################################################
Date: 25-July-2024
Session: 01
Topic: Course Introduction
######################################################################
2) Pre-Requisites
3) Course Content
4) Course Info
5) Q & A
========
Trainer
========
===============
Pre-Requisites
===============
================================
Who can join this AWS course ?
================================
1) DevOps engineers
2) Linux Adminstrators
3) Developers
4) Non-IT background
=================
Course Content
=================
4) AWS Introduction
- AMI
- Instance Types
- Keypairs
- Security Groups
- EBS (Volumes & Snapshots)
- Load Balancers
- Auto Scaling Group
- Types of IP's
- VPC Sizing
- Subnets
- Route tables
- IGW
- NAT
- VPC Peering
- NACLs
===============
Course Details
===============
==============================
How to practice AWS concepts
==============================
=> We should create free tier account in aws cloud (no need to pay amount)
######################################################################
Date: 26-July-2024
Session: 02
Topic: What is Cloud Computing & Why
######################################################################
1) What is IT infrastructure ?
5) Cloud Providers
6) AWS Introduction
a) machines
b) network
c) power
d) storage
e) backup
f) security
a) On-Prem infrastructure
b) Cloud infrastructure
==================================
What is On-Prem Infrastructure ?
==================================
=> On-Prem means we need to purchase and we need to maintain our resources to run
our business.
==========================
What is Cloud Computing ?
===========================
=> The process of delivering IT resources over the internet on demand basis is
called as Cloud Computing.
- Pay as you go
- Less cost
- Scalability
- Availability
- Security
- Backup
================
Cloud Providers
================
=> The companies which are providing IT infrastructure based on pay as you go model
are called as Cloud Providers.
1) Amazon (AWS)
2) Microsoft (Azure)
3) Google (GCP)
4) Salesforce
5) Ali Baba
6) Digital Ocean....
=======================
Cloud Service Models
======================
1) IAAS
2) PAAS
3) SAAS
=============
What is IaaS
=============
=============
What is PaaS
=============
=> Provider will give ready made platform to run our application directley.
=================
What is SaaS
=================
-> Cloud Provider will give their application to run our business
Ex: zoom, google drive, dropbox, microsoft teams, jira ...
===========
AWS Cloud
===========
=> 190+ countries using AWS cloud services to run their businesses
33 regions
105 availability zones
========================
How to use AWS Cloud ?
========================
=> We can create free tier account in aws cloud for practice.
Note: If we use any paid service then bill be generated. AWS will not deduct bill
amount from our card.
=> AWS will send reminders for bill payment. If we don't pay bill then our AWS
account will suspended.
Note: We can request AWS support team to make bill amount as zero for 1 or 2 times.
===============
AWS Services
===============
2) S3 : Unlimited storage
######################################################################
Date: 27-July-2024
Session: 03
Topic: EC2
######################################################################
=> EC2 instance is re-sizable (we can change configuration based on demand)
=> For EC2 vm creation we will use AMI (Amazon Machine Image)
- Windows AMI
- Amazon Linux AMI
- Ubuntu AMI
- RedHAT AMI
=> To secure EC2 VM we will use Key-Pair (public key & private key)
=> To allow incoming and outgoing traffic for EC2 we will use Security Group
Note-1 : One Key Pair we can use for multiple EC2 instances
Note-2 : One Security Group (SG) we can use for multiple EC2 instances.
===========================
Lab Practicals on EC2 VM
===========================
==================================================================================
=============
Assignment
=============