Skip to content

Java application that spins up an AWS EC2 instance with a userdata script and then terminates it

Notifications You must be signed in to change notification settings

clintonbosch/awsVoter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This application allows you to auto-post to a certain website where you need to do http requests to the site originating from different IP addresses.

It does this by spinning up an AWS EC2 instance and passing through a user-data script (which is executed as a bash script when the VM is started. After executing the script, the VP is shut down and ultimately terminated. The application then sleeps for a configurable amount of time (in minutes) before repeating the process.

Getting started:

  • Copy config.properties.sample to config.properties and change the properties to your particular properties
  • run mvn package
  • run java -jar target/awsVoter-1.0-SNAPSHOT-jar-with-dependencies.jar

Have fun...

About

Java application that spins up an AWS EC2 instance with a userdata script and then terminates it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages