Skip to content

Instantly share code, notes, and snippets.

@YoshihitoAso
Created March 6, 2013 01:20
Show Gist options
  • Save YoshihitoAso/5095944 to your computer and use it in GitHub Desktop.
Save YoshihitoAso/5095944 to your computer and use it in GitHub Desktop.
【AWS】【RDS】RDSログファイルアクセスコマンド
#Describe
rds-describe-db-log-files --db-instance-identifier instanceid
#Download
rds-download-db-logfile --db-instance-identifier okochangdb --log-file-name error/mysql-error-running.log
#Watch
rds-watch-db-logfile --db-instance-identifier okochangdb --log-file-name error/mysql-error-running.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment