diff --git a/docs/api-observability/install-guide/install-sensor/ebpf-sensor.mdx b/docs/api-observability/install-guide/install-sensor/ebpf-sensor.mdx index e18a39865..ba281c860 100644 --- a/docs/api-observability/install-guide/install-sensor/ebpf-sensor.mdx +++ b/docs/api-observability/install-guide/install-sensor/ebpf-sensor.mdx @@ -18,6 +18,7 @@ Pick a descriptive name which will be used in the subsequent step below. For exa ## iii. Follow instructions for your platform Follow instructions for your specific platform/method below: - [Install on Kubernetes](#install-on-kubernetes) +- [Install on AWS ECS using Terraform](#install-on-aws-ecs-using-terraform) - [Install on Linux host via Docker](#install-on-linux-host-via-docker) - [Install on Debian based Linux Distributions via `apt`](#install-on-debian-based-linux-via-apt) - [Install on RPM based Linux Distributions via `yum`](#sensor-yum-install) @@ -99,10 +100,9 @@ helm upgrade --set sensor.config.env= --set sensor Please proceed to the next step, if there are no errors.

------------------------------------------------------------------------ +----------------------------------------------------------------------- import BrowserOnly from '@docusaurus/BrowserOnly'; - export function DownloadMainTF() { return ( Loading...}> @@ -113,7 +113,7 @@ export function DownloadMainTF() { ); } -## Install on ECS using Terraform +## Install on AWS ECS using Terraform ### Prerequisites - Access to AWS ECS.