Skip to content

Just a small project to practice bash interacting with the AWS cli

Notifications You must be signed in to change notification settings

jmcmt87/bash_aws_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The run.sh script will run the other scripts, the first will check if there is a SQS queue, it will create it if it doesn't exist yet and it will purge it if it already exists, then it will send 100 messages. The second process will check how many EC2 instances are currently running and how many messages are in the queue every 15 seconds, it will then destroy or create EC2 instances depending on how many messages are in the SQS queue, the third process will delete 1 message every 6 seconds.

About

Just a small project to practice bash interacting with the AWS cli

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages