Skip to main content

2 posts tagged with "ec2"

View All Tags

· 2 min read
PDF Alchemy logo

PDF Alchemy is an interesting new service that I've helped to build. It's a PDF conversion service aimed at developers - that is, it's entirely API based, and not intended for end users. But what makes PDF Alchemy interesting to me, is the way it uses a number of Amazon's cloud services.

To start with, the PDF conversion servers themselves run on Amazon EC2. EC2 is an excellent match here, since it allows PDF Alchemy to easily, and rapidly, scale to handle almost any possible volume, but also to then scale back again during off-peak periods.

· One min read

As mentioned back in this post, I helped to build Job Bounty Hunter. So, I was quite pleased to see one of my own architecture diagrams appear on this Amazon Web Services blog post.

So, since that particular diagram is now publicly available, I might as well present it here - I did create it, after all ;)

JBH Architecture

As you can see, we use a number of Amazon Web Services - including EC2, S3, and CloudFront.

I quite like the overall architecture - some might think it is a little bit of overkill, and indeed it is at the moment, but my boss and I both believe strongly in architecting applications for scalability from day one :)