Solving Problems with O11y Cloud

Connect to EC2 Instance

5 minutes

Connect to your EC2 Instance

We’ve prepared an Ubuntu Linux instance in AWS/EC2 for each attendee. Using the IP address and password provided by your instructor, connect to your EC2 instance using one of the methods below:

Editing Files

We’ll use vi to edit files during the workshop. Here’s a quick primer.

To open a file for editing:

bash
vi <filename> 

See An introduction to the vi editor for a comprehensive introduction to vi.

If you’d prefer using another editor, you can use nano instead:

bash
nano <filename> 
Last Modified ·