AMIs = OS
Instance Type = Processing Power
EBS = Local Storage
IP Adressing
Security Groups = Firewall
RAM = RAM
On Demand
Reserved
Spot Pricing
Purchasing Options
Instance Type
EBS Optimized
AMI Type (Amazone Machine Images)
5. Data Transfer
6. Region
AMIs are preconfigured instances with OS, software package and other required settings
AMI Components
Root Volume Template
Launch Permissions
Block Device Mappings
Creating an AMI instance essentially creates an image you can use to create other instances
AMI Categories
These are the hardware specs
Components
Family
Type
vCPUs
Memory Gib
Instance Storage GB
EBS-Optimised Available
Network Performance
Attached Storage
Every EC2 instance must have a root volume which might not be EBS
Default is to delete EBS root volumes when the instance is terminated. Can be changed
Additional EBS volumes can be added
Additional EBS volumes can be attached or detached at any time and is not deleted by default when the instance is terminated
Snapshots
A backup of an EBS volume from a moment in time
Not an active EBS volume and cannot be attached/detached
To restore snapshot, create a new EBS with the snapshot as a template
SGs Allow/Deny traffic from an instance level
All security groups evaluated before being allowed/denied
Default SG allows all in and out
New SG has deny all in and allow all out
All traffic denied unless there is a specific allow rule
There are no deny rules, only allow rules
Instances can be launched with or without IP addresses
Public IP required to access the internet.
Default VPC and Subnets configured so all new instances have public IP addresses