Created attachment 228387 [details] sysutils/amazon-ssm-plugin port Add a Amazon AWS SSM Session Manager Plugin for AWSCLi. It's useful following case on native FreeBSD environemnt: aws ssm start-session --target "your instance-id" SEE ALSO: https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-install-plugin.html
Created attachment 229134 [details] sysutils/amazon-ssm-plugin port Update to 1.2.279.0. - Fix single memory reference access for parameters - Upgrade gorilla package to 1.4.2 ChangeLog: https://github.com/aws/session-manager-plugin/releases/tag/1.2.279.0
Created attachment 234301 [details] a patch for amazon-session-plugin 1.2.331.0 Update to 1.2.331.0. * Fix hung sessions caused by client resending stream data when agent becomes inactive. * Fix incorrect logs for start_publication and pause_publication messages. * Support more output message payload type. * Disable smux keep alive to use idle session timeout feature. * Fix port session premature close when local server is not connected before timeout. ChangeLog: * https://github.com/aws/session-manager-plugin/releases/tag/1.2.295.0 * https://github.com/aws/session-manager-plugin/releases/tag/1.2.312.0 * https://github.com/aws/session-manager-plugin/releases/tag/1.2.323.0 * https://github.com/aws/session-manager-plugin/releases/tag/1.2.331.0