AWS Development Consulting

AWS has undeniably changed the way software is built. No longer are high availability and fault tolerance out of reach of small teams of talented developers. Now we just code, and with a sprinkle of "infrastructure-as-code (IAC)" we can achieve a degree of quality which used to require armies of sys-admins and costly data centers.

We can build software that runs on well-architected infrastructure in the AWS cloud. By that we mean that such an application or API is built with rendundant computational resources, databases and other infrastructure so that downtime is kept to a minimum. This may sound costly, but it doesn't have to be:

In the end we love efficiency! That can be achieved by writing efficient code, and by architecting the infrastructure that this code runs on in such a way so that there is a minimum of waste with respect to purchased computational resources while still retaining the robust redundancy that ensures an enviable uptime.

We write, where possible, all infrastructure as "infrastructure as code" (IAC), so that all creation & configuration is scripted and can therefore easily be deployed and re-deployed in any environment. We do this using tools such as Cloudformation / Terraform / Serverless Framework.