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: docs/README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -14,17 +14,17 @@ The lab also introduces some concepts and background to help you to better get t
14
14
15
15
## Lab structure
16
16
17
-
The lab has two parts. The first part is a stepping stone to the second part.
17
+
Two labs are available. The two labs are independent. However, the first lab is a stepping stone in term of knowledge to the second lab.
18
18
19
-
In [part 1](./part1/00-objectives), you take the perspective of a cloud infrastructure engineer:
19
+
In [Lab 1](./part1/00-objectives), you take the perspective of a cloud infrastructure engineer:
20
20
21
21
1. Use the [Landing Zone Deployable Architecture](https://cloud.ibm.com/docs/secure-infrastructure-vpc?topic=secure-infrastructure-vpc-overview) to automatically deploy a secure VPC-based topology in an IBM Cloud account.
22
22
2. Manually customize the deployed infrastructure in the account in the following ways:
23
23
a. Provide operator access through a "jump box" VSI.
24
24
b. Install an Apache server in one of the workload VPCs that serves the web pages.
25
25
c. Expose the web pages that are served by the Apache server through a public VPC load balancer.
26
26
27
-
In [part 2](./part2/00-objectives), you are a DevOps/automation engineer:
27
+
In [Lab 2](./part2/00-objectives), you are a DevOps/automation engineer:
28
28
29
-
1. Automate the manual steps in part 1.
29
+
1. Automate all the manual steps in lab 1.
30
30
2. Package, and share the automation with other users as a **Deployable architecture** through a private IBM Cloud catalog. This packaging in a private catalog helps specific users to find and consume your automation.
Copy file name to clipboardExpand all lines: docs/part1/00-objectives.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Part 1: End-to-end deployment of a sample web application on a secure VPC topology
1
+
# Lab 1: End-to-end deployment of a sample web application on a secure VPC topology
2
2
3
-
In part 1, you provision a secure VPC-based topology that is aligned with the **VSI on VPC landing zone** deployable architecture, as shown in the following diagram.
3
+
In lab 1, you provision a secure VPC-based topology that is aligned with the **VSI on VPC landing zone** deployable architecture, as shown in the following diagram.
# Part 2: Automating deployment, and sharing through a private IBM Cloud Catalog
1
+
# Lab 2: Automating deployment, and sharing through a private IBM Cloud Catalog
2
2
3
-
Part 1 of the lab shows how you can leverage existing landing-zone automation to deploy most of the topology, and then customize and deploy on top of that infrastructure.
3
+
Lab 1 shows how you can leverage existing landing-zone automation to deploy most of the topology, and then customize and deploy on top of that infrastructure.
4
4
5
5
The purpose of part 2 is to show of the manual steps in part 1 can be fully automated. Part 2 will also show how the fully automated custom solution can be shared with other users in your enterprise through the [IBM Cloud Catalog](https://cloud.ibm.com/catalog).
0 commit comments