Skip to content

Commit

Permalink
Docs: Apply format
Browse files Browse the repository at this point in the history
  • Loading branch information
BornToBeRoot committed Jan 4, 2024
1 parent 08fdbd2 commit 93cda2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Website/docs/application/aws-session-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 11

# AWS Session Manager

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:
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:

```PowerShell
aws ssm start-session --target <INSTANCE_ID>
Expand Down
2 changes: 1 addition & 1 deletion Website/docs/application/lookup.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ A port is a logical construct that identifies a specific process to which networ

Right-click on the result to copy or export the information.

:::
:::

0 comments on commit 93cda2a

Please sign in to comment.