Introduction: In this article, we are going to talk about Jenkins on AWS using best practices and recommendations to achieve best performance and high availability. Continuous Integration (CI) : Continuous integration is a software development practice in which developers regularly merge their code changes into a central repository, after which automated builds and tests are...
Introduction: In some cases, you require to create a replication between an AWS and non-AWS environments, suppose you need to have a read-only version of your database to reduce the latency, or for creating a disaster recovery storage. in such a situation, the best way to make sure you have up to date version of...