๐Ÿ“‚ AWS

[AWS/CLI] describe-route-tables

dhyuck 2021. 10. 7. 21:42
๋ฐ˜์‘ํ˜•

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 ์กฐํšŒ(๊ธฐ๋ณธ ๋ผ์šฐํŒ… ํ…Œ์ด๋ธ” ์ œ์™ธ, ์„œ๋ธŒ๋„ท๊ณผ ์—ฐ๊ฒฐ๋˜์ง€ ์•Š์€ ๋ผ์šฐํŒ… ํ…Œ์ด๋ธ” ์ œ์™ธ)

      aws ec2 describe-route-tables \
      --profile {PROFILE_NAME} --output=json \
      --query "RouteTables[*].RouteTableId[]" \
      --filters "Name=vpc-id,Values={VPC_ID}" "Name=association.main, Values=false"

๋ฐ˜์‘ํ˜•

'๐Ÿ“‚ AWS' ์นดํ…Œ๊ณ ๋ฆฌ์˜ ๋‹ค๋ฅธ ๊ธ€

[AWS] RDS  (0) 2021.10.15
[AWS] IAM  (0) 2021.10.13
[AWS] Cloud Front  (0) 2021.10.05
[AWS] AWS Cli ์„ค์ •ํ•˜๊ธฐ  (0) 2021.09.03
[AWS] EC2 Windows ๋งŒ๋“ค๊ณ  ์ ‘์†ํ•˜๊ธฐ  (0) 2021.07.06