Automated Infrastructure Management with Terraform Backend and S3 Bucket Integration

Introduction When creating infrastructure as code (IaC) via Terraform, it is necessary to maintain a history of the infrastructure being built. It accomplishes this using a state file, which is merely a straightforward JSON file that outlines the infrastructure that Terraform has built and any modifications that might be made. This file should be checked …

AWS Site-to-Site VPN with Azure

AWS and Azure Configuration with Terraform Introduction Silos cannot function in the modern world. Interoperability is crucial for successful businesses and as much as one may want, a truly homogenous environment is hard to come by. In our everyday demands, all of us experience the urgent necessity to quickly establish communication across various technological environments …

VPC Flow Logs via Terraform

Network flow logs are gathered, archived, and analyzed by numerous organizations. They utilize this data to diagnose connectivity and security problems and check that network access rules are functioning as intended. Amazon Virtual Private Cloud (VPC) allows us to better support this crucial part of network monitoring, through VPC Flow Logs. Relevant network traffic will …

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 …

AWS – Hybrid DNS

Route 53 & On-Premise DNS Integration Introduction Domain Name System (DNS) is a foundational element of the internet which acts as a concierge when looking for name resolution, rather than memorize the large quantities of IP addresses for the servers and services in your network or the Internet. The below document highlights hybrid DNS resolution, …

AWS Network Firewall

Centralized Model Introduction Do you have a multi-VPC AWS environment with multiple ingress and egress points? Do you want to consolidate your blast radius (and in turn costs) in such a way that you would like to inspect all ingress and egress traffic related to your AWS environment through a centralized model? In this post, …