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

AWS Training Notes 30-May

The document discusses various AWS services including EC2 instance types, EBS storage types, AMIs, and server types. It provides details on the different EC2 instance families and their uses. It describes the 5 types of EBS storage blocks and their characteristics like IOPS limits and throughput speeds. It also outlines the 3 sources for AMIs and defines the 3 main server types: on-demand, reserved, and spot instances. Spot instances are available at major discounts but can be terminated by AWS at any time.

Uploaded by

nirav savani
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views

AWS Training Notes 30-May

The document discusses various AWS services including EC2 instance types, EBS storage types, AMIs, and server types. It provides details on the different EC2 instance families and their uses. It describes the 5 types of EBS storage blocks and their characteristics like IOPS limits and throughput speeds. It also outlines the 3 sources for AMIs and defines the 3 main server types: on-demand, reserved, and spot instances. Spot instances are available at major discounts but can be terminated by AWS at any time.

Uploaded by

nirav savani
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Second Session

DATE: 30/May/2020
Topic 1: ​EC2 - Elastic Compute Cloud 
- It have different types of instance
1. Micro
2. Small
3. Medium
4. Large
5. ETC.
- Instance Family
1. T -Family (For Development & QA)
2. M - Family (For General Purpose)
3. R - Family (RAM Optimization)
4. C - Family (CPU optimization)
5. I - Family (IPOS)
6. G - Family (Graphical Purpose)

Topic 2:​ EBS - Elastic Block Storage 


- Block Storage means you can do partition
- 5 Types of Block storage
1. Magnetic
2. General Purpose SSD
3. Provisional IOPS SSD (IOPS - i​nput/output operations per second)
4. Throughput HDD
5. Cold HDD
- Magnetic use for normal storage and it’s like our normal hard drive
- General Purpose SSD for regular use
1. 1 GB = 3 IOPS
2. If you take 2 GB then you will get 6 IOPS
3. If no use of IOPS then it credit in account but max 10000 IOPS can credit
4. AWS burst limit is 3000 IOPS (means if you have 10000 IOPS credit and want to
write 9000 IOPS then it will take 3 seconds)
- Provisional SSD IOPS use for those users who want less storage but read/write
operation run frequently.
1. Means in General Purpose SSD users get 3 IOPS per 1 GB and in Provisional
SSD provide 50 IOPS per 1 GB.
2. User can set IOPS per GB like 100 or 500 IOPS
3. It also have limit like per 1 GB users can set max 2500 IOPS
4. Root device or OS partition use this kind of SSD
- Throughput Optimized HDD have 40 MBPS read/write speed
- Cold HDD have 6 MBPS read/write speed
- Throughput HDD & Cold HDD mostly use for streaming video kind of things
Topic 3: ​AMI - ​Amazon Machine Image 
1. Community - All type OS server
2. AWS Marketplace
3. MYAMI

- Community have OS and server configuration


- Marketplace have additional software which you want for your server
- MYAMI for my custom image

Topic 4: ​Server Type 


1. On Demand Server
2. Reserve Server
3. SPOT Server

Topic 5:​ On Demand Server 


1. You can start your server whenever you want and pay as per you go

Topic 6:​ Reserve Server 


1. Reserver server for fix time then you will get discount
- No upfront
- Partial upfront
- Full upfront
2. Schedule reserver, it means you reserver server fix time in a day

Topic 7:​ SPOT Server 


1. SPOT server available with major discount
2. But Amazon can terminate server at any time (means if any user request for On
Demand)
3. SPOT server means most of user take On demand server but still amazon have
few server that can available as SPOT server

You might also like