Describes the specified security groups or all of your security groups.모든 보안그룹 상세정보 조회 aws ec2 describe-security-groups --profile {PROFILE_NAME}vpc-id로 필터링 aws ec2 describe-security-groups --profile {PROFILE_NAME} \ --filters "Name=vpc-id, Values=vpc-00000000000000000"VPC별 보안그룹에서 SSH(TCP 22) 룰이 있는 보안그룹 조회 aws ec2 describe-security-groups --profile {PROFILE_NAME} \ --filters "Name=vpc-id, Va..