Describes one or more of your route tables.모든 라우팅 테이블 ID 조회 aws ec2 describe-route-tables \ --profile {PROFILE_NAME} --output=json \ --query "RouteTables[*].RouteTableId[]"특정 VPC에 할당되어 있는 모든 라우팅 테이블 ID 조회 aws ec2 describe-route-tables \ --profile {PROFILE_NAME} --output=json \ --query "RouteTables[*].RouteTableId[]" \ --filters "Name=vpc-id,Values={VPC_ID}"특정 VPC에 할당되어 있는 라우팅 테이블 ID 조회(기본..