A Chrome App to use AWS simple
Google Chrome browser.
You can get this app at Chrome WEB Store.
To use this app, you need your AWS account and AWS access key.
-
S3: a tree view, drag-and-drop upload.
-
EC2: star & stop instance.
-
Route53: list of Hosted zones and RRSets.
You need node, npm, bower, and gulp to build this app.
You can clone this repository.
% git clone https://github.com/michihiro/aws-console-app.git
and build.
% cd aws-console-app
% npm install
% bower install
% gulp
In your Chome brower, open [More tools] > [Extensions]
Check the [Developer mode] checkbox, click [Load unpacked extension…], and select aws-console-app/app
directory.
MIT