generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 126
Minor updates to LSQL and LDMS modules. #127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
switch180
merged 6 commits into
aws-samples:master
from
iojior:fix/update-lsql-and-ldms-instructions
Jul 10, 2025
Merged
Changes from 1 commit
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
928f9dc
Updated the git hash to use in LSQL workshop.
b254ec9
Minor updates to improve portability and readability.
dfb4ffc
Merge branch 'master' into fix/update-lsql-and-ldms-instructions
switch180 5db9b4b
revert to commit 47a43bedf75bc0859e9141ad1bdd1f330f0933f1
switch180 bb8fe1d
Merge branch 'master' into fix/update-lsql-and-ldms-instructions
switch180 0ad6daf
Revert
switch180 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,10 +13,10 @@ It created a MySQL database called `imdb`, added 6 new tables (one for each IMDb | |
| The CloudFormation template also configured a remote MySQL user based on input parameters for the template. | ||
| To explore the dataset, follow the instructions below to log in to the EC2 server. | ||
|
|
||
| 1. Go to [EC2 console](https://console.aws.amazon.com/ec2/v2/home?region=us-east-1#Instances:instanceState=running). | ||
| 2. Select the MySQL Instance and click Connect. | ||
| 1. Go to [EC2 console](https://console.aws.amazon.com/ec2/v2/home#Instances:instanceState=running). | ||
| 2. Select the MySQL Instance and click **Connect**. | ||
|  | ||
| 3. Make sure "ec2-user" is in the Username field. Click Connect. | ||
| 3. Make sure `ec2-user` is in the **User name** field. Click **Connect**. | ||
|  | ||
| 4. Elevate your privileges using the `sudo` command. | ||
| ```bash | ||
|
|
@@ -31,7 +31,8 @@ To explore the dataset, follow the instructions below to log in to the EC2 serve | |
| 6. You can see all the 6 files copied from the IMDB dataset to the local EC2 directory. | ||
|  | ||
| 7. Feel free to explore the files. | ||
| 8. Go to AWS CloudFormation [Stacks](https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks?filteringStatus=active&filteringText=&viewNested=true&hideStacks=false) and click on the stack you created earlier. Go to the Parameters tab and copy the username and password listed next to "DbMasterUsername" and "DbMasterPassword". | ||
| 8. If you are completing this workshop at an AWS hosted event, go to [AWS CloudFormation Console](https://console.aws.amazon.com/cloudformation/home#/stacks?filteringStatus=active&filteringText=&viewNested=true&hideStacks=false) and select the stack named **ddb**. Go to the **Parameters** tab and copy the username and password listed next to **DbMasterUsername** and **DbMasterPassword**. | ||
| ::alert[_If you are completing this workshop in your AWS account copy the **DbMasterUsername** and **DbMasterPassword** from the CloudFormation stack used to configure the MySQL environment._] | ||
|
||
|  | ||
| 9. Go back to EC2 Instance console and login to mysql. | ||
| ```bash | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please hold off on merging until Aman has a chance to sync his changes to the labs. He did a direct commit on the internal version, and these changes might conflict on merge.