I need to retrieve the following current count and capacity(limit) for AWS account:
- users
- groups
- roles
- instance profiles
- server certificates per AWS account.
I have tried next commands:
Get-EC2AccountAttributes,
Describe methods of Ec2Client class
Thank you in advance