diff --git a/release-notes/elastic-cloud-serverless/known-issues.md b/release-notes/elastic-cloud-serverless/known-issues.md
index 39ba4d8255..6de832f4da 100644
--- a/release-notes/elastic-cloud-serverless/known-issues.md
+++ b/release-notes/elastic-cloud-serverless/known-issues.md
@@ -16,6 +16,17 @@ Known issues are significant defects or limitations that may impact your impleme
## Active
+:::{dropdown} Deploying integrations using AWS CloudFormation doesn't work
+New deployments of integrations that collect data from cloud service providers, such as Asset Discovery and Cloud Security Posture Management, do not work when deployed to AWS using agent-based deployment and the AWS CloudFormation deployment option. The problem results from a malformed CloudFormation parameter: `ElasticAgentVersion`. The default value for `ElasticAgentVersion` has a space instead of a `+`. This produces an invalid agent version value.
+
+For more information, check [#14627](https://github.com/elastic/kibana/pull/242365).
+
+
+**Workaround**
+
+To work around this issue, update the default CloudFormation template by replacing the space in the `ElasticAgentVersion` parameter with a `+`.
+
+:::
::::{dropdown} Alerts aren't generated for rules with alert flapping off and an alert delay higher than 1
diff --git a/release-notes/elastic-security/known-issues.md b/release-notes/elastic-security/known-issues.md
index 36bdb09cad..5026b1382c 100644
--- a/release-notes/elastic-security/known-issues.md
+++ b/release-notes/elastic-security/known-issues.md
@@ -16,6 +16,25 @@ Known issues are significant defects or limitations that may impact your impleme
% :::
+:::{dropdown} Deploying integrations using AWS CloudFormation doesn't work
+Applies to: 9.2.0 and 9.2.1
+
+**Impact**
+New deployments of integrations that collect data from cloud service providers, such as Asset Discovery and Cloud Security Posture Management, do not work when deployed to AWS using agent-based deployment and the AWS CloudFormation deployment option. The problem results from a malformed CloudFormation parameter: `ElasticAgentVersion`. The default value for `ElasticAgentVersion` has a space instead of a `+`. This produces an invalid agent version value.
+
+For more information, check [#14627](https://github.com/elastic/kibana/pull/242365).
+
+
+**Workaround**
+
+To work around this issue, update the default CloudFormation template by replacing the space in the `ElasticAgentVersion` parameter with a `+`.
+
+**Resolved**
+
+Resolved in {{stack}} 9.2.2.
+
+:::
+
:::{dropdown} Entity store transform is unavailable
Applies to: 9.2.0