7 This check monitors the AWS/RDS limits.
8 To make this check work you have to configure the related
9 special agent {Amazon Web Services (AWS)}.
11 From the AWS API method {{describe_account_attributes}}
12 we get the following default limits:
16 - Reserved DB instances: 40,
18 - Allocated storage: 100 TB
20 - DB security groups: 25
22 - Authorizations per DB security group: 20
24 - DB parameter groups: 50
26 - Manual snapshots: 100
28 - Event subscriptions: 20
30 - DB subnet groups: 50
33 - Subnet per DB subnet groups: 20
35 - Read replica per master: 5
39 - DB cluster parameter groups: 50
43 From above API method we addtionally get the amount of used
44 instances/space per limit type.
46 With both values we calculate the usage of each limit type
47 in percent. Default levels are set to 80, 90 percent per type.
48 For each limit type the limit and usage levels are configurable.
50 If limits are enabled account attributes of RDS resource are
54 One service will be created.