Category Archives: General

AWS Design: Loosely Couple Your Components

The next of our design principles on AWS is loose coupling. A part of this idea is to reduce the blast radius for problems in your application. Another aspect is to define and simplify the connection between parts of your … Continue reading

Posted in General | Comments Off on AWS Design: Loosely Couple Your Components

Missing Meals with My Teams

I wrote before about New Zealand being like a boy in a bubble, we are still in our bubble. The hardest thing is that most of my friends and clients are not in this bubble. Since most of my work … Continue reading

Posted in General | Comments Off on Missing Meals with My Teams

You Can Save Money on Your Insurance, OK Your DR

Disaster recovery is like insurance; paying for it hurts but not having it when you need it hurts even more. The trick is to have the right insurance for your situation and risks and the right DR too. The reason … Continue reading

Posted in General | Comments Off on You Can Save Money on Your Insurance, OK Your DR

Oracle Cloud VMware, Your own vSphere in the Cloud

One of the most exciting projects I worked on last year was the CTOAdvisor Datacentre project around using vSphere-on-Cloud services. The project was for the Oracle Cloud VMware Service (OCVS); they paid for the analysis. We started with the premise … Continue reading

Posted in General | Comments Off on Oracle Cloud VMware, Your own vSphere in the Cloud

AWS Design Principles – Use Disposable Resources

Recycling is a good strategy for the physical world and also for your AWS resources. When you have an automated process to deploy parts of your application, you can often use that same automation to rebuild broken pieces rather than … Continue reading

Posted in General | Comments Off on AWS Design Principles – Use Disposable Resources

Vendor Briefing – VirtualMetric

The company name VirtualMetric might lead you to believe that the product is all about the performance numbers. While the product definitely has plenty of metrics, I don’t think that is the biggest differentiator. What stood out for me in … Continue reading

Posted in General | Comments Off on Vendor Briefing – VirtualMetric

AWS Design – Automate your environment

In a long distant former life, I looked after a farm of around a hundred Citrix servers. It was so long ago that they were physical servers, and we built or rebuilt servers following dozens of pages of written instructions. … Continue reading

Posted in General | Comments Off on AWS Design – Automate your environment

Build Day TV – AWS Networking Fundamentals

If you are just starting out with AWS, you might find the networking a little different from what you are used to on-premises. Take a look at this video series we recently ran on Build Day Live; it was the … Continue reading

Posted in General | Comments Off on Build Day TV – AWS Networking Fundamentals

AWS Design – Enable Scalability

One of the defining capabilities of public cloud is elasticity, the ability to use more or less resource over time to meet the load requirements of your application. When your application is quiet, you should consume and pay for fewer … Continue reading

Posted in General | Comments Off on AWS Design – Enable Scalability

Ten Design Principles on AWS

Having previously looked at some surprises I discovered as I learned about AWS, I’m going to take a look at some of the basic architectural design principles on AWS. As in the last series, there will be blog posts for … Continue reading

Posted in General | Comments Off on Ten Design Principles on AWS