Posts

AWS SQS

Image
AWS SQS What is SQS in AWS? Amazon Simple Queue Service (SQS) is a fully managed message queuing service that enables you to decouple and scale microservices, distributed systems, and serverless applications. SQS eliminates the complexity and overhead associated with managing and operating message oriented middleware, and empowers developers to focus on differentiating work. Using SQS, you can send, store, and receive messages between software components at any volume, without losing messages or requiring other services to be available. Get started with SQS in minutes using the AWS console, Command Line Interface or SDK of your choice, and three simple commands. SQS offers two types of message queues. Standard queues offer maximum throughput, best-effort ordering, and at-least-once delivery. SQS FIFO queues are designed to guarantee that messages are processed exactly once, in the exact order that they are sent.   Amazon   SQS   is a message queue service   used by ...

Automation of Technology using Python-Script

Image
 Automation of Technology using Python-Script To Integrate Docker With Python3 Description — — — — — — — — — — — — — — — — — — — — — — — — To Configure Docker on Top of REDHAT LINUX 8 To Start Docker To Stop Docker To launch a container on Docker To Start and attach Container (if already exists) To stop container To check for Running Container To check for all container (Either running or stopped) To delete/remove the container on docker — — — — — — — — — — — — — — — — — — — — — — — — — SEE MENU OF DOCKER ON PYTHON: STEP 1. To Configure Docker on Top of REDHAT LINUX 8 There has to some step to follow to configure docker on Redhat linux 8. In my case docker repo is already exists i have configured so i pressed ‘y’ and My Docker configured. STEP 2. To Start Docker STEP 3. To   Stop Docker STEP 4. To Launch a container/OS on Docker There has some step required to Launch container Download container Install and run container In my Case I downloaded Ubuntu and Install Ubuntu 14.04....