Skip to content

Instantly share code, notes, and snippets.

@jzbruno
Last active April 18, 2024 16:11
Show Gist options
  • Save jzbruno/a9c4b4b4b6da9f843542d1eaca4240ee to your computer and use it in GitHub Desktop.
Save jzbruno/a9c4b4b4b6da9f843542d1eaca4240ee to your computer and use it in GitHub Desktop.
interview

Exercise

TEST

  1. Connect to the Linux server running in AWS

    • Host =
    • User = ec2-user
    • Private key in this gist
  2. Download the application binary to the Linux server

  3. Run the binary app on the Linux server. This is a simple webserver that listens on port 8080 and responds with "Hello world!".

  4. From the Linux server make a request to the app running on port 8080.

  5. From your local machine make a request to the app from your web browser. What do we need to configure this to allow access from your web browser?

Reference

  • Pre-built container image jzbruno/interview:0.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment