Frage

Is there any good way of creating and managing S3 policies and users from the command line of my Raspberry Pi?

War es hilfreich?

Lösung

The AWS Universal Command Line Tools are newer and better supported. They rely on Python, so if you can get Python for Raspberry Pi, you should be set.

Andere Tipps

I have no experience of using it myself, but I found a tool for interacting with Amazon IAM, the access control service for AWS, in a manner that might work for you:

IAM Command Line Toolkit (note: last updated September 2010)

There may be more usable stuff under the IAM Resources section.

If you are unfamiliar with IAM, the documentation is one place to start. Although, knowing the general style of AWS documentation, there may be better resources and tutorials to be found elsewhere.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top