タグ

2016年1月13日のブックマーク (2件)

  • AWS API を叩くためだけに Python を使っていたけどもうやめた - Qiita

    AWS CLI でがんばるのは辛いと思っていた時期もあった ここ1年ぐらい AWS であれやこれやすることが多くなってきたのですが、インスタンスを上げたり下げたりをいちいちブラウザでマネジメントコンソールを開いてぽちぽちするのは辛いです。コンソールからさくっと立ち上げたいです。 AWS コマンドラインインターフェイス(AWS CLI) というものがあるので、コンソールからさくっとできることはできるのですが、単にインスタンスを立ち上げてそれっぽいタグを付与するだけでも・・・ インスタンスを起動する。 aws ec2 run-instances \ --image-id "ami-12345678" \ --key-name "ore-no-key" \ --instance-type "t2.micro" \ --iam-instance-profile "Name=areare" \ --

    AWS API を叩くためだけに Python を使っていたけどもうやめた - Qiita
    troron
    troron 2016/01/13
  • Ansible 2.0 Has Arrived

    After a year of work, we are extremely proud to announce that Ansible 2.0 ("Over the Hills and Far Away") has been released and is now generally available. This is by far one of the most ambitious Ansible releases to date, and it reflects an enormous amount of work by the community, which continues to amaze me. Approximately 300 users have contributed code to what has been known as “v2” for some t

    Ansible 2.0 Has Arrived