EC2 [TechTrav Wiki]

Site Tools


Sidebar

unix_based.jpg

cloud:aws:ec2

EC2

Elastic Compute Cloud is the primary “cloud” product when talking about AWS.

Important Terms

  • Instance = virtual machine
  • Reserved instance = it's a normal instance, except you're dedicating to a certain amount of usage. This can be cheaper than a standard instance which is pay-as-you-go.
  • Dedicated host = it's a physical host dedicated for you to spin up instances on.

Creating an EC2 Instance

TODO

Connecting to EC2 Instance

To connect to a Linux instance, you're going to need to have a PEM key attached. This key can be converted to other formats but the default format is PEM.

cloud/aws/ec2.txt · Last modified: 2020/07/30 00:06 by 127.0.0.1

technology is not a panacea