Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/design-patterns/ex1capacity/Step4.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
8 changes: 4 additions & 4 deletions content/design-patterns/setup/Step1.en.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
4 changes: 2 additions & 2 deletions content/design-patterns/setup/Step4.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
```

Expand Down
17 changes: 11 additions & 6 deletions content/design-patterns/setup/aws-ws-event.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"}.
6 changes: 0 additions & 6 deletions content/hands-on-labs/setup/vscode.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down