Re: How different is AWS-RDS postgres?
Rob Sargent <robjsargent@gmail.com>
From: Rob Sargent <robjsargent@gmail.com>
To: Philip Semanchuk <philip@americanefficient.com>
Cc: Ian Harding <harding.ian@gmail.com>, Ron <ronljohnsonjr@gmail.com>,
pgsql-general@lists.postgresql.org
Date: 2021-05-27T15:14:45Z
Lists: pgsql-general
> We used Aurora (AWS hosted Postgres) and I agree that Cloudwatch search is pretty limited. I wrote a Python script to download cloudwatch logs to my laptop where I can use proper tools like grep to search them. It’s attached to this email. It’s hacky but not too terrible. I hope you find it useful. > > Cheers > Philip Thank you. > > > <get_aws_logs.py>