Maximizing Directory Services with LDAP: Creating OUs, Groups, and Users for Improved Authentication and Access Control

Maximize Directory Services with LDAP

Maximizing Directory Services with LDAP: Creating OUs, Groups, and Users for Improved Authentication and Access Control Home Lightweight Directory Access Protocol (LDAP) is an application for working with various directory services. It allows you to store, query, and alter information in a centralized directory, making it a popular choice for authentication and authorization systems. In […]

Port Forwarding Using AWS System Manager Session Manager

Port Forwarding Using AWS System Manager Session Manager

Port Forwarding Using AWS System Manager Session Manager Session Manager is a fully managed AWS System Manager (SSM) capability that allows you to monitor infrastructure instances, edge devices, virtual machines (VMs), and on-premises servers.  Session Manager provides a secure and auditable way to manage your infrastructure while complying with corporate policies and strict security practices […]

AWS Auto scale Instance-Based on RabbitMQ Custom Metrics

autoscale AWS instance

AWS Auto scale Instance-Based on RabbitMQ Custom Metrics Home In this article, we will go over how to auto-scale in/out an AWS instance using RabbitMQ metrics using Terraform. Prerequisite: In a Domain Driven Design architecture, we are using RabbitMQ to publish messages.In RabbitMQ, each subscriber is a queue that binds to different events from different […]

Ingesting and Monitoring Custom Metrics in CloudWatch With AWS Lambda

AWS CDK CLI Functions

Ingesting and Monitoring Custom Metrics in CloudWatch With AWS Lambda Home RabbitMQ is a popular message broker that can send and receive messages between different systems. One use case for RabbitMQ is as an event source for AWS Lambda, allowing Lambda functions to be triggered by letters sent to RabbitMQ queues. This article will examine […]