Difference: EC2 (3 vs. 4)

Revision 42013-08-09 - geschd

Line: 1 to 1
 
META TOPICPARENT name="EmpiricalAlgorithmics"

Amazon's Elastic Compute Cloud (EC2)

Introduction

Line: 99 to 99
 
  • Finally, SSH into the instance. For example: "ssh -i .ssh/ec2DemoKey.pem ec2-user@ec2-54-213-135-73.us-west-2.compute.amazonaws.com"
  • Alternatively, right click on the instance and click "connect". If Java is enabled in your browser, you can connect using the browser SSH client
Connecting to an instance using SSH
Added:
>
>


 

Set up and run the configuration/validation pipeline

Added:
>
>
  • Now that we have connected to our instance, we can go about running something on it
  • We will run the configuration/validation pipeline which uses SMAC and ParamILS to configure Spear and Autoweka. We will run this in fast mode to see results quickly.
  • In order to do this, we will get OS updates, an updated version of ruby, download and decompress the package, and run it
  • Follow these steps:
    • sudo yum -y update
    • curl -L https://get.rvm.io | bash -s stable --ruby
    • source /home/ec2-user/.rvm/scripts/rvm
    • wget www.cs.ubc.ca/~hutter/AC_on_the_Cloud.tar.gz
    • tar xzvf AC_on_the_Cloud.tar.gz
    • cd AC_on_the_Cloud
    • ruby scripts/blackbox_evaluator.rb -f
  • It should then run and finish in a few minutes. You will notice the Autoweka runs terminated improperly. This is because micro instances have too little memory to run Autoweka
 

CLI tools

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback