What is Amazon EC2 ?
Amazon Elastic Compute Cloud (Amazon EC2) is a web service that provides secure, resizable compute capacity in the cloud. It’s designed to simplify the process of obtaining and configuring scalable compute resources for all users.
What are the EC2 sizing & configuration options ?
Talk about EC2 User Data ?
What is an EC2 instance type and what can be said about EC2 Instance Types - Overview ?
In Amazon EC2, an instance type essentially determines the hardware of the host computer used for the instance. Each instance type offers different compute, memory, and storage capabilities and is optimized to suit different types of applications.
You can use different types of EC2 instances that are optimised for
different use cases (https://aws.amazon.com/ec2/instance-types/)
* AWS has the following naming convention:
m5.2xlarge
Which are the EC2 Instance Types ?
What is the General Purpose EC2 instance type good for?
What is the Compute Optimized EC2 instance type good for?
What is the Memory Optimized EC2 instance type good for?
What is the Storage Optimized EC2 instance type good for?
What are Security Groups ?
What else is there regarding Security Groups ?
What is a Security Groups
Diagram ?
A security group diagram would show how security groups control inbound and outbound traffic for AWS EC2 instances.
What are some good to know information about Security Groups?
What are References to Other Security Groups ?
To depict referencing other security groups, you could have lines connecting one security group to another, with labels indicating whether this connection represents inbound or outbound traffic. The connected security groups indicate that the rules in one security group are referencing the rules in the other security group.
What are some Classic Ports that is recomended to know ?
Whick are the EC2 Instances Purchasing Options ?
What do you know about EC2 On Demand ?
What do you know about EC2 Reserved Instances ?
What do you know about EC2 Savings Plans ?
What do you know about EC2 Spot Instances ?
What do you know about EC2 Dedicated Hosts ?
What do you know about EC2 Dedicated Instances ?
What do you know about EC2 Capacity Reservations ?
Which purchasing option is right for me?