Monthly Archive: April 2023

All private IP addresses within a subnet on AWS 0

All private IP addresses within a subnet on AWS

To get all the IP addresses in use within a subnet using Python on AWS, you can use the Boto3 library, which is the official AWS SDK for Python. This allows you to interact...

What’s RabbiMQ and Why Erlang? 0

What’s RabbiMQ and Why Erlang?

RabbitMQ is an open-source message broker software that implements the Advanced Message Queuing Protocol (AMQP). It is designed to enable communication between distributed applications by allowing them to exchange messages through queues. RabbitMQ is...

How to Efficiently Read AWS Secrets in .NET Core 0

How to Efficiently Read AWS Secrets in .NET Core

you know that securing sensitive data in applications is critical. AWS Secrets Manager helps you protect access to your applications, services, and IT resources without the upfront investment and on-going maintenance costs of operating...