<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>morihaya</author_name>
  <author_url>https://blog.hatena.ne.jp/morihaya/</author_url>
  <blog_title>もりはやメモφ(・ω・ )</blog_title>
  <blog_url>https://blog.morihaya.tech/</blog_url>
  <categories>
    <anon>小ネタ</anon>
    <anon>AWS</anon>
  </categories>
  <description>開発者から「IPアドレスの一覧が欲しい」と言われて必要になったので作りました。メモとして残しておきます。 aws ec2 describe-instances | jq -c '.Reservations[].Instances[] | [ (.Tags[]? | select(.Key == &quot;Name&quot;)).Value, .PrivateIpAddress, .PublicIpAddress]' | sed -E 's/\[|\]//g' | sed -E 's/,/\|/g' | tr -d '&quot;' | sed -E 's/^/\|/g'| sed -E 's/$/\|/g' | sor…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.morihaya.tech%2Fentry%2F2020%2F03%2F28%2F142857&quot; title=&quot;awsコマンドでEC2のGlobal IPとPrivate IPを取得する1行コマンド - もりはやメモφ(・ω・ )&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-03-28 14:28:57</published>
  <title>awsコマンドでEC2のGlobal IPとPrivate IPを取得する1行コマンド</title>
  <type>rich</type>
  <url>https://blog.morihaya.tech/entry/2020/03/28/142857</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
