From 2787e7971b5d38c5c44334176e96cd14be563033 Mon Sep 17 00:00:00 2001 From: Diana Date: Tue, 4 Nov 2025 14:15:08 +0100 Subject: [PATCH] some image resizing and page title + link correction --- content/design-patterns/ex1capacity/Step4.en.md | 2 +- content/design-patterns/setup/Step1.en.md | 8 ++++---- content/design-patterns/setup/Step4.en.md | 4 ++-- .../design-patterns/setup/aws-ws-event.en.md | 17 +++++++++++------ content/hands-on-labs/setup/vscode.en.md | 6 ------ 5 files changed, 18 insertions(+), 19 deletions(-) diff --git a/content/design-patterns/ex1capacity/Step4.en.md b/content/design-patterns/ex1capacity/Step4.en.md index 3c72bc7c..84bd2c2c 100644 --- a/content/design-patterns/ex1capacity/Step4.en.md +++ b/content/design-patterns/ex1capacity/Step4.en.md @@ -7,7 +7,7 @@ weight: 6 To view the Amazon CloudWatch metrics for your table: 1. Navigate to the DynamoDB section of the AWS management console. -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 +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 ![Open the CloudWatch metrics for the table](/static/images/awsnewconsole3.png) diff --git a/content/design-patterns/setup/Step1.en.md b/content/design-patterns/setup/Step1.en.md index 054e8db2..f3f64a90 100644 --- a/content/design-patterns/setup/Step1.en.md +++ b/content/design-patterns/setup/Step1.en.md @@ -1,20 +1,20 @@ --- -title: "Step 1 - Open the AWS Systems Manager Console " +title: "Step 1 - Launch Visual Studio Code" date: 2019-12-02T10:07:45-08:00 weight: 10 --- During the first 60 seconds, the environment will automatically update extensions and plugins. Any startup notification can be safely dismissed. -![VS Code Setup](/static/images/common/common-vs-code-01.png) +:image[VS Code Setup]{src="/static/images/common/common-vs-code-01.png" disableZoom=true width=900} If a terminal is not available at the bottom left side of your screen, please open a new one like the following picture indicates. -![VS Code Setup](/static/images/common/common-vs-code-02.png) +:image[VS Code Setup]{src="/static/images/common/common-vs-code-02.png" disableZoom=true width=900} Then run the command `aws sts get-caller-identity` just to verify that your AWS credentials have been properly configured. -![VS Code Setup](/static/images/common/common-vs-code-03.png) +:image[VS Code Setup]{src="/static/images/common/common-vs-code-03.png" disableZoom=true width=900} Change your directory to use LADV and browse the content: diff --git a/content/design-patterns/setup/Step4.en.md b/content/design-patterns/setup/Step4.en.md index 96de0953..dc2ab21d 100644 --- a/content/design-patterns/setup/Step4.en.md +++ b/content/design-patterns/setup/Step4.en.md @@ -4,10 +4,10 @@ date: 2019-12-02T10:07:55-08:00 weight: 40 --- -On the EC2 instance, go to the workshop folder and run the ls command: +On the Visual Studio Code terminal, go to the workshop folder and run the ls command: ```bash -participant:~/workshop/LADV$ cd /home/participant/workshop/LADV +cd /home/participant/workshop/LADV ls -l . ``` diff --git a/content/design-patterns/setup/aws-ws-event.en.md b/content/design-patterns/setup/aws-ws-event.en.md index 2e8b664c..8132f0ed 100644 --- a/content/design-patterns/setup/aws-ws-event.en.md +++ b/content/design-patterns/setup/aws-ws-event.en.md @@ -10,26 +10,31 @@ chapter: true 1. If you are provided a one-click join link, use it and skip to step 3. 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. -![Workshop Studio Landing Page](/static/images/aws-ws-event1.png) + +:image[Workshop Studio Landing Page]{src="/static/images/aws-ws-event1.png" disableZoom=true width=1000} 3. On the next, **Sign in** page, choose **Email One-Time Passcode (OTP)** to sign in to your workshop page. -![Sign in page](/static/images/aws-ws-event2.png) + +:image[Sign in page]{src="/static/images/aws-ws-event2.png" disableZoom=true width=500} 4. Provide an email address to receive a one-time passcode. -![Email address input](/static/images/aws-ws-event3.png) + +:image[Email address input]{src="/static/images/aws-ws-event3.png" disableZoom=true width=500} 5. Enter the passcode that you received in the provided email address, and click **Sign in**. 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. -![Event access code](/static/images/aws-ws-event4.png) + +:image[Event access code]{src="/static/images/aws-ws-event4.png" disableZoom=true width=900} 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. 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. -![Event dashboard](/static/images/common/workshop-studio-01.png) + +:image[Event dashboard]{src="/static/images/common/workshop-studio-01.png" disableZoom=true width=900} 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`. -![Event dashboard](/static/images/common/workshop-studio-02.png) +:image[Event dashboard]{src="/static/images/common/workshop-studio-02.png" disableZoom=true width=700} 10. Continue with the steps as listed in the section :link[Launch Visual Studio Code]{href="/design-patterns/setup/step1"}. \ No newline at end of file diff --git a/content/hands-on-labs/setup/vscode.en.md b/content/hands-on-labs/setup/vscode.en.md index 224b797d..4633d7c0 100644 --- a/content/hands-on-labs/setup/vscode.en.md +++ b/content/hands-on-labs/setup/vscode.en.md @@ -4,12 +4,6 @@ date: 2021-04-21T07:33:04-05:00 weight: 13 --- -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`. - -:image[Event dashboard]{src="/static/images/common/workshop-studio-02.png" disableZoom=true width=750} - -Continue with the steps as listed in the section :link[Launch Visual Studio Code]{href="/hands-on-labs/setup/vscode"}. - During the first 60 seconds, the environment will automatically update extensions and plugins. Any startup notification can be safely dismissed. :image[VS Code Setup]{src="/static/images/common/common-vs-code-01.png" disableZoom=true width=1000}