Skip to content

Commit

Permalink
Merge pull request #4873 from gsanchezgavier/patch-11
Browse files Browse the repository at this point in the history
feat: add graviton note to nri-ecs deployment
  • Loading branch information
x8a committed Nov 12, 2021
2 parents a5f2261 + f71f3ba commit 7abdbe4
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ One [install option](#install-overview) is using AWS CloudFormation. We provide
```
curl -O https://download.newrelic.com/infrastructure_agent/integrations/ecs/newrelic-infra-ecs-fargate-example-latest.json
```

<Callout variant="tip">
For Graviton, replace `"cpuArchitecture": "X86_64"` with `"cpuArchitecture": "ARM64"`.
</Callout>

2. Add the `newrelic-infra` container in this task definition as a sidecar to the task definitions you want to monitor. In this example task, your application's containers replace the placeholder `busybox` container.
</Collapser>
</CollapserGroup>
Expand Down Expand Up @@ -136,6 +141,11 @@ One [install option](#install-overview) is using our install script. To use the
```
curl -O https://download.newrelic.com/infrastructure_agent/integrations/ecs/newrelic-infra-ecs-fargate-example-latest.json
```

<Callout variant="tip">
For Graviton, replace `"cpuArchitecture": "X86_64"` with `"cpuArchitecture": "ARM64"`.
</Callout>

* Add the single container in this task definition as a sidecar to the task definitions you want monitored.

Next steps:
Expand Down Expand Up @@ -249,6 +259,11 @@ One [install option](#install-overview) is to manually do the steps that are don
```
curl -O https://download.newrelic.com/infrastructure_agent/integrations/ecs/newrelic-infra-ecs-fargate-example-latest.json
```

<Callout variant="tip">
For Graviton, replace `"cpuArchitecture": "X86_64"` with `"cpuArchitecture": "ARM64"`.
</Callout>

2. Add the `newrelic-infra` container in this task definition as a sidecar to the task definitions you want to monitor. In this example task, your application's containers replace the placeholder `busybox` container.
</Collapser>
</CollapserGroup>
Expand Down

0 comments on commit 7abdbe4

Please sign in to comment.