From 21f66d1f7745ba852af662837b588ed29f288142 Mon Sep 17 00:00:00 2001 From: Sohit Date: Fri, 16 Feb 2024 12:32:28 +0530 Subject: [PATCH] Add link to AWS ECS installation --- .../install-guide/install-sensor/ebpf-sensor.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.