Skip to content

Commit

Permalink
Changes on launch type names
Browse files Browse the repository at this point in the history
  • Loading branch information
mangulonr committed Feb 16, 2022
1 parent 95da5e7 commit e1a10ff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ One [install option](#install-overview) is using AWS CloudFormation. We provide

<Collapser
id="external-cloudformation"
title="ECS Anywhere launch type"
title="External (ECS Anywhere) launch type"
>
Additional steps for External (ECS Anywhere) launch type:

Expand Down Expand Up @@ -288,5 +288,5 @@ When you install the ECS integration using default/recommended values, it does t
* Registers the `newrelic-infra` ECS task definition for EC2 and External (ECS Anywhere) launch types.
* For EC2 [launch type](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html), this is also done:
* Creates the service `newrelic-infra` for the registered task using a [daemon scheduling](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs_services.html) strategy and EC2 launch type.
* For ECS Anywhere [launch type](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html), this is also done:
* For External (ECS Anywhere) [launch type](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html), this is also done:
* Creates the service `newrelic-infra-external` for the registered task using a [daemon scheduling](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs_services.html) strategy and EXTERNAL launch type.

0 comments on commit e1a10ff

Please sign in to comment.