Elastic Compute Cloud (EC2)
Elastic Compute Cloud (EC2) is a service help a user create a virtual machine in Cloud. Some people call that by VPS.
AWS Free Tier provides 720 hours run t2.micro to run Windows or Linux operation system instance.
AMI: Amazon Machine Images (AMI) is a snapshot of the operating system. We use AMI to create an instance. One AMI can have many instances.
EBS: Amazon Elastic Block Store is a volume to store data and OS. Look like an SSD or HDD in your laptop.
https://aws.amazon.com/premiumsupport/knowledge-center/launch-instance-custom-ami/
Security Group is a firewall at the instance level.
Inbound: Traffic rule from outside to instance. (Default not allow all)
Outbound: Traffic rule from instance to outside. (Default allow all)
Public IP address:
Private IP address:
NAT Instance:
NAT Gateway: