@@ -20,33 +20,33 @@ Build an origin pool and load balancer based on the following criteria:
20
20
21
21
22
22
<div class =" form-check " >
23
- <input class =" form-check-input " type =" checkbox " value =" " id =" flexCheckDefault " >
23
+ <input class =" form-check-input " type =" checkbox " value =" " id =" flexCheckDefault " checked >
24
24
<label class =" form-check-label " for =" flexCheckDefault " >
25
25
The URL for the cloud app hosted in AWS is <a href="https://aws-cloud-app.mcn-lab.f5demos.com">https://aws-cloud-app.mcn-lab.f5demos.com</a>
26
26
</label >
27
27
</div >
28
28
<div class =" form-check " >
29
- <input class =" form-check-input " type =" checkbox " value =" " id =" flexCheckDefault " >
29
+ <input class =" form-check-input " type =" checkbox " value =" " id =" flexCheckDefault " checked >
30
30
<label class =" form-check-label " for =" flexCheckCDefault " >
31
31
The cloud app is only reachable from the "student-awsnet" site.
32
32
</label >
33
33
</div >
34
34
<div class =" form-check " >
35
- <input class =" form-check-input " type =" checkbox " value =" " id =" flexCheckDefault " >
35
+ <input class =" form-check-input " type =" checkbox " value =" " id =" flexCheckDefault " checked >
36
36
<label class =" form-check-label " for =" flexCheckCDefault " >
37
37
The cloud app is TLS enabled.
38
38
</label >
39
39
</div >
40
40
<div class =" form-check " >
41
- <input class =" form-check-input " type =" checkbox " value =" " id =" flexCheckDefault " >
41
+ <input class =" form-check-input " type =" checkbox " value =" " id =" flexCheckDefault " checked >
42
42
<label class =" form-check-label " for =" flexCheckCDefault " >
43
43
Use the wildcard cert provided in the shared NS, "mcn-lab-wildcard", to enable TLS on the LB.
44
44
</label >
45
45
</div >
46
46
<div class =" form-check " >
47
- <input class =" form-check-input " type =" checkbox " value =" " id =" flexCheckDefault " >
47
+ <input class =" form-check-input " type =" checkbox " value =" " id =" flexCheckDefault " checked >
48
48
<label class =" form-check-label " for =" flexCheckCDefault " >
49
- The load balancer should only be advertised from your CE in UDF. Do not advertise this service on the Internet.
49
+ The load balancer should only be advertised from your CE in UDF. <b> Do not advertise this service on the Internet.</b>
50
50
</label >
51
51
</div >
52
52
@@ -118,19 +118,19 @@ For the second exercise, make the cloud application running in Azure available t
118
118
Create a new origin pool for the Azure cloud app. Reuse your load balancer.
119
119
120
120
<div class =" form-check " >
121
- <input class =" form-check-input " type =" checkbox " value =" " id =" flexCheckDefault " >
121
+ <input class =" form-check-input " type =" checkbox " value =" " id =" flexCheckDefault " checked >
122
122
<label class =" form-check-label " for =" flexCheckDefault " >
123
123
The URL for the cloud app hosted in Azure is <a href="https://azure-cloud-app.mcn-lab.f5demos.com">https://aws-cloud-app.mcn-lab.f5demos.com</a>
124
124
</label >
125
125
</div >
126
126
<div class =" form-check " >
127
- <input class =" form-check-input " type =" checkbox " value =" " id =" flexCheckDefault " >
127
+ <input class =" form-check-input " type =" checkbox " value =" " id =" flexCheckDefault " checked >
128
128
<label class =" form-check-label " for =" flexCheckCDefault " >
129
129
The cloud app is only reachable from the "student-azurenet" site.
130
130
</label >
131
131
</div >
132
132
<div class =" form-check " >
133
- <input class =" form-check-input " type =" checkbox " value =" " id =" flexCheckDefault " >
133
+ <input class =" form-check-input " type =" checkbox " value =" " id =" flexCheckDefault " checked >
134
134
<label class =" form-check-label " for =" flexCheckCDefault " >
135
135
The cloud app is TLS enabled.
136
136
</label >
0 commit comments