Skip to content

Instantly share code, notes, and snippets.

@jasonbronson
Created January 30, 2016 22:11
Show Gist options
  • Save jasonbronson/18fdc29e8ae5a03af0e5 to your computer and use it in GitHub Desktop.
Save jasonbronson/18fdc29e8ae5a03af0e5 to your computer and use it in GitHub Desktop.
CrawlMonster Code
try{
$amazon = new AmazonEc2();
$result = $amazon->createEc2();
if($result){
$crawlerSpawned = true;
}
}catch(\Aws\Ec2\Exception\Ec2Exception $e){
echo "Exception Thrown. \n";
}
@jasonbronson
Copy link
Author

www.crawlmonster.com aws spawn crawler

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment