A Security Group is a virtual firewall for your EC2 instance to control Inbound/Outbound traffic to/from your instance. Having a good understanding of their ... Read all
A simple introduction of Amazon Web Services. We will see a few of its main services and we will also start setting up our development environment to build ... Read all
Introduction to Apache Kafka: Learn Kafka fundamentals, including the concepts of events, topics, partitions, brokers, replication, producers, and consumers. Read all
Over the last 2.5 years, I've been working with AWS and a wide range of its services. In this post, I'll describe some of the tools that I use. Read all
Spring cloud config server helps to manage all the application-specific properties from a single location e.g. Git without affecting the running microservices. Read all