API for public IP insights and Orga Feature

1

Hi, i just wanted to know if theres any timeline when an API or Organization Feature for the new public IP insights will be launched, especially for big AWS Organizations with hundreds of accounts this feature is a must have.

profile picture
David
已提问 10 个月前1440 查看次数
1 回答
0
已接受的回答

Workaround - Config Aggretator Query:


Select
  accountId,
  Count(*)
where
  resourceType = 'AWS::EC2::NetworkInterface'
  AND (
    configuration.association.publicIp BETWEEN '0.0.0.0'
    AND '255.255.255.255'
  )
GROUP BY
  accountId
profile picture
David
已回答 9 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则