Deploying the boutique shop to AWS

Synopsis

In the last post, we saw how a typical web app is deployed to Google Cloud. Now, let’s take it a step further and check out how the same app is deployed on AWS.

We won’t dive into the nitty-gritty just yet. The main goal here is to emphasise the common need among modern digital companies: getting their product out to a specific cloud (or using a multi-cloud approach) as quickly as possible, so that new features reach the end users ASAP.

One of the latest trends to achieve this agility is the use of Kubernetes. It’s a cool technology that doesn’t tie you down to a specific cloud, allowing you to develop an app once and deploy it to as many different platforms as you need.

It’s super appealing for companies to have this kind of flexibility, but here’s the deal – using Kubernetes effectively requires some serious expertise.

In this post, we’ll keep the tech stuff on the down-low and show you in a simple way how to deploy the Boutique Shop web app using the AWS cloud.

So, without further ado, here’s the video: https://youtu.be/VOXVoekW-o0


Comments

Leave a comment