Today
$ aws ssm start-session \ --target i-0abc123def456 \ --document-name AWS-StartPortForwardingSessionToRemoteHost \ --parameters '{"host":["pg.eu-west-1.rds"],"portNumber":["5432"],"localPortNumber":["5432"]}' \ --profile prod --region eu-west-1 # and you have to know which of the two documents you want An error occurred (TargetNotConnected)