From 3622d7f003f3da4e20709e32891c3207af028e38 Mon Sep 17 00:00:00 2001 From: Shyr-Shea Chang Date: Sun, 12 Nov 2023 22:10:06 -0800 Subject: [PATCH] Add fixes --- slides/2023/10_tsung/index.html | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/slides/2023/10_tsung/index.html b/slides/2023/10_tsung/index.html index 539f06d..7e6a60d 100644 --- a/slides/2023/10_tsung/index.html +++ b/slides/2023/10_tsung/index.html @@ -115,6 +115,18 @@ /bin/launch_tsung.sh ``` +To fix security group names, replace + +```bash +--security-groups='["tsung"]' \ +``` + +by + +```bash +--security-groups allow_http allow_ssh outbound_http outbound_tls \ +``` + You can manually run the script commands in case you want to update any params. ```bash @@ -177,7 +189,7 @@ ec2.cs291.com account: ```sh -rsync -auvL ec2-user@54.166.5.220:tsung_logs . +rsync -auvLe 'ssh -i demo.pem' ec2-user@54.166.5.220:tsung_logs . ``` Running that command a second time will only fetch any new files (assuming you @@ -461,7 +473,7 @@ ## Reminder: Fetch your Tsung data as soon as it is available ```bash -rsync -auvL ec2-user@54.166.5.220:tsung_logs . +rsync -auvLe 'ssh -i demo.pem' ec2-user@54.166.5.220:tsung_logs . ``` ## Use tsplot to compare separate runs: