Created
January 30, 2016 22:11
-
-
Save jasonbronson/18fdc29e8ae5a03af0e5 to your computer and use it in GitHub Desktop.
CrawlMonster Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
try{ | |
$amazon = new AmazonEc2(); | |
$result = $amazon->createEc2(); | |
if($result){ | |
$crawlerSpawned = true; | |
} | |
}catch(\Aws\Ec2\Exception\Ec2Exception $e){ | |
echo "Exception Thrown. \n"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
www.crawlmonster.com aws spawn crawler