Reputation: 13906
The web based AWS console seems so limited in what it can do. For example, to create a private stream distribution, you have to create CloudFront Origin Access Identity, create private content distribution, and modify ALC on the private objects, all through XML calls (WTF?). I really expect something so common to be integrated into their Console.
Is there a client smart enough that allows me to do simple tasks in simple ways?
Upvotes: 2
Views: 1087
Reputation: 156
Basic answer: No! It is even hard to find a GUI to manage more than one aws product And no one will put in effort to develop this as aws keep changing the API interface. For me: For stable aws service like S3, I use Cyberduck And the rest of them, I write my own program to do it, it is more customized for my own need and not easy to make mistake (and help me to familiar with the api)
Upvotes: 0
Reputation: 54
More generally, you should probably look for cloud management softwares. They are an additional layer on top of Amazon Web Services and leverage AWS API to offer automations tools like automated backups, auto-scaling, failover by default...
Ylastic was mentionned by Geoff, but you can try Scalr (disclaimer: I work there), RightScale or enStratus.
Upvotes: 1
Reputation: 26
You can configure CloudFront Private Content with cloudberry freeware. http://blog.cloudberrylab.com/2010/03/how-to-configure-private-content-for.html
Upvotes: 1
Reputation: 18832
Some options are:
I'm not sure if these perform the tasks you need by they are worth a look.
Upvotes: 5
Reputation: 12504
I have felt this way too...but it seems the aws command line tools is the only options that I know..
Upvotes: 0