|
1 |
| -# Seamless Deployment: From Provisioning to Runtime with IBM Cloud's Landing Zone |
| 1 | +# Seamless Deployment: From Provisioning to Runtime With the IBM Cloud VPC Landing Zone |
2 | 2 |
|
3 |
| -The introduction of IBM Cloud [Deployable Architectures](https://cloud.ibm.com/docs/secure-infrastructure-vpc?topic=secure-infrastructure-vpc-faqs) makes it easy to provision existing pre-defined architecture in no time. |
| 3 | +The introduction of IBM Cloud [deployable architectures](https://cloud.ibm.com/docs/secure-infrastructure-vpc?topic=secure-infrastructure-vpc-faqs) makes it easy to provision predefined architecture in no time. |
4 | 4 |
|
5 | 5 | ## 📖 What you will learn
|
6 | 6 |
|
7 |
| -In this hands-on lab, you will learn to: |
| 7 | +In this hands-on lab, you will learn how to work with the VPC landing zone deployable architecture to accomplish these goals. |
8 | 8 |
|
9 |
| -1. Create a customized VPC-based topology using the IBM Cloud [VPC Landing Zone Deployable Architecture](https://cloud.ibm.com/docs/secure-infrastructure-vpc?topic=secure-infrastructure-vpc-overview) |
10 |
| -2. Deploy and expose a web application on top of this secure topology. For this lab, we will use an Apache service as an example. |
11 |
| -3. Share this deployable pattern with your enterprise through an IBM Cloud Private Catalog |
| 9 | +1. Create a customized VPC-based topology from the VPC Landing Zone deployable architecture. |
| 10 | +2. Deploy and expose a web application on this secure topology. For this lab, we use an Apache service as an example. |
| 11 | +3. Share this deployable pattern with your enterprise through the IBM Cloud private catalog. |
12 | 12 |
|
13 |
| -This lab also introduces some concepts and background prior to diving onto the hands-on steps, which can help you to better get the "bigger" picture. The hands-on steps are however designed to be independent from the concepts and background information. |
| 13 | +The lab also introduces some concepts and background to help you to better get the "bigger" picture at the beginning. However, the hands-on steps are designed to be independent from the concepts and background information. |
14 | 14 |
|
15 | 15 | ## Lab structure
|
16 | 16 |
|
17 |
| -This lab is split into two distinct parts. Part 1 is designed as a stepping stone for part 2. |
| 17 | +The lab has two parts. The first part is a stepping stone to the second part. |
18 | 18 |
|
19 |
| -- [Part 1](./part1/00-objectives) takes the perspective of a Cloud Infrastructure Engineer, and shows the end-to-end steps to: |
20 |
| - 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. |
21 |
| - 2. Manually customize the deployed infrastructure in the account to: |
22 |
| - a. Provide operator access through a "jump box" VSI.\ |
23 |
| - b. Install an Apache server in one of the workload VPC that serves the web pages.\ |
24 |
| - c. Expose the web pages served by the Apache server through a public VPC load balancer. |
| 19 | +In [part 1](./part1/00-objectives), you take the perspective of a cloud infrastructure engineer: |
25 | 20 |
|
26 |
| -- [Part 2](./part2/00-objectives) takes the perspective of a DevOps/Automation Engineer, and shows how to: |
27 |
| - 1. Automate the manual steps in Part 1 |
28 |
| - 2. Package, and share the automation with other users as a **Deployable Architecture** through a private IBM Cloud Catalog. This facilitates discoverability and consumption of your automation by other users. |
| 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 | +2. Manually customize the deployed infrastructure in the account in the following ways: |
| 23 | + a. Provide operator access through a "jump box" VSI. |
| 24 | + b. Install an Apache server in one of the workload VPCs that serves the web pages. |
| 25 | + c. Expose the web pages that are served by the Apache server through a public VPC load balancer. |
29 | 26 |
|
| 27 | +In [part 2](./part2/00-objectives), you are a DevOps/automation engineer: |
| 28 | + |
| 29 | +1. Automate the manual steps in part 1. |
| 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. |
0 commit comments