1 réponse
- Le plus récent
- Le plus de votes
- La plupart des commentaires
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
répondu il y a 3 ans
Contenus pertinents
demandé il y a 2 ans
demandé il y a 2 ans
demandé il y a 2 ans
