Articles : Add t1.micro support to ElasticFox
full Link : Add t1.micro support to ElasticFox
Article amazon-ec2, Article tips and tricks,
Add t1.micro support to ElasticFox
A lot of people, including me depend on the ElasticFox firefox plugin to interact with Amazon Web Services and its easy to see why. It has GUI support for almost everything that you'd need to interact with AWS.
However, it seems that, as of today, ElasticFox has yet to add support for the t1.micro instances that Amazon introduced recently.
Well, I just couldn't stand waiting for the latest release, and if you're just as impatient, you might want to try the following:
- Check out the elasticfox code from svn:
svn co https://elasticfox.svn.sourceforge.net/svnroot/elasticfox/trunk elasticfox
- Open up
trunk\src\chrome\content\ec2ui\newinstancesdialog.js
in your favorite editor. Go to line 247 and add the following:if (this.image.rootDeviceType == "ebs") {
typeMenu.appendItem("t1.micro", "t1.micro");
}
Download and install the firefox extension developer plugin
Open Firefox. Go to Tools->Extension Developer->Extension Builder, browse for your working directory and hit 'Build extension'.
You can then drag this resulting .xpi file into the browser window to install the plugin
You should now be able to select a t1.micro instance for a corresponding valid AMI
Articles Add t1.micro support to ElasticFox has been discussed
A few gadget information Add t1.micro support to ElasticFox, hopefully can provide benefits to you all.
You're reading an article Add t1.micro support to ElasticFox and this article url is https://androidtabletgadgets.blogspot.com/2011/03/add-t1micro-support-to-elasticfox.html?m=1 you can bookmark , Hopefully this article could be useful and do not forget to always to this blog to find information on gadget.
Tag : amazon-ec2, tips and tricks,
0 komentar:
Posting Komentar