Partially Attended

an irregularly updated blog by Ian Mulvany

blog posts about aws

Architect, The Killer Serverless Framework – Reify

A nice overview of an npm framework for creating server-less applications on AWS. It abstracts away a lot of the plumbing, which can have upsides and downsides. I’d love to see something equivalent in python. The actual framework is here: https://arc.codes https://blog.reifyworks.com/architect-the-killer-serverless-framework-41565372811b ... (more)

aws london summit notes

Amazon Web Summit London 2015 ## Keynote There were about three thousand people at the summit. I chatted to a few people throughout the day. Their experience with AWS ranged from moderate use through to just being at the evaluation stage. The keynote highlighted AWS’s approach of wanting to put the customer in control, and to remove all unnecessary work from the customer in terms of managing IT. AWS has grown enormously, they are estimated to have five times the compute power on hand than all other cloud providers combined. ... (more)

Setting up Vagrant, Librarian-Chef and Vagrant aws plugins on OSX Mavericks.

I have a new macbook pro. I want to install vagrant, chef and librarian, with the vagrant-aws plugins. I’m working on OSX Mavericks, and I want to get as clean an install as possible. For the most part I am also using the fish shell. This is what I’ve just run through over the last 20 minutes. Install command line tools from the terminal $ xcode-select --install Next we are going to install homebrew, with homebrew we will install rvm and with rvm we will install ruby. ... (more)