-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document how to update Agentless CloudFormation and Terraform versions (
#26353) * Document how to update Agentless cloudformation and terraform versions * Apply suggestions from code review Co-authored-by: Moez Ezzeddine <[email protected]> * Apply suggestions from code review Co-authored-by: Moez Ezzeddine <[email protected]> * Improve the CloudFormation documentation * Improve CFN doc Co-authored-by: Janine Chan <[email protected]> --------- Co-authored-by: Moez Ezzeddine <[email protected]> Co-authored-by: Janine Chan <[email protected]>
- Loading branch information
1 parent
81fb783
commit 3ff5d8a
Showing
3 changed files
with
29 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,6 +33,15 @@ Designed for new users, the quick start workflow offers an efficient setup proce | |
|
||
{{% csm-agentless-exclude-resources %}} | ||
|
||
## Update the CloudFormation stack | ||
|
||
Datadog recommends updating the CloudFormation stack regularly, so you can get access to new features and bug fixes as they get released. To do so, follow these steps: | ||
1. Log in to your AWS console and go to the CloudFormation Stacks page. | ||
2. Select the **DatadogIntegration-DatadogAgentlessScanning-...** CloudFormation sub-stack, click **Update**, then click **Update nested stack**. | ||
3. Click **Replace existing template**. | ||
4. In the following S3 URL: `https://datadog-cloudformation-template-quickstart.s3.amazonaws.com/aws/<VERSION>/datadog_agentless_scanning.yaml`, replace `<VERSION>` with the version found in [aws_quickstart/version.txt][11]. Paste that URL into the **Amazon S3 URL** field. | ||
5. Click **Next** to advance through the next several pages without modifying them, then submit the form. | ||
|
||
## Disable Agentless Scanning | ||
|
||
1. On the [Cloud Security Management Setup][10] page, click **Cloud Integrations** > **AWS**. | ||
|
@@ -55,4 +64,5 @@ To uninstall Agentless Scanning, log in to your AWS console and delete the Cloud | |
[7]: mailto:[email protected] | ||
[8]: mailto:[email protected] | ||
[9]: https://github.com/DataDog/terraform-module-datadog-agentless-scanner/blob/main/README.md#uninstall | ||
[10]: https://app.datadoghq.com/security/configuration/csm/setup | ||
[10]: https://app.datadoghq.com/security/configuration/csm/setup | ||
[11]: https://github.com/DataDog/cloudformation-template/blob/master/aws_quickstart/version.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters