diff options
| -rw-r--r-- | docs/cli.md | 5 | ||||
| -rw-r--r-- | docs/installation/cloud/aws.md | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/docs/cli.md b/docs/cli.md index e961c790..6d4e6fad 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -461,7 +461,7 @@ Configuration commands are flattened from the tree into \'one-liner\' commands s ``` none [edit] -vyos@vyos# set interface ethernet eth0 address 192.0.2.100/24 +vyos@vyos# set interfaces ethernet eth0 address 192.0.2.100/24 ``` ``` none @@ -524,8 +524,7 @@ Saving configuration to 'tftp://192.168.0.100/vyos-test.config.boot'... Done ``` -::: -:::: + ```{cfgcmd} exit \[discard\] Configuration mode can not be exited while uncommitted changes exist. To exit configuration mode without applying changes, the {cfgcmd}`exit discard` command must be used. diff --git a/docs/installation/cloud/aws.md b/docs/installation/cloud/aws.md index de5da3aa..9cefe369 100644 --- a/docs/installation/cloud/aws.md +++ b/docs/installation/cloud/aws.md @@ -115,7 +115,7 @@ Parameter Store. For instructions on creating a configuration, see ### CloudWatch SSM Configuration creation -Creating the Amazon Cloudwatch Agent Configuration in Amazon +Creating the Amazon CloudWatch Agent Configuration in Amazon {abbr}`SSM (Systems Manager)` Parameter Store. 1. Create an {abbr}`IAM (Identity and Access Management)` role for your |
