danneh.org

Tag: amazon

Amazon EC2 Elastic Load Balancer limit

by Dan on Aug.05, 2011, under System Administration

If, like us, you’re running a shared hosting platform on Amazon EC2, and have many clients requiring SSL certificates, you’ll probably be using Elastic Load Balancers to do the SSL termination for you, since you can’t have multiple Elastic IP’s associated with a single instance.

However, when you reach either 5 or 10 ELB’s, you’ll be greeted with this error message when trying to create another one:

Error: TooManyLoadBalancers: undefined

Amazon define relatively low quotas for new AWS accounts, which are usually fine for most users. However, some use cases apply where you need these limits to be increased. The problem with the ELB limit, is that there’s not very much documentation explaining that there is a limit, nor how to request to increase it. The answer lies hidden away here on Amazon’s AWS site. This is the form you need to fill in to request an increase on the account’s ELB limit.

Leave a Comment :, , , , , , , more...

Amazon Web Services – A Guide to Implementation

by Dan on Jun.13, 2011, under System Administration

I realise that I’ve been neglecting my blog for a while now, with my last post published at the end of March. Quite frankly, I’ve not had anything interesting to write about. However, career starting pastures new, I’m starting to have interesting things to write about again. Over the course of time, I’ll probably post a lot of stuff about Amazon Web Services (AWS), Zend Framework, amongst other things. Today’s babble though is about implementing AWS as your core hosting infrastructure, and the benefits and downsides to it. I’ll also post my findings about the best way (in my opinion) to implement certain requirements.

Continue reading “Amazon Web Services – A Guide to Implementation” »

1 Comment :, , , , , more...

Amazon S3 CDN distribution for Menalto Gallery 3 v2.1 released

by Dan on Jan.29, 2011, under Gallery 3

Announcing the release of the Amazon S3 v2.1 module for Gallery 3. A few changes are presented here;

  • Firstly, started using double digits for version numbers so I can create minor revisions
  • Added fields to database to store MD5 hashes of files. These are used to match the MD5 hash of the local file, and what the module thinks is uploaded, and also for comparison with S3 itself (which provides an MD5 hash when asked for bucket info)
  • Re-visited re-sync task. Taken out “emptying bucket” code (as there’s really no need it seems), and simplified the whole process, allowing the module to compare the MD5 hash of the local file against the same file path on S3, and upload/overwrite if they’re different, or if the module doesn’t believe the file has been uploaded.
  • Resolved issues of moving entire albums from one location to another and files disappearing. This invoked a re-visit of the move code as well and cleaned up quite a lot of unnecessary stuff.

Download the latest version here: Amazon S3 for Gallery 3 : v2.1 (md5: )
As always, direct comments, feedback and bug reports to the module’s official thread on Gallery’s forums.

Note: I will no longer be updating the gallery3-contrib git repository as it’s just easier to update my site than it is to update a load of other places and wait for pulls to be granted. Sorry.

1 Comment :, , , , , more...

Amazon S3 CDN distribution for Menalto Gallery 3 v2 released

by Dan on Jan.20, 2011, under Gallery 3

Well, after a few weeks of having this module used by many in the community as a beta module, and due to lack of bug reports since, I’m now convinced it’s stable enough to release. So, here it is.

Amazon S3 for Gallery 3 : v2.1 (md5: )

As always, direct comments, feedback and bug reports to the module’s official thread on Gallery’s forums.

That is all :)

Leave a Comment :, , , more...

Amazon S3 CDN distribution for Menalto Gallery 3 v2 BETA

by Dan on Dec.19, 2010, under Gallery 3

I just posted beta version 2 of this module on the G3 forum. As I wrote there, but will write here too, here’s the changelog:

  • Access Key, Secret Key, and Bucket name validation
  • Ability to upload only thumbs, resizes, fullsizes, or any combination of the 3
  • Resolved compatibility with crossdomain issue in album organize. Thumbs are now vended from the local server as crossdomain blocks flash from loading these (though CoolIris is not affected, I’m not sure why)
  • Ability to (if used with updated Scheduler module (linked below)) sync and upload items to S3 via a cron job rather than “there-and-then”. This resolves the upload progress bar stalling/freezing/browser crashing issues while waiting for server to upload to S3
  • Spelling changes
  • Updated S3 lib to ignore SSL certificate mismatches. This resolves communicating data to S3 via SSL if required. The warning is still in place on the admin page though, as you may or may not still run into issues using SSL
  • Added support to move items around S3 when items are moved around the G3 installation. When images are now moved from album to album, the item is moved in S3 accordingly. Images are also updated on S3 when rotated. Haven’t tested this with the Watermark module yet though.
  • Resolved problem validating Access Key/Secret Key/Bucket Name info on first/new install of module (not affecting upgraders from version 1 of this module)
  • Resolved issues with Organize crashing as (0 of x items completed) when moving items between albums.
  • (Potentially) resolved issues that prevented Server Add module from working correctly.

Yet to come:

  • Use S3 for primary storage (useful for low-storage hosting accounts) – This is pegged for v3

You can download it here: Amazon S3 for Gallery 3 : v2.1 (md5: )

Please direct all feedback and bug reports to the thread on G3′s forum here.

1 Comment :, , , , , more...

Blogroll

A few highly recommended websites...