About this Project
- Provides basic Amazon EC2 management features within Mozilla Firefox.
- List available AMIs
- List your running instances
- Launch new instances of an AMI
- Manage security groups and launch permissions associated with your instances
- Manage Amazon EBS volumes
- Use the packaged .xpi file to easily install the plugin in Firefox.
- View the source code on SourceForge: http://sourceforge.net/projects/elasticfox/. Some JavaScript highlights include:
content/ec2ui/client.js- Contains logic to construct and sign requests to Amazon EC2.content/ec2ui/controller.js- Contains the logic to un-pack Amazon EC2 responses.
What's New
- Version 1.7.000116 - Added support for user-specified IPs in Amazon VPC.
- Version 1.7.000113 - Added support for Amazon EBS-backed AMIs, including Start/Stop and CreateImage calls; improved AMI filtering; introduced snapshot filtering.
- Version 1.7.000112 - Added support for EC2 Northern California region, and fixed a few reported bugs in the extension. Upcoming feature is support for Boot from EBS volumes.
- Version 1.7.000110 - Added support for EC2 BigMem instances, and fixed a few reported bugs in the extension - sort order lost when switching tabs, Windows AMI migration.
- Version 1.7.000108 - Added support for Amazon Virtual Private Cloud.
- Version 1.6.000107 - Bugfix release: Instance & Volume tags persisted; Bundle Windows AMI fixes.
- Version 1.6.000106 - Bugfix release with support for "My AMIs"
- Version 1.6.000105 - Reserved Instances Offerings can be viewed and purchased with Elasticfox. Purchased Reserved Instances can also be viewed.
- Version 1.6.000104 - Bug Fix Release with some refactoring. An EIP can now be associated to another instance in 1 click regardless of whether it is currently associated with an instance or not. Windows instance bundling bugs have been fixed.
- Version 1.6.000102 - Bug Fixes, Delete AMI parts from S3, Fixes for AMI migration, etc.
- Version 1.6.000098 - Bugfix release for Elasticfox with tagging extended to more EC2 resources.
- Version 1.6.000097 - Tagging for Elastic IPs, Images (so you can create Favorite Images), and bug fixes.
- Version 1.6.000094 - Support Windows AMI Migration between regions. If the AMI parts are migrated correctly, the new AMI is registered and ready for launch.
- Version 1.6.000093 - Per user and per region EC2 resource tagging - Instances, Volumes and Snapshots can now be tagged. Tags are stored in the Firefox preferences.
- Support for EC2 API version 2008-12-01: Support for EC2 instances running in multiple regions - US and EU.
- Support for EC2 API version 2008-08-08: Amazon EC2 running Windows Server and SQL Server
- Support for API version 2008-05-05: Amazon Elastic Block Store
- Support for API version 2008-02-01: Elastic IP Addresses, Availability Zones, and User Selectable Kernels
- Support for c1.medium and c1.xlarge instance types
- Support for Firefox 3.0
Prerequisites
- This extension requires Mozilla Firefox version 2.0 or later.
Running the Extension
Install the extension by clicking on the following link with Mozilla Firefox:
http://s3.amazonaws.com/ec2-downloads/elasticfox.xpiFirefox guides you through the installation process. You may need to configure Firefox to install software from this domain.
Documentation
Read the ElasticFox Getting Started Guide for information on using the extension.