Skip to content

Instantly share code, notes, and snippets.

@otiai10
Created September 14, 2013 07:20
Show Gist options
  • Save otiai10/6559587 to your computer and use it in GitHub Desktop.
Save otiai10/6559587 to your computer and use it in GitHub Desktop.
AWS by Python ( NOT Python on AWS! )
  • AWSをPythonで使う

  • Boto

  • Botoの応用

  1. aws

  • management console
  • aws command line tool
  • APIエンドポイント叩いてるだけです
  • ラップしたのがSDKですよね
  • そのPython版が"Boto"でっせ
  • pip install boto
  • 初期設定
    • /etc/boto.cfg
    • ~/.boto
    • AWS_ACCESS_KEY_ID (envでいい。management consoleより取得)
    • AWS_SECRET_ACCESS_KEY
  • botに用意されているメソッドを熟読すればええんや

ext


  • dynamoDB?
  • Virtual Private Cloud??
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment