{"categories":["aws"],"version":"1.0","published":"2019-02-07 00:00:00","blog_title":"tail -f /dev/null","title":"AWS EC2 instance \u306e\u4e00\u89a7\u3092 CSV \u5f62\u5f0f\u3067 print","author_name":"hrt0kmt","author_url":"https://blog.hatena.ne.jp/hrt0kmt/","height":"190","image_url":null,"provider_url":"https://hatena.blog","description":"\u68da\u5378\u7b49\u3067\u5229\u7528. Env % python --version Python 3.7.1 % pip list installed | grep boto boto3 1.12.6 botocore 1.15.6 code #!/usr/bin/env python # -*- coding: utf-8 -*- import pandas as pd import boto3 import click def print_ec2_instances(profile): session = boto3.Session(profile_name=profile) ec2 = session.cli\u2026","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.halu.dev%2Fentry%2Faws%2Flist-ec2-instances\" title=\"AWS EC2 instance \u306e\u4e00\u89a7\u3092 CSV \u5f62\u5f0f\u3067 print - tail -f /dev/null\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","url":"https://www.halu.dev/entry/aws/list-ec2-instances","blog_url":"https://www.halu.dev/","type":"rich","provider_name":"Hatena Blog","width":"100%"}