Skip to content

Allows execution of an arbitrary command across a list of instance IDs using AWS SSM

Notifications You must be signed in to change notification settings

pixelcat/ssm-execute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssm-execute

Introduction

This app allows users to execute concurrent commands across a fleet of AWS EC2 Instances.

Prerequisites

You will need the following installed:

  • Java 14
  • Apache Maven

Building

git clone [email protected]:pixelcat/ssm-execute.git
cd ssm-execute
mvn clean install

Running

java -jar target/ssm-execute-1.0-SNAPSHOT.jar <instanceIdList> <command>

In the above example:

Variable Description
instanceIdList A list of ec2 instance IDs (e.g. i-01234567890abcde) separated by commas, no spaces
command A command to execute across the instance IDs.

About

Allows execution of an arbitrary command across a list of instance IDs using AWS SSM

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages