AWS re:Post을(를) 사용하면 다음에 동의하게 됩니다. AWS re:Post 이용 약관

Too many VPC's in my account

0

I have more than 10 VPC in my account. Is there any smart way I could figure out which VPC's are in use and which are not or not linked to any resource?

1개 답변
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

profile picture
전문가
답변함 일 년 전

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

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

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

관련 콘텐츠