EC2 [TechTrav Wiki]

Site Tools


Sidebar

unix_based.jpg

cloud:aws:ec2

This is an old revision of the document!


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.1591301435.txt.gz · Last modified: 2020/07/30 00:06 (external edit)

technology is not a panacea