Create Amazon Linux on AWS EC2 and log in.
Log in to AWS, Service> EC2> Launch Instance
Click "Select" with Amazon Linux 2 as 64bit (x86)
Keep the default and click "Confirm and Create"
An instance will be created, so check the IP of "Public IPv4 Address".
Ssh connection with software such as Mac terminal or TeraTerm for Windows.
ssh -i testkey.pem ec2-user @ [IP address]
Login with.
Recommended Posts