mysql> SELECT created_at, updated_at, title, subtitle FROM pages WHERE tags LIKE 'aws' ORDER BY created_at DESC;

| created_at | updated_at | title | subtitle | tags |
| 2023-05-12 | 2024-06-04 | Are Aurora Performance Claims True? |  | mysql, aws, aurora, benchmarks |
| 2023-01-02 | 2023-02-18 | COMMIT Latency: Aurora vs. RDS MySQL 8.0 |  | mysql, benchmarks, aws, aurora |
| 2020-12-28 |  | MySQL Password Rotation with AWS Secrets Manager and Lambda |  | mysql, aws, aws-secrets-manager, aws-lambda, aws-s3, terraform |
| 2020-06-29 |  | 21 Parameter Group Values to Change in Amazon RDS for MySQL |  | mysql, aws, sysvar, parameter-group |
4 rows in set (0.00 sec)