
Featured in Cloud

As organizations continue to adopt cloud computing, they often face challenges with managing multiple subscriptions, security, compliance, and governance. Azure Landing Zones offer a comprehensive...

Top 5 Reasons Why people are using terraform cloud?
Terraform Cloud is offered as a multi-tenant SaaS platform. It offers a free tier for getting started, and can accommodate both small businesses and large...


Import your Entire Azure Environment using Terrafy
Many companies will start to adopt some form of IAC (infrastcuture as code) tool. One of the most popular tools is Terraform. With companies moving...
Latest posts


Azure Traffic Manager Routing Method Deep Dive
Azure supports 6 different azure traffic manager routing methods to help provide load balancing to your endpoints inside or outside of azure. The routing methods...


Azure Traffic Manager Vs Azure Load Balancer Differences
Many engineers at some point may need to decide when to use azure traffic manager vs azure load balancer. Designing high availability for web applications...


Azure Firewall to Route Spoke Vnets Through Hub Vnet
One of the recommended azure architectures is a hub and spoke network setup. This architecture consist of the following azure components: 1x Hub Virtual Network...


How to create a vnet in azure using terraform
In azure vnets allow you to separate out parts of your cloud infrastructure into different network segments. This structure is almost the equivalent of building...


Azure Firewall vs Network Security Group
When it comes to protecting your azure resources, a question you may come across is when to use an azure firewall vs network security group....


How to fix Objects have changed outside of Terraform
When working with terraform, you may run into the error “objects have changed outside of Terraform”. This error means that your terraform state and application...


Secure Terraform State in an Azure storage account
Terraform state allows for terraform to understand what resources to add, update or delete. When using terraform, the state file is initially stored locally on...


Build an Azure Homelab using Terraform
Building an azure homelab can help give you the opportunity to study for certifications or help grow your career as a cloud engineer. Using terraform...


How to increase security with an AWS S3 VPC Endpoint
An aws s3 vpc endpoint allows private access to Amazon S3 from your VPC. This improves overall security since traffic to S3 will not have...


How to Setup AWS VPC Peering
AWS VPC peering allows you to route traffic between two VPCs using their respective private IPv4 or IPv6 addresses. It is possible for instances in...


How to deploy an AWS Linux EC2 Instance Using Terraform
As the companies start to move to the cloud, you may find yourself needing to deploy an aws linux ec2 instance using terraform. There are...


How to Create an AWS VPC using Terraform
As more companies move to the cloud, many companies will need to create an aws vpc using terraform. Terraform helps eliminate manual task you would...


Security group and a network ACL in AWS: What’s the difference?
When looking to provide enhanced security for your production resources in AWS, a security group or network ACL combined can help increase your security posture....


How to Setup an AWS Client VPN using OpenVPN
Once you start to get more resources into AWS you may not want to expose them all to the internet to gain access to them....


Complete Guide: How AWS Site-to-Site VPN Works
When moving to the cloud, you may need to connect your additional datacenter to your cloud resources. Read the complete guide on the AWS site-to-site...


AWS Advanced Virtual Private Cloud | Components & Design
When taking an approach to learning more about the advanced virtual private cloud, there are services and features that can help improve the reliability and...


Complete AWS VPC tutorial for beginners 2022
AWS has many components that continue to grow year after year. This complete AWS VPC tutorial for beginners can also be followed along by advanced...


How to Create an AWS S3 Bucket using AWS CLI
Creating an AWS S3 Bucket can be done programmatically, using the aws cli or through various automation platforms. One easy way is through the aws...


How to build the best Homelab using AWS
Looking to start a career in IT? There may come a time when you will want to study for certain certifications or just learn new...


How to Create a Virtual Private Cloud in AWS the Secure Way
Understanding how to build Secure VPCs will help in growing your business and or career as you start to use the Amazon Virtual Private Cloud...


Quick Overview to using Amazon Lightsail
For a low, predictable fee, Lightsail includes everything you need to get your project up and running quickly....


Best ways to Secure Your EC2 Instance
When building out your Amazon EC2 Instance you are responsible for configuring effective access controls to protect your EC2 instances from unauthorized use. ...


Ultimate Amazon EC2 (Elastic Compute Cloud) & EBS (Elastic Block Store) Guide
AWS Elastic Compute Cloud (EC2) is designed to replicate your datacenter/server rooms as closely as possible....