aws-rds-events
Fetch AWS RDS events for the past 14 days.
aws-rds-events [profile=PROFILE] [region=REGION] [duration=NUM{mon|w|d|h|m|s}] [from=yyyyMMddHHmmss] [to=yyyyMMddHHmmss]
- profile=PROFILE
- The identifier of AWS connect profile
- region=REGION
- AWS region
- duration=NUM{mon|w|d|h|m|s}
- Scan only recent data. You should use s(second), m(minute), h(hour), d(day), mon(month) time unit. For example,
10s
means data from 10 seconds earlier. - from=yyyyMMddHHmmss
- Start time of range. yyyyMMddHHmmss format. If you omit time part, it will be padded by zero.
- to=yyyyMMddHHmmss
- End time of range. yyyyMMddHHmmss format. If you omit time part, it will be padded by zero.
AWS IAM Policy
To use this command, you must allow the below permissions in your AWS IAM policy:
- rds:DescribeEvents
Output Fields
Field | Type | Name | Description |
---|---|---|---|
_time | Date | Time | |
aws_profile | String | Connect profile | The identifier of AWS connect profile |
categories | List | Categories | |
msg | String | Message | |
source_type | String | Source type | |
source_id | String | Source ID | |
source_arn | String | Source ARN |