Ensuring Uninterrupted Service: AWS Route 53 Health Checks for Ultimate Availability

Introduction To increase uptime, it is normal to utilize multiple resources that serve identical functions within your on-premise and/or cloud environment. Examples include several web servers or entire multi-tier architectures including web servers, databases, and static data storage; this is a standard practice. However, the challenge arises in ensuring the operational efficiency of a portion …

Revolutionize Your Database: Effortlessly Migrate Your SQL Server to Amazon RDS with the Power of AWS DMS

Introduction If you’re running mission-critical workloads on a Microsoft SQL Server database that’s on-premises and want to move to AWS while maintaining the same database engine and minimize/eliminate downtime, AWS Database Migration Service maybe your answer. This post offers a solution for transferring your on-premises SQL Server database to Amazon RDS for SQL Server using …

AWS Application Migration Service – Part 2

Introduction In continuation of Part 1, we’ll delve deeper into the Application Migration Service, focusing on downloading and configuring the replication agent on the source servers. Additionally, we’ll explore how all launched instances can follow a global template to ensure consistent configuration settings, and how to run scripts after launch for further customization. Prerequisites AWS …

AWS Application Migration Service – Part 1

Introduction AWS MGN is a highly automated, adaptable, and dependable lift and shift system. Anyone can utilize the AWS application migration service (AWS MGN), a lift-and-shift AWS service, using the AWS administration console. In this post, i will explain the AWS MGN service and network architecture. AWS MGN can assist with streamlining, accelerating, and lowering …

AWS – Elastic Disaster Recovery

Introduction IT disasters such as data center failures, server corruptions, or cyber-attacks can not only disrupt your business, but also cause data loss, impact your revenue, and damage your reputation. AWS Elastic Disaster Recovery (commonly referred to as DRS) minimizes downtime and data loss by providing fast, reliable recovery of physical, virtual, and cloud-based servers …

Manual VM Import to AWS

I have been getting asked more and more how to manually import on-premise virtual machines into AWS, without using other services such as CloudEndure or AWS Migration Services. Some may want a quick and dirty way to get the source to the destination without spinning up any extra appliances, going through Change Control, or just …

Setup a Highly Available Website in AWS Using Terraform

Have you ever awoken from a deep sleep and been in the mood to setup a highly available, load balanced website using NGINX, while having the webpages pulled securely from an S3 bucket that also happens to hold your NGINX logs? Me neither; however, I was asking for a friend. Even though the question is …