LoginSignup
0
0

More than 3 years have passed since last update.

メモ:Elastic IPアドレスの一覧を取得する

Posted at

バージョン

$ aws --version
aws-cli/2.0.25 Python/3.7.4 Darwin/19.5.0 botocore/2.0.0dev29
$ jq --version
jq-1.6

コマンド

aws ec2 describe-addresses | jq '.Addresses[].PublicIp' > eip.csv
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0