<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tori243</author_name>
  <author_url>https://blog.hatena.ne.jp/tori243/</author_url>
  <blog_title>Perl勉強メモ　アルパカDiary出張版</blog_title>
  <blog_url>https://tori243.hatenadiary.org/</blog_url>
  <categories>
    <anon>AWS</anon>
  </categories>
  <description>VM::EC2でもIAMロール認証したくて、 VM::EC2にプルリクでもしようかなとコード眺めてたところ 「あれ、別にコード変えなくても今のままで行けるんじゃね？」 と気付いてしまった。 use strict; use warnings; use VM::EC2; # dummy instance my $ec2_dummy = VM::EC2-&gt;new( -access_key =&gt; 'a', # 空だと怒られる。。。 -secret_key =&gt; 'b', # 空だと怒られる。。。 ); # get iam token my $token = $ec2_dummy-&gt;instance_m…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftori243.hatenadiary.org%2Fentry%2F20130917%2F1379443510&quot; title=&quot;VM::EC2でIAMロール認証を行う - Perl勉強メモ　アルパカDiary出張版&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>2013-09-17 03:45:10</published>
  <title>VM::EC2でIAMロール認証を行う</title>
  <type>rich</type>
  <url>https://tori243.hatenadiary.org/entry/20130917/1379443510</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
