The cloud has become an essential part of unlocking organizational growth. Everyone is understanding the true value of disruption, and technologies like AI and IoT are seeing increased consumer demand today. This means that the demand to leverage the cloud
Read More…
Over the years, we have helped many businesses across the world leverage cloud technologies to maximize value for their digital transformation journeys. By migrating and modernizing in the cloud, we have enabled companies to transform into more productive and agile
Read More…
As per the latest IDG survey, a large number of companies are planning to increase their investments in the cloud data warehouses and the data lakes in 2021. The survey also found that over the next six to twelve months,
Read More…
Realizing the value of realtime data insights, most businesses today have implemented some kind of streaming data capture & analysis mechanism. One popular way is using Amazon Kinesis, which provides both streaming data ingestion & real-time analytics solution. But in
Read More…
This article is in continuation to an earlier article where we deployed RESTful microservices as Docker containers in Amazon ECS. There we used path-based routing configured in an internet-facing ALB, to invoke the REST APIs from outside AWS. But since
Read More…
Say you have a couple of RESTful microservices at endpoints /c1 & /c2. Let’s look at how we can get these deployed on ECS. Here’s what we’re aiming for: Each microservice will have its own independent docker image/container & endpoint.
Read More…
Say you have an API hosted on an EC2 instance & you want to make it publicly available. One obvious way to do this is to make the instance publicly accessible, but that’s not an ideal solution. Moreover, if we
Read More…
Technology is advancing at a tremendous pace today, and every business is now turning into an IT company of sorts. Digital transformation is the need of the hour, and the first word that comes to mind when we think of
Read More…
According to Gartner, IT spending backed by the cloud will cross $3.7 trillion in the next two years or so. While that’s a huge number it’s not that surprising. Ever heard of organizations taking up digital transformation without using the
Read More…
AWS Fargate lets you run containers without managing servers or clusters. This article is a guide to deploying a simple “Hello World!” Docker Container in Amazon ECS using Fargate. The container we’ll use is available here, built using this Dockerfile. We’ll create the following ECS
Read More…
This article describes the steps involved in creating an Ubuntu EC2 instance, setting up a full-fledged GUI desktop environment on it & connecting to it via Windows Remote Desktop Connection. We start with the EC2 Console at https://console.aws.amazon.com/ec2. Click Launch Instance: Choose the Ubuntu
Read More…
AWS CodeStar is a managed service from AWS that lets us quickly develop, build & deploy C#, Go, HTML, Java, Node.js, PHP, Python & Ruby apps. This article explores using CodeStar to build Spring Boot microservices. We begin at the
Read More…