I need to monitor my infrastructure on AWS. For this, I am writing boto3 functions to know the limits of my account. However, I am not able to achieve the following things:
- Limit of EBS Volumes (Not able to find any method from where I can know the max number of Volumes I can create)
- Limit of total Number of Security Groups
- Limit of Security rules per Security group
- Max number of Elastic IPs. Since I have different AWS accounts and limits vary for each of these accounts. I need to take it dynamically from each account.