Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 17fb02f

Browse files
simonrwrominf
andauthored
CFn: document NoEcho behaviour (#1653)
Co-authored-by: Roman Inflianskas <[email protected]>
1 parent 9de736f commit 17fb02f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

content/en/user-guide/aws/cloudformation/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,13 @@ Currently, support for `UPDATE` operations on resources is limited.
150150
Prefer stack re-creation over stack update at this time.
151151
{{< /callout >}}
152152

153+
{{< callout >}}
154+
Currently, support for `NoEcho` parameters is limited.
155+
Parameters will be masked only in the `Parameters` section of responses to `DescribeStacks` and `DescribeChangeSets` requests.
156+
This might expose sensitive information.
157+
Please exercise caution when using parameters with `NoEcho`.
158+
{{< /callout >}}
159+
153160
### Intrinsic Functions
154161

155162
| Intrinsic Function | Supported | Explanation |

content/en/user-guide/aws/ec2/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Run the following command to test the Python Web Server:
172172

173173
{{< command >}}
174174
$ curl 172.17.0.4:8000
175-
# Or, you can run:
175+
# Or, you can run
176176
$ curl 127.0.0.1:29043
177177
{{< /command >}}
178178

0 commit comments

Comments
 (0)