This is a simple example command line client that creates a lamp server and everything you need to do that in EC2
Ensure you have maven 3.02 or higher installed, then execute 'mvn install' to build the sample.
Invoke the jar, passing your aws credentials and the name you wish to create or destroy
The create command will create a keypair, security group, and an instance. It also blocks until the web server is running.
java -jar target/ec2-createlamp-jar-with-dependencies.jar accesskey secretkey create adrianalmighty
The destroy command will clear up the instance, key, and security group.
java -jar target/ec2-createlamp-jar-with-dependencies.jar accesskey secretkey destroy adrianalmighty
Copyright (C) 2009-2014 The Apache Software Foundation
Licensed under the Apache License, Version 2.0