You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ESS & Serverless] Adds OrganizationUnitIDs description to agentless section of AWS CSPM guide (#6155)
* Adds OrganizationalUnitIDs field to the agentless CSPM AWS guide, edits language for the field in agent-based method
* Apply suggestions from code review
Co-authored-by: Nastasha Solomon <[email protected]>
---------
Co-authored-by: Nastasha Solomon <[email protected]>
Copy file name to clipboardExpand all lines: docs/cloud-native-security/cspm-get-started-aws.asciidoc
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,9 @@ beta::[]
43
43
. Click **Advanced options**, then select **Agentless (BETA)**.
44
44
. Next, you'll need to authenticate to AWS. Two methods are available:
45
45
.. Option 1: Direct access keys/CloudFormation (Recommended). Under **Preferred method**, select **Direct access keys**. Expand the **Steps to Generate AWS Account Credentials** section, then follow the displayed instructions to automatically create the necessary credentials using CloudFormation.
46
+
+
47
+
NOTE: If you don't want to monitor every account in your organization, specify which to monitor using the `OrganizationalUnitIDs` field that appears after you click **Launch CloudFormation**.
48
+
+
46
49
.. Option 2: Temporary keys. To authenticate using temporary keys, refer to the instructions for <<cspm-use-temp-credentials, temporary keys>>.
47
50
. Once you've selected an authentication method and provided all necessary credentials, click **Save and continue** to finish deployment. Your data should start to appear within a few minutes.
48
51
@@ -76,7 +79,7 @@ For most use cases, the simplest option is to use AWS CloudFormation to automati
76
79
. Return to your {kib} tab. Click *Save and continue* at the bottom of the page.
77
80
. Review the information, then click *Launch CloudFormation*.
78
81
. A CloudFormation template appears in a new browser tab.
79
-
. For organization-level deployments only, you must enter the ID of the organizational unit where you want to deploy into the `OrganizationalUnitIds` field in the CloudFormation template. You can find it in the AWS console under *AWS Organizations -> AWS Accounts* (it appears under the organization name).
82
+
. For organization-level deployments only, you must enter the ID of the organizational units where you want to deploy into the CloudFormation template's `OrganizationalUnitIds` field. You can find organizational unit IDs in the AWS console under *AWS Organizations -> AWS Accounts* (under each organization's name). You can also use this field to specify which accounts in your organization to monitor, and which to skip.
80
83
. (Optional) Switch to the AWS region where you want to deploy using the controls in the upper right corner.
81
84
. Tick the checkbox under *Capabilities* to authorize the creation of necessary resources.
Copy file name to clipboardExpand all lines: docs/serverless/cloud-native-security/cspm-get-started.asciidoc
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,9 @@ beta:[]
44
44
. Click **Advanced options**, then select **Agentless (BETA)**.
45
45
. Next, you'll need to authenticate to AWS. Two methods are available:
46
46
.. Option 1: Direct access keys/CloudFormation (Recommended). Under **Preferred method** select **Direct access keys**. Expand the **Steps to Generate AWS Account Credentials** section, then follow the displayed instructions to automatically create the necessary credentials using CloudFormation.
47
+
+
48
+
NOTE: If you don't want to monitor every account in your organization, specify which to monitor using the `OrganizationalUnitIDs` field that appears after you click **Launch CloudFormation**.
49
+
+
47
50
.. Option 2: Temporary keys. To authenticate using temporary keys, refer to the instructions for <<cspm-use-temp-credentials,Temporary keys>>.
48
51
. Once you've selected an authentication method and provided all necessary credentials, click **Save and continue** to finish deployment. Your data should start to appear within a few minutes.
49
52
@@ -78,7 +81,7 @@ For most use cases, the simplest option is to use AWS CloudFormation to automati
78
81
. Return to your {kib} tab. Click **Save and continue** at the bottom of the page.
79
82
. Review the information, then click **Launch CloudFormation**.
80
83
. A CloudFormation template appears in a new browser tab.
81
-
. For organization-level deployments only, you must enter the ID of the organizational unit where you want to deploy into the `OrganizationalUnitIds` field in the CloudFormation template. You can find it in the AWS console under **AWS Organizations → AWS Accounts** (it appears under the organization name).
84
+
. For organization-level deployments only, you must enter the ID of the organizational units where you want to deploy into the CloudFormation template's `OrganizationalUnitIds` field. You can find organizational unit IDs in the AWS console under *AWS Organizations -> AWS Accounts* (under each organization's name). You can also use this field to specify which accounts in your organization to monitor, and which to skip.
82
85
. (Optional) Switch to the AWS region where you want to deploy using the controls in the upper right corner.
83
86
. Tick the checkbox under **Capabilities** to authorize the creation of necessary resources.
0 commit comments