A PS Module that can store AWS Instance IDs by a short name, and connect to hosts via SSM by just entering the short name.
- Download the repo
- Extract the contents to a folder in your PSModulePath
- Import the module with
Import-Module JumpModule
(You can use either the function name JumpModule
or the alias jump
for all of these commands)
Add an instance to the list of instances that can be connected to via SSM.
jump add ShortName i-1234567890abcdef0
Remove an instance from the list of instances that can be connected to via SSM.
jump remove ShortName
Get the instance ID of an instance by its short name.
jump list
Connect to an instance by its short name.
jump ShortName