Skip to content

Commit 7532ff4

Browse files
authored
Update ECS install and upgrade instructions (#63)
In Galileo, Console now generates the Defender task definition for you
1 parent 758f013 commit 7532ff4

File tree

6 files changed

+245
-509
lines changed

6 files changed

+245
-509
lines changed

admin_guide/howto/configure_ecs_loadbalancer.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@
33
[.task]
44
== Configure an AWS Classic Load Balancer for ECS
55

6-
This guide shows you how to configure a Classic Load Balancer in AWS for Prisma Cloud Console.
6+
Configure an AWS Classic Load Balancer for accessing Prisma Cloud Console.
77
Console serves its UI and API over HTTPS on port 8083, and Defender communicates with Console over a websocket on port 8084.
88
You'll set up a single load balancer to forward requests for both port 8083 and 8084 to Console, with the load balancer checking Console's health using the _/api/v1/_ping_ endpoint on port 8083.
99

10+
For the complete install procedure for Prisma Cloud on Amazon ECS, see https://docs.twistlock.com/docs/latest/install/install_amazon_ecs.html[here].
11+
1012
[.procedure]
1113
. Log into the AWS Management Console.
1214

1315
. Go to *Services > Compute > EC2*.
1416

15-
. In the left menu, go to *LOAD BALANCING > Load Balancers*.
17+
. In the left menu, go to *Load Balancing > Load Balancers*.
1618

1719
. Create a load balancer.
1820

@@ -44,18 +46,18 @@ You'll set up a single load balancer to forward requests for both port 8083 and
4446
4547
.. Click *Next Configure Security Settings*.
4648
+
47-
* ignore the warning and click *Next: Configure Health Check*
49+
* Ignore the warning and click *Next: Configure Health Check*
4850
4951
.. Use the following health check configuration:
5052
+
5153
* *Ping Protocol*: HTTPS
5254
* *Ping Port*: 8083
5355
* *Ping Path*: /api/v1/_ping
54-
* Use default settings for *Advanced Details*
56+
* For *Advanced Details*, accept the default settings.
5557
5658
.. Click *Next: Add EC2 Instances*
5759
+
58-
* Do not select any instance
60+
* Do not select any instances.
5961
6062
.. Click *Next: Add Tags*.
6163
+
@@ -66,6 +68,4 @@ You'll set up a single load balancer to forward requests for both port 8083 and
6668
6769
.. Review your settings and select *Create*.
6870
69-
.. Review created load balancer and record its *DNS Name*
70-
+
71-
For the complete install procedure on Amazon ECS environment, follow the steps in https://docs.twistlock.com/docs/latest/install/install_amazon_ecs.html[Install Prisma Cloud on Amazon ECS].
71+
.. Review the load balancer that was created and record its *DNS Name*.

0 commit comments

Comments
 (0)