You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to support downloading of MySQL logs for customers, we need MySQL to log to a file.
Acceptance Criteria
GIVEN MySQL instances that are logging
WHEN logs are generated
THEN they are written to a file
AND downloadable via the AWS CLI
Security considerations
Logs are currently stored within AWS. This will not change as logs will remain in AWS, just in logs instead of a table. Postgres already logs to files now.
In order to support downloading of MySQL logs for customers, we need MySQL to log to a file.
Acceptance Criteria
WHEN logs are generated
THEN they are written to a file
AND downloadable via the AWS CLI
Security considerations
Logs are currently stored within AWS. This will not change as logs will remain in AWS, just in logs instead of a table. Postgres already logs to files now.
Implementation sketch
Setting changes: https://aws.amazon.com/premiumsupport/knowledge-center/rds-download-instance-logs/
The text was updated successfully, but these errors were encountered: