Introduction One of the common issues we ran into when running an application on a multi-server environment is how to manage sessions. especially an AWS auto-scaling architecture. In this article, we’re going to discuss some approaches we used in our manage environments to overcome such issues. Load Balancer Session Stickness: AWS application load balancer...
Background: S3 the AWS service for object storage, it’s not using POSIX protocol and hence we can’t mount it directly, however, there are some open-source tools that help in mounting your S3 bucket as a standard file system. Why Mounting S3 as File System? in many cases, you may have an application that has no...
Background: AWS is now the leading global cloud services provider with more than 14 regions across the world, companies no matter the size of their infrastructure is moving towards using the cloud services for many reasons, however, the majority have no team or individuals with enough experience to manage these cloud environments, for this reason,...