Skip to content

Commit 15ba0ee

Browse files
authored
Merge pull request #142 from dcheng/master
Changes to lab LADV (some image resizing and page title + link correction)
2 parents dc4200c + 2787e79 commit 15ba0ee

File tree

5 files changed

+18
-19
lines changed

5 files changed

+18
-19
lines changed

content/design-patterns/ex1capacity/Step4.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 6
77
To view the Amazon CloudWatch metrics for your table:
88

99
1. Navigate to the DynamoDB section of the AWS management console.
10-
2. As shown in the following image, in the navigation pane, choose Tables. Choose the logfile table, and in the right pane, choose the Metrics tab
10+
2. As shown in the following image, in the navigation pane, choose Tables. Choose the logfile table, and in the right pane, choose the Monitor tab
1111

1212
![Open the CloudWatch metrics for the table](/static/images/awsnewconsole3.png)
1313

content/design-patterns/setup/Step1.en.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
2-
title: "Step 1 - Open the AWS Systems Manager Console "
2+
title: "Step 1 - Launch Visual Studio Code"
33
date: 2019-12-02T10:07:45-08:00
44
weight: 10
55
---
66

77
During the first 60 seconds, the environment will automatically update extensions and plugins. Any startup notification can be safely dismissed.
88

9-
![VS Code Setup](/static/images/common/common-vs-code-01.png)
9+
:image[VS Code Setup]{src="/static/images/common/common-vs-code-01.png" disableZoom=true width=900}
1010

1111
If a terminal is not available at the bottom left side of your screen, please open a new one like the following picture indicates.
1212

13-
![VS Code Setup](/static/images/common/common-vs-code-02.png)
13+
:image[VS Code Setup]{src="/static/images/common/common-vs-code-02.png" disableZoom=true width=900}
1414

1515
Then run the command `aws sts get-caller-identity` just to verify that your AWS credentials have been properly configured.
1616

17-
![VS Code Setup](/static/images/common/common-vs-code-03.png)
17+
:image[VS Code Setup]{src="/static/images/common/common-vs-code-03.png" disableZoom=true width=900}
1818

1919
Change your directory to use LADV and browse the content:
2020

content/design-patterns/setup/Step4.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ date: 2019-12-02T10:07:55-08:00
44
weight: 40
55
---
66

7-
On the EC2 instance, go to the workshop folder and run the ls command:
7+
On the Visual Studio Code terminal, go to the workshop folder and run the ls command:
88

99
```bash
10-
participant:~/workshop/LADV$ cd /home/participant/workshop/LADV
10+
cd /home/participant/workshop/LADV
1111
ls -l .
1212
```
1313

content/design-patterns/setup/aws-ws-event.en.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,31 @@ chapter: true
1010
1. If you are provided a one-click join link, use it and skip to step 3.
1111

1212
2. Visit [https://catalog.us-east-1.prod.workshops.aws](https://catalog.us-east-1.prod.workshops.aws). If you attended any other workshop earlier on this portal, please logout first. Click on **Get Started** on the right hand side of the window.
13-
![Workshop Studio Landing Page](/static/images/aws-ws-event1.png)
13+
14+
:image[Workshop Studio Landing Page]{src="/static/images/aws-ws-event1.png" disableZoom=true width=1000}
1415

1516
3. On the next, **Sign in** page, choose **Email One-Time Passcode (OTP)** to sign in to your workshop page.
16-
![Sign in page](/static/images/aws-ws-event2.png)
17+
18+
:image[Sign in page]{src="/static/images/aws-ws-event2.png" disableZoom=true width=500}
1719

1820
4. Provide an email address to receive a one-time passcode.
19-
![Email address input](/static/images/aws-ws-event3.png)
21+
22+
:image[Email address input]{src="/static/images/aws-ws-event3.png" disableZoom=true width=500}
2023

2124
5. Enter the passcode that you received in the provided email address, and click **Sign in**.
2225

2326
6. Next, in the textbox, enter the event access code (eg: abcd-012345-ef) that you received from the event facilitators. If you are provided a one-click join link, you will be redirected to the next step automatically.
24-
![Event access code](/static/images/aws-ws-event4.png)
27+
28+
:image[Event access code]{src="/static/images/aws-ws-event4.png" disableZoom=true width=900}
2529

2630
7. Select on **I agree with the Terms and Conditions** on the bottom of the next page and click **Join event** to continue to the event dashboard.
2731

2832
8. On the event dashboard, click on **Open AWS console** to federate into AWS Management Console in a new tab. On the same page, click **Get started** to open the workshop instructions.
29-
![Event dashboard](/static/images/common/workshop-studio-01.png)
33+
34+
:image[Event dashboard]{src="/static/images/common/workshop-studio-01.png" disableZoom=true width=900}
3035

3136
9. In addition to the AWS console you should open your Visual Studio code server, by clicking in the `VSCodeServerURL` parameter, available from the "Event Outputs" section. When prompted for a password use the value from `VSCodeServerPassword`.
3237

33-
![Event dashboard](/static/images/common/workshop-studio-02.png)
38+
:image[Event dashboard]{src="/static/images/common/workshop-studio-02.png" disableZoom=true width=700}
3439

3540
10. Continue with the steps as listed in the section :link[Launch Visual Studio Code]{href="/design-patterns/setup/step1"}.

content/hands-on-labs/setup/vscode.en.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ date: 2021-04-21T07:33:04-05:00
44
weight: 13
55
---
66

7-
In addition to the AWS console you should open your Visual Studio code server, by clicking in the `VSCodeServerURL` parameter, available from the "Event Outputs" section. When prompted for a password use the value from `VSCodeServerPassword`.
8-
9-
:image[Event dashboard]{src="/static/images/common/workshop-studio-02.png" disableZoom=true width=750}
10-
11-
Continue with the steps as listed in the section :link[Launch Visual Studio Code]{href="/hands-on-labs/setup/vscode"}.
12-
137
During the first 60 seconds, the environment will automatically update extensions and plugins. Any startup notification can be safely dismissed.
148

159
:image[VS Code Setup]{src="/static/images/common/common-vs-code-01.png" disableZoom=true width=1000}

0 commit comments

Comments
 (0)