Skip to content

Commit 49ecb21

Browse files
updating links and images in readme guides
1 parent f896534 commit 49ecb21

23 files changed

+26
-21
lines changed

OnCloud/AWS/README.adoc

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
= Cloudera OnCloud: AutoClouderaDeploy Provisioner
2+
3+
:imagesdir: ../../images
4+
25
:toc:
36

47
Author: **Kuldeep Sahu**
@@ -25,7 +28,7 @@ Infrastructure components are important and play a vital role in achieving the g
2528
4. `Keycloak` Server
2629
5. Users
2730

28-
image::build/images/Components.png[Components,600,400]
31+
image::Components.png[Components,600,400]
2932

3033
[NOTE]
3134
====
@@ -116,17 +119,17 @@ cdp configure
116119

117120
* On the CDP Portal, click at the left bottom corner and click on Profile as shown below.
118121

119-
image::build/images/profile.png[profile, 120, 120]
122+
image::profile.png[profile, 120, 120]
120123

121-
image::build/images/profile_1.png[profile1, 370, 193]
124+
image::profile_1.png[profile1, 370, 193]
122125

123126
* Click on Generate Access Key as shown below.
124127

125-
image::build/images/gen_access_key.png[access_key, 460, 150]
128+
image::gen_access_key.png[access_key, 460, 150]
126129

127130
* Copy the values of Access Key ID and Private Key separately and keep it in a note. Or download the keys by pressing the Blue Button.
128131

129-
image::build/images/gen_access_key_1.png[access_key1, 360, 240]
132+
image::gen_access_key_1.png[access_key1, 360, 240]
130133

131134
* On your Laptop, Login to `cdp cli` as below (if not already).
132135

@@ -297,7 +300,7 @@ The private key file is automatically downloaded by your browser. The base file
297300

298301
== How To Use
299302

300-
image::build/images/HowToUse.png[HowToUse,600,400]
303+
image::HowToUse.png[HowToUse,600,400]
301304

302305
=== Step 1: Get the Docker Image
303306
The Docker image is available at Docker Hub. Once the `Docker` is installed and ready to use, pull the **cdp-public-cloud-hol-provisioner:latest** image by executing below command.
@@ -318,7 +321,7 @@ step of this section.
318321
[NOTE]
319322
====
320323
To complete this setup, you must have a registered domain on `Route53` and a corresponding `Hosted Zone` linked to it.
321-
If you are unsure about the steps or don’t have a registered domain or hosted zone set up on `AWS Route53`, refer to the guide link:https://github.com/cloudera/cloudera-partners/blob/main/ClouderaSetup/OnCloud/AWS/Route53.adoc[**here**] for detailed instructions.
324+
If you are unsure about the steps or don’t have a registered domain or hosted zone set up on `AWS Route53`, refer to the guide link:Route53.adoc[**here**] for detailed instructions.
322325
====
323326

324327
==== A):
@@ -691,7 +694,7 @@ e.g : If in the `configfile` the value of WORKSHOP_NAME is **accn-wrkshp** the o
691694

692695
This file contains details about the provisioned `Keycloak` Server and the SSO URL which will be used for participants for login. It will look similar like below
693696

694-
image::build/images/out_put_kc.png[during_process,650,300]
697+
image::out_put_kc.png[during_process,650,300]
695698

696699

