Skip to content

Commit ea2f47a

Browse files
committed
Docs: SNMP added
1 parent 81d272f commit ea2f47a

3 files changed

Lines changed: 429 additions & 1 deletion

File tree

Website/docs/application/aws-session-manager.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ sidebar_position: 11
44

55
# AWS Session Manager
66

7-
With **AWS** (Systems Manager) **Session Manager**, you can connect to and manage an EC2 instance without opening inbound ports, running a bastion host, or managing SSH keys. The integration of AWS Session Manager with NETworkManger supports tabs and profiles for hosts. The connection can be established via a profile (double-click, Enter key or right-click `Connect`) or directly via the [connection](#connect) dialog. You can also synchronize your EC2 instances from AWS. To connect to the instances a PowerShell console is used with the AWS CLI and the AWS Session Manager plugin. The connection to the instances is established via the following command: `aws ssm start-session --target <INSTANCE_ID>`
7+
With **AWS** (Systems Manager) **Session Manager**, you can connect to and manage an EC2 instance without opening inbound ports, running a bastion host, or managing SSH keys. The integration of AWS Session Manager with NETworkManger supports tabs and profiles for hosts. The connection can be established via a profile (double-click, Enter key or right-click `Connect`) or directly via the [connection](#connect) dialog. You can also synchronize your EC2 instances from AWS. To connect to the instances a PowerShell console is used with the AWS CLI and the AWS Session Manager plugin. The connection to the instances is established via the following command:
8+
9+
```PowerShell
10+
aws ssm start-session --target <INSTANCE_ID>
11+
```
812

913
:::note
1014

44.7 KB
Loading

0 commit comments

Comments
 (0)