Navigation through pages of RDS Instance Recent Events in UI doesn't work anymore

0

I can see there are 4 pages (1 2 3 4) of Recent events for an RDS instance (MySQL) but clcking on them doesn't change the page and also changing page size in the settings to 25 doesn't take effect - it only shows 5 recent events.

profile picture
已提问 1 年前212 查看次数
3 回答
0

Yeah I don't like this page either. I should however be displaying the latest 24 hours of events as it's supposed to. If you want to see more events, up to 2 weeks, you can use the CLI, e.g.

aws rds describe-events --source-type db-instance --source-identifier you-db-instance-name --duration 20160

The "20160" is number of minutes in 2 weeks.

专家
已回答 1 年前
0

I was actually referring to events from the last 24 hours that I cannot fully see.

profile picture
已回答 1 年前
0

But can you see the events OK via the CLI? That's an effective workaround.

专家
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则