EBC EC2

From eLinux.org
Revision as of 12:26, 13 September 2014 by Yoder (talk | contribs)
Jump to: navigation, search

thumb‎ Embedded Linux Class by Mark A. Yoder


Here's how to compile a kernel on Amazon Elastic Compute Cloud (Amazon EC2). EC2 is a web service that provides resizable compute capacity in the cloud.

  • Go to Amazon Web Services (AWS) and create an account. You get tier 1 services for free for one year
  • Go to AWS Management page and click EC2
  • Click Launch Instance
  • Check Free tier only
  • Click Select on the first Ubuntu image
  • The free tier eligible instance will be selected. Click Review and Launch
  • Click Edit security groups
  • Under Source select My IP
  • Click Add Rule
  • Select Type: SSH, Source: Custom IP and enter 137.112.0.0/16, which will allow you to connect from campus.
  • Click Review and Launch





thumb‎ Embedded Linux Class by Mark A. Yoder