Skip to content

Commit

Permalink
Add docs section for ECS EC2 monitoring (elastic#22784) (elastic#22822)
Browse files Browse the repository at this point in the history
(cherry picked from commit e390658)
  • Loading branch information
ChrsMark authored Dec 1, 2020
1 parent 552c68f commit 1814302
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions metricbeat/docs/modules/awsfargate.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,17 @@ be managed: ECS EC2 and ECS Fargate.
ECS EC2 launches containers that run on EC2 instances. Users have to manage EC2
instances. Pricing depends on the number of EC2 instances running.

One can monitor these containers by deploying Metricbeat on the corresponding EC2 instances with the
Metricbeat Docker module enabled.

In order to achieve this one will need:
--
. to ensure access to these EC2 instances using ssh keys
coupled with EC2 instances (attach ssh keys on cluster creation using `Key pair` option)
. to enable shh access for the instances with the
proper https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/authorizing-access-to-an-instance.html[inbound rules].
--

* *ECS Fargate*

ECS Fargate removes the responsibility of provisioning, configuring, and
Expand Down
11 changes: 11 additions & 0 deletions x-pack/metricbeat/module/awsfargate/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@ be managed: ECS EC2 and ECS Fargate.
ECS EC2 launches containers that run on EC2 instances. Users have to manage EC2
instances. Pricing depends on the number of EC2 instances running.

One can monitor these containers by deploying Metricbeat on the corresponding EC2 instances with the
Metricbeat Docker module enabled.

In order to achieve this one will need:
--
. to ensure access to these EC2 instances using ssh keys
coupled with EC2 instances (attach ssh keys on cluster creation using `Key pair` option)
. to enable shh access for the instances with the
proper https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/authorizing-access-to-an-instance.html[inbound rules].
--

* *ECS Fargate*

ECS Fargate removes the responsibility of provisioning, configuring, and
Expand Down

0 comments on commit 1814302

Please sign in to comment.