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.

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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