You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move LHOL and LEDA to Cloud9. Update whole lab to use same C9 (#95)
* YOLO
* LEDA with proper C9 template
* Further work on C9 for DynamoDB ID
* LADV broad changes to remove EE and add C9/WS
* Tying together C9 across labs
* LEDA updated too
## Congratulations, you have successfully completed all the exercises in the workshop!
57
57
58
-
If you ran the lab on your own AWS account, you should delete all the tables made during these exercises. If you are at an AWS event using the AWS Workshop platform (the Event Engine), you do not need to delete your tables.
58
+
If you ran the lab on your own AWS account, you should delete all the tables made during these exercises. If you are at an AWS event using the AWS Workshop platform (Workshop Studio), you do not need to delete your tables.
59
59
60
60
{{% notice warning %}}
61
-
During the course of the lab, you created DynamoDB tables that will incur a cost that could approach tens or hundreds of dollars per day. You must delete the DynamoDB tables using the DynamoDB console to clean up the lab. In addition, if you are not part of an AWS event or you are running this lab in your own account, make sure you delete the CloudFormation stack as soon as the lab is complete. If you're using event engine, you don't need to delete the CloudFormation stack.
61
+
During the course of the lab, you created DynamoDB tables that will incur a cost that could approach tens or hundreds of dollars per day. You must delete the DynamoDB tables using the DynamoDB console to clean up the lab. In addition, if you are not part of an AWS event or you are running this lab in your own account, make sure you delete the CloudFormation stack as soon as the lab is complete. If you're using Workshop Studio Event Delivery, you don't need to delete the CloudFormation stack.
Copy file name to clipboardExpand all lines: content/design-patterns/setup/Step1.en.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,32 +5,32 @@ weight = 10
5
5
#TODO mod-xxx is not the same name when running in EC2
6
6
+++
7
7
8
-
1. Once you've gained access to the AWS Management Console for the lab, double check the region is correct and one of **TeamRole** OR**WSParticipantRole** appears on the top right of the console.
8
+
1. Once you've gained access to the AWS Management Console for the lab, double check the region is correct and the role name**WSParticipantRole** appears on the top right of the console.
9
9
1. In the services search bar, search for **Systems Manager** and click on it to open the AWS Systems Manager section of the AWS Management Console.
10
10
1. In the AWS Systems Manager console, locate the menu in the left, identify the section **Node Management** and select **Session Manager** from the list.
11
11
1. Choose **Start session** to launch a shell session.
12
-
1. Click the radio button to select the EC2 instance for the lab. If you see no instance, wait a few minutes and then click refresh. Wait until an ec2 instance with name of `mod-XXXXXXXXXXXXXXXX` OR `ddb`is available before continuing. You will see only one of the two names.
13
-
1. Click in the **Start Session** button (This action will open a new tab in your browser with a new black shell).
14
-
1. In the new black shell, switch to the ec2-user account by running `sudo su - ec2-user`
12
+
1. Click the radio button to select the EC2 instance for the lab. If you see no instance, wait a few minutes and then click refresh. Wait until an ec2 instance with name of `DynamoDBC9`is available before continuing. Select the instance.
13
+
1. Click the **Start Session** button (This action will open a new tab in your browser with a new black shell).
14
+
1. In the new black shell, switch to the ubuntu account by running `sudo su - ubuntu`
15
15
```bash
16
-
sudo su - ec2-user
16
+
sudo su - ubuntu
17
17
```
18
-
1. run `shopt login_shell` and be sure it says `login_shell on`. Then, change into the workshop directory to begin: `cd ~/workshop`
19
-
18
+
1. run `shopt login_shell` and be sure it says `login_shell on` and then change into the workshop directory.
20
19
```bash
21
20
#Verify login_shell is 'on'
22
21
shopt login_shell
23
22
#Change into the workshop directory
24
-
cd~/workshop
23
+
cd~/workshop/
25
24
```
26
25
27
-
The output of your commands in the Session Manager session should look like the following:
28
26
27
+
The output of your commands in the Session Manager session should look like the following:
29
28
```bash
30
-
sh-4.2$ sudo su - ec2-user
31
-
[ec2-user@ip-172-31-24-0 ~]$ #Verify login_shell is 'on'
32
-
[ec2-user@ip-172-31-24-0 ~]$ shopt login_shell
29
+
$ sudo su - ubuntu
30
+
:~ $ #Verify login_shell is 'on'
31
+
shopt login_shell
32
+
#Change into the workshop directory
33
+
cd~/workshop/
33
34
login_shell on
34
-
[ec2-user@ip-172-31-24-0 ~]$ #Change into the workshop directory
_Make sure you have AWS CLI version 1.18.139 and python 3.6.12 before proceeding. If you do not have these versions, review [Step 1]({{< ref "design-patterns/setup/Step1" >}}) to ensure you have completed each command correctly._
36
+
_Make sure you have AWS CLI version 2.x or higher and python 3.10 or higher before proceeding. If you do not have these versions, you may have difficultly successfully completing the lab._
0 commit comments