Work

Why Ecs Fargate

Why Use Amazon ECS and Fargate to Deploy Your Node.js Application? In the world of cloud-native development, efficient and scalable deployment strategies are crucial for modern applications. For Node.js developers, leveraging Amazon Elastic Container Service (ECS) and AWS Fargate offers a host of advantages, simplifying deployment, scaling, and management. In this post, we’ll explore why ECS and Fargate are excellent choices for deploying Node.js applications.

  1. Serverless Container Management No Infrastructure to Manage Fargate allows you to run containers without managing the underlying EC2 instances. This serverless model means you don’t need to worry about:

Provisioning: No need to select instance types or manage capacity. Scaling: Automatic scaling without manual intervention. Maintenance: AWS handles OS updates and security patches. For Node.js applications, this means you can focus entirely on your app’s functionality and not on managing servers.

Skill Matrix

One draw back of being in the IT industry for so many years is the amount of technologies I’ve used in all past projects, this complicates things even more when I’m on a interview and I’m asked one of the most nonesense questions, whish is:

  • How many years of experience do you have in ____ technology? Just fill whichever technology you want in the blank and as you might know, the answer is mostly nonsense. Just to mention a couple of examples:
  1. The first time I used AWS was back in 2008, back then I was working in a start up company and the product to be built was a brokerage, we where looking into implementing some infrastructure in the newly created AWS but we where unable to do so since at the time, AWS was not PCI compliant. Funny to think about that now, 16 some years later. Now, the fact that I used AWS for the first time that many years ago, does not mean that I am a master of AWS technologies. What it means is that I’ve used AWS on and off for the past 16 years and are very comfortable with most of the common tools and services. Recently I worked in a project in which it was my first time using Fargate and ECS. It took me a couple of weeks to get the entire implementation going and it was fun to work with it.