Skip to content

Commit

Permalink
Document how to update Agentless cloudformation and terraform versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kacembouhmadi committed Nov 19, 2024
1 parent 299bf03 commit 5c65c74
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,19 @@ If you've already [set up Cloud Security Management][3] and want to add a new AW

To uninstall Agentless Scanning, log in to your AWS console and delete the CloudFormation stack created for Agentless Scanning.

## Update the CloudFormation template version

To update the Agentless Scanning CloudFormation template:

* Log in to your AWS console, select the `DatadogIntegration-DatadogAgentlessScanning...` sub-stack and click on `Update nested stack`
* Replace existing template using the following S3 URL:
* `https://datadog-cloudformation-template-quickstart.s3.amazonaws.com/aws/<VERSION>/datadog_agentless_scanning.yaml`
* Replace `<VERSION>` in the URL above with the version found in https://github.com/DataDog/cloudformation-template/blob/master/aws_quickstart/version.txt

## Further Reading

{{< partial name="whats-next/whats-next.html" >}}

[1]: /security/cloud_security_management/agentless_scanning
[2]: /security/cloud_security_management/setup/agentless_scanning/terraform
[3]: https://app.datadoghq.com/security/configuration/csm/setup
[3]: https://app.datadoghq.com/security/configuration/csm/setup
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ Designed for new users, the quick start workflow offers an efficient setup proce

To uninstall Agentless Scanning, log in to your AWS console and delete the CloudFormation stack created for Agentless Scanning.

## Update the CloudFormation template version

To update the Agentless Scanning CloudFormation template:

* Log in to your AWS console, select the `DatadogIntegration-DatadogAgentlessScanning...` sub-stack and click on `Update nested stack`
* Replace existing template using the following S3 URL:
* `https://datadog-cloudformation-template-quickstart.s3.amazonaws.com/aws/<VERSION>/datadog_agentless_scanning.yaml`
* Replace `<VERSION>` in the URL above with the version found in https://github.com/DataDog/cloudformation-template/blob/master/aws_quickstart/version.txt

## Further Reading

{{< partial name="whats-next/whats-next.html" >}}
Expand All @@ -55,4 +64,4 @@ 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
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,16 @@ If you've already set up Cloud Security Management and want to add a new AWS acc

Follow the instructions for [Terraform][3] uninstallation.

## Update the Terraform modules version

Update the `agentless-scanner-role` and `scanning-delegate-role` modules pinned versions with the latest
release version from https://github.com/DataDog/terraform-module-datadog-agentless-scanner/releases

## Further Reading

{{< partial name="whats-next/whats-next.html" >}}

[1]: /security/cloud_security_management/agentless_scanning
[2]: /security/cloud_security_management/setup/agentless_scanning/cloudformation
[3]: https://github.com/DataDog/terraform-module-datadog-agentless-scanner/blob/main/README.md#uninstall
[4]: https://app.datadoghq.com/security/configuration/csm/setup
[4]: https://app.datadoghq.com/security/configuration/csm/setup

0 comments on commit 5c65c74

Please sign in to comment.