diff --git a/content/en/user-guide/aws/cloudformation/index.md b/content/en/user-guide/aws/cloudformation/index.md index 3141cedf94..8bbef9b76f 100644 --- a/content/en/user-guide/aws/cloudformation/index.md +++ b/content/en/user-guide/aws/cloudformation/index.md @@ -150,6 +150,13 @@ Currently, support for `UPDATE` operations on resources is limited. Prefer stack re-creation over stack update at this time. {{< /callout >}} +{{< callout >}} +Currently, support for `NoEcho` parameters is limited. +Parameters will be masked only in the `Parameters` section of responses to `DescribeStacks` and `DescribeChangeSets` requests. +This might expose sensitive information. +Please exercise caution when using parameters with `NoEcho`. +{{< /callout >}} + ### Intrinsic Functions | Intrinsic Function | Supported | Explanation | diff --git a/content/en/user-guide/aws/ec2/index.md b/content/en/user-guide/aws/ec2/index.md index 545d589989..d07992f496 100644 --- a/content/en/user-guide/aws/ec2/index.md +++ b/content/en/user-guide/aws/ec2/index.md @@ -172,7 +172,7 @@ Run the following command to test the Python Web Server: {{< command >}} $ curl 172.17.0.4:8000 -# Or, you can run: +# Or, you can run $ curl 127.0.0.1:29043 {{< /command >}}