You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: admin_guide/howto/configure_ecs_loadbalancer.adoc
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,18 @@
3
3
[.task]
4
4
== Configure an AWS Classic Load Balancer for ECS
5
5
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.
7
7
Console serves its UI and API over HTTPS on port 8083, and Defender communicates with Console over a websocket on port 8084.
8
8
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.
9
9
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
+
10
12
[.procedure]
11
13
. Log into the AWS Management Console.
12
14
13
15
. Go to *Services > Compute > EC2*.
14
16
15
-
. In the left menu, go to *LOAD BALANCING > Load Balancers*.
17
+
. In the left menu, go to *Load Balancing > Load Balancers*.
16
18
17
19
. Create a load balancer.
18
20
@@ -44,18 +46,18 @@ You'll set up a single load balancer to forward requests for both port 8083 and
44
46
45
47
.. Click *Next Configure Security Settings*.
46
48
+
47
-
* ignore the warning and click *Next: Configure Health Check*
49
+
* Ignore the warning and click *Next: Configure Health Check*
48
50
49
51
.. Use the following health check configuration:
50
52
+
51
53
* *Ping Protocol*: HTTPS
52
54
* *Ping Port*: 8083
53
55
* *Ping Path*: /api/v1/_ping
54
-
* Use default settings for *Advanced Details*
56
+
* For *Advanced Details*, accept the default settings.
55
57
56
58
.. Click *Next: Add EC2 Instances*
57
59
+
58
-
* Do not select any instance
60
+
* Do not select any instances.
59
61
60
62
.. Click *Next: Add Tags*.
61
63
+
@@ -66,6 +68,4 @@ You'll set up a single load balancer to forward requests for both port 8083 and
66
68
67
69
.. Review your settings and select *Create*.
68
70
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