Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions content/en/user-guide/aws/cloudformation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion content/en/user-guide/aws/ec2/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 >}}

Expand Down