Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "RTP/Amazon"

< RTP
(New page: = Eclipse RTP Amazon Images = Eclipse RTP maintains a set of pre-configured images for Amazon EC2. These images are provides as Amazon Community AMI's (AMI: Amazon Machine Image). Thus, ...)
 
(In a Nutshell)
 
Line 5: Line 5:
 
== In a Nutshell ==
 
== In a Nutshell ==
  
* the RTP Amazon AMI's consists of an Ubuntu server installation ([http://www.ubuntu.com/ http://www.ubuntu.com/]) and a pre-installed RTP package
+
* the RTP Amazon AMI's consists of a minimal ubuntu server installation ([http://www.ubuntu.com/ http://www.ubuntu.com/]) and a pre-installed RTP package
 
* you can manage a running RTP Amazon Instance via SSH/Port 22, using the user "eclipse-rt-user" and the private SSH key that you create during the setup in the Amazon Management Console
 
* you can manage a running RTP Amazon Instance via SSH/Port 22, using the user "eclipse-rt-user" and the private SSH key that you create during the setup in the Amazon Management Console
 +
* once connected to the Amazon instance, run "eclipse-rt" to open the OSGi console
 
* the idea behind AMI packages is to provide an easy and fast way to get an Eclipse RTP instance up and running. Of course, you can still [http://www.eclipse.org/rtp/downloads/ download] your favorite RTP package and install it on the server of your choice.
 
* the idea behind AMI packages is to provide an easy and fast way to get an Eclipse RTP instance up and running. Of course, you can still [http://www.eclipse.org/rtp/downloads/ download] your favorite RTP package and install it on the server of your choice.

Latest revision as of 06:06, 11 April 2012

Eclipse RTP Amazon Images

Eclipse RTP maintains a set of pre-configured images for Amazon EC2. These images are provides as Amazon Community AMI's (AMI: Amazon Machine Image). Thus, they can be directly installed using Amazon's EC2 Management Console (see: https://console.aws.amazon.com). Please find a short screencast that demonstrates how to install a virtual rtp machine on Amazon's EC2 at http://vimeo.com/40144343.

In a Nutshell

  • the RTP Amazon AMI's consists of a minimal ubuntu server installation (http://www.ubuntu.com/) and a pre-installed RTP package
  • you can manage a running RTP Amazon Instance via SSH/Port 22, using the user "eclipse-rt-user" and the private SSH key that you create during the setup in the Amazon Management Console
  • once connected to the Amazon instance, run "eclipse-rt" to open the OSGi console
  • the idea behind AMI packages is to provide an easy and fast way to get an Eclipse RTP instance up and running. Of course, you can still download your favorite RTP package and install it on the server of your choice.

Back to the top