私は AWS を広範囲に使用しており、アカウントの制限を引き上げるように頻繁に依頼しています。限界に達する前に知りたいのですが、
EC2 と IAM の制限は簡単です。
ec2_acc = AWS::EC2::Client.new(region: "us-east-1")
atr = ec2_acc.describe_account_attributes[:account_attribute_set] # includes limits
iam = AWS::IAM.new
iam_acc = iam.account_summary # description includes limits
RDS、EBS、EC2::ELB の制限を取得する方法を知っている人はいますか?
ありがとう