How to Install Docker on Ubuntu 20.04 LTS

Docker is a tool designed to make it easier to create, deploy, and run applications by using containers. Containers allow a developer to package up an application with all of the parts it needs, such as libraries and other dependencies, and deploy it as one package. We can Create or build Images & push to …

How to Create & Configure Simple Email Service on Amazon Web Service(AWS).

Amazon Simple Email Service (SES) is a cloud-based email service that provides cost-effective, flexible and scalable way for businesses of all sizes to keep in contact with their customers through email. Amazon SES customers send up to hundreds of millions of emails a day. In the last year alone, SES send over 500B emails on …

How to Create & Configure Simple Queue Service(SQS) on Amazon Web Service(AWS).

Amazon SQS provides queues for high-throughput, system-to-system messaging.We can use queues to decouple heavy weight processes and to buffer and batch work. Amazon SQS is a web service that gives you access to a message queue that can be used to store messages while waiting for a computer to process them.   Login to aws …

How to Create Container Registry on Azure

First login into azure portal click on all services > Container Registry.   Click on Create.   On the Basics tab provide all required details such as resource group & Instance details (Registry name, location & SKU).Click Next on Networking.   Now by default connectivity method is public endpoint(all network). Select SKU basic and by default you will …

How to Create AD Connector Directory Service on Amazon Web Service(AWS).

AD Connector is a proxy for redirecting directory requests to your existing Microsoft Active Directory without caching any information in the cloud. AD Connector comes in two sizes, small and large. A small AD Connector is designed for small organizations and is intended to handle a low number of operations per second. A large AD …