A Rust wrapper for AWS SSM Session Manager
Usage: session-manager-wrapper [OPTIONS] --instance-id <instance id>
Options:
-i, --instance-id <instance id> Instance ID
-l, --local-port <local port> Local port
If `0` is specified, an arbitrary free port will be assigned.
-p, --remote-port <remote port> Remote port
-r, --remote-host <remote host> Remote host
Required only for port forwarding over bastion server
-h, --help Print help
-V, --version Print version
Tip
To start a session with an Amazon ECS task, use
ecs:<ECS_cluster_name>_<ECS_container_ID>_<container_runtime_ID>
as
<instance id>
.
Reference: Starting a session with an Amazon ECS task