Skip to content

Commit

Permalink
Merge pull request #199 from levoai/ssg/fix/ebpf-sensor-terraform
Browse files Browse the repository at this point in the history
Add link to AWS ECS installation
  • Loading branch information
sohitgore authored Feb 16, 2024
2 parents 0db298a + 21f66d1 commit 64e7059
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -99,10 +100,9 @@ helm upgrade --set sensor.config.env=<your-application-environment> --set sensor
Please proceed to the next step, if there are no errors.

<br></br>
-----------------------------------------------------------------------

-----------------------------------------------------------------------
import BrowserOnly from '@docusaurus/BrowserOnly';

export function DownloadMainTF() {
return (
<BrowserOnly fallback={<div>Loading...</div>}>
Expand All @@ -113,7 +113,7 @@ export function DownloadMainTF() {
);
}

## Install on ECS using Terraform
## Install on AWS ECS using Terraform

### Prerequisites
- Access to AWS ECS.
Expand Down

0 comments on commit 64e7059

Please sign in to comment.