697700
---
@@ -881,7 +884,7 @@ The same details can be found in `<workshop_name>.txt` file present under `userc
881884
882885
====
883886

884-
image::build/images/keycloak_login.png[keycloak_login,600,400]
887+
image::keycloak_login.png[keycloak_login,600,400]
885888

886889
[NOTE]
887890
====

OnCloud/AWS/Route53.adoc

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
= Domain registration and Hosted Zone setup in AWS Route 53
2+
:imagesdir: ../../images
3+
:toc:
24

35
== Prerequisites
46
- An AWS account with necessary permissions to manage Route 53.
@@ -59,39 +61,39 @@ Before proceeding with domain setup in Route 53, determine which of the followin
5961
== Step 1: Register a New Domain in Route 53
6062
1. Open the **AWS Management Console** and navigate to **Route 53**.
6163
+
62-
image::build/images/image_1.png[AWS Route 53 Dashboard,550,300]
64+
image::image_1.png[AWS Route 53 Dashboard,550,300]
6365
2. In the left navigation pane, click on **Registered Domains**.
6466
+
65-
image::build/images/image_2.png[Registered Domains,250,150]
67+
image::image_2.png[Registered Domains,250,150]
6668
3. Click **Register Domain**.
6769
+
68-
image::build/images/image_3.png[Register Domain,820,180]
70+
image::image_3.png[Register Domain,820,180]
6971
4. Enter the domain name you wish to register and select a top-level domain (TLD).
7072
5. Click **Check** to verify availability.
7173
+
72-
image::build/images/image_4.png[Check & Select,650,420]
74+
image::image_4.png[Check & Select,650,420]
7375
6. If available, select the domain and click **Add to cart**.
7476
+
75-
image::build/images/image_5.png[Proceed to Checkout,420,400]
77+
image::image_5.png[Proceed to Checkout,420,400]
7678
7. Complete the registration details:
7779
- Enter contact information.
7880
- Select whether to enable **privacy protection**.
7981
8. Review the details and click **Purchase and Register**.
8082
+
81-
image::build/images/image_6.png[Purchase and Register,840,340]
83+
image::image_6.png[Purchase and Register,840,340]
8284
9. Wait for the domain registration to complete (can take a few minutes to hours).
8385

8486
== Step 2: Create a Hosted Zone in Route 53
8587
1. In the Route 53 console, navigate to **Hosted Zones**.
8688
+
87-
image::build/images/image_7.png[Hosted Zones,280,200]
89+
image::image_7.png[Hosted Zones,280,200]
8890
2. Click **Create Hosted Zone**.
8991
+
90-
image::build/images/image_8.png[Create Hosted Zone,840,180]
92+
image::image_8.png[Create Hosted Zone,840,180]
9193
3. Enter your domain name in the **Domain Name** field.
9294
4. Set the **Type** to **Public Hosted Zone**.
9395
+
94-
image::build/images/image_9.png[Public Hosted Zone,840,550]
96+
image::image_9.png[Public Hosted Zone,840,550]
9597
5. Click **Create Hosted Zone**.
9698
6. Note the NS (Name Server) records displayed in the hosted zone.
9799

@@ -101,7 +103,7 @@ image::build/images/image_9.png[Public Hosted Zone,840,550]
101103
3. Locate the **Name Servers** section.
102104
4. Compare the NS records listed with those in the **Hosted Zone**.
103105
+
104-
image::build/images/image_10.png[Name Servers,800,240]
106+
image::image_10.png[Name Servers,800,240]
105107
5. If they do not match:
106108
- Click **Edit** in the domain's NS records section.
107109
- Update the Name Servers to match the ones in the Hosted Zone.
@@ -114,14 +116,14 @@ image::build/images/image_10.png[Name Servers,800,240]
114116
- **NS (Name Server) records** – Matches the domain's NS records.
115117
- **SOA (Start of Authority) record** – Default record created.
116118
+
117-
image::build/images/image_11.png[NS,SOA Record,220,130]
119+
image::image_11.png[NS,SOA Record,220,130]
118120
3. If additional records are needed (e.g., A, CNAME, TXT, MX):
119121
- Click **Create Record**.
120122
- Select the record type and enter required values.
121123
- Click on **Create Record** to confirm the creation.
122124
- Once record is created, you can see it like below in the screenshot.
123125
+
124-
image::build/images/image_12.png[NS,SOA Record,220,130]
126+
image::image_12.png[NS,SOA Record,220,130]
125127

126128
4. To test the records:
127129
- For verifying the DNS resolution and propagation, use `nslookup <domain-name>` or `dig <domain-name>` in the terminal as shown below.

images/Components.png

438 KB
Loading

images/HowToUse.png

288 KB
Loading

images/during_process.png

194 KB
Loading

images/gen_access_key.png

63.1 KB
Loading

images/gen_access_key_1.png

143 KB
Loading

images/image_1.png

51.2 KB
Loading

images/image_10.png

134 KB
Loading

images/image_11.png

164 KB
Loading

0 commit comments

Comments
 (0)