Big Data, Cloud

Containerized Schema Evolution: Confluent to AWS ECS Migration

In today's data-driven world, the efficient management of data schemas is critical. The Confluent Platform Schema Registry has long been a trusted solution for ensuring schema compatibility in Apache Kafka environments. However, as cloud services gain prominence, migrating your Confluent Schema Registry to AWS ECS (Elastic Container...

by sukhpreet.singh
Tag: AWS ECS
18-Sep-2023

AWS, DevOps

Dynamic Port Mapping in ECS with Application Load Balancer

AWS recently launched a new Application Load Balancer (ALB) that supports Dynamic Port Mapping with ECS. It allows you to run two containers of a service on a single server on dynamic ports which ALB automatically detects and reconfigures itself. Amazon EC2 Container Service ECS is a managed container service that allows you to run...

by Tejprakash Sharma
Tag: AWS ECS
24-Jan-2017

AWS, DevOps

How To Automate Docker Deployments in AWS ECS

Through this blog, I would be explaining how to automate Docker deployments in AWS ECS using a Use Case. Prerequisite: Basic understanding of how Docker and AWS ECS  works would be helpful. In the given use case, we have used microservices architecture, and earlier deployments were done manually. It used to take 15-20 minutes per...

by Neeraj Gupta
Tag: AWS ECS
28-Nov-2016

AWS, DevOps

Monitor AWS ECS Agent & Automatically Restart Agent on Failure

Amazon EC2 Container Service is a container management service that makes it easy to manage docker containers on EC2 instances. AWS ECS you can create task definition to define container configuration like memory, cpu, environment variables, mount point and services to scale docker containers. Use Case: In one of our project we setup...

by Neeraj Gupta
Tag: AWS ECS
30-Apr-2016