1 réponse
- Le plus récent
- Le plus de votes
- La plupart des commentaires
0
An AWS CLI command like this would describe every instance that has a network interface in the VPC (this would be a pretty good indicator that the service is active):
aws ec2 describe-network-interfaces --filters Name=vpc-id,Values=vpc-12345678910abcdef
If this is too verbose you could filter this with -query 'NetworkInterfaces[*].[RequesterId,Description]'
This is one of several good suggestions from https://stackoverflow.com/questions/61997608/how-can-i-list-all-resources-that-belongs-to-a-certain-vpc
Contenus pertinents
- demandé il y a un an
- demandé il y a 6 mois
- demandé il y a 10 mois
- demandé il y a 2 ans
- AWS OFFICIELA mis à jour il y a 7 mois
- AWS OFFICIELA mis à jour il y a 6 mois
- AWS OFFICIELA mis à jour il y a 10 mois
- AWS OFFICIELA mis à jour il y a 4 ans