Skip to content

Commit

Permalink
updated troubleshooting
Browse files Browse the repository at this point in the history
change-type: patch
  • Loading branch information
ab77 committed Nov 4, 2023
1 parent 57147b5 commit e46258b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,3 +423,10 @@
--query 'Reservations[0].Instances[0].[PublicDnsName]' --output text)

ssh -i id_rsa ec2-user@${public_dns_name}


#### RDS (tunnel)

ssh -N -L 3306:${rds_hostname}:3306 -i id_rsa ec2-user@${public_dns_name} &

mysql -h 127.0.0.1 -u admin -D ebdb -p${rds_password}

0 comments on commit e46258b

Please sign in to comment.