
Table of Contents What Are We Building? Architecture Overview Prerequisites Project Structure Step 1: Multi-Cloud Infrastructure with Terraform Providers Configuration AWS Module — VPC, Subnet, Security Group, EC2 GCP Module — Network, Firewall, VM Root Main and Outputs Step 2: The Flask App — CrashLab API …
Read More
Table of Contents What is API Gateway? Why and How? What is it? Why use it? How does it work? Understanding API Methods Tutorial: Creating Your First API with Lambda Step 1: Create a Simple Lambda Function Step 2: Create a REST API in API Gateway Step 3: Create a Resource and Method Step 4: Deploy Your API Proxy …
Read More
Table of Content HTTP Trigger Azure Function App Timer-Triggered Azure Function App Azure Queue Storage Trigger Azure Function App Authentication using Azure Entra ID How to Deploy an Azure HTTP Trigger Function App Using Python and the Azure CLI Azure Function Apps offer a powerful serverless compute option that …
Read More
Table of Content Terraform Code for Azure Virtual Machine Azure Course Slides 1. Terraform Code for Azure Virtual Machine 1## main.tf 23resource "azurerm_linux_virtual_machine" "dev_eu_north_ubuntu_vm" { 4name = "dev-eu-north-ubuntu2204-vm" 5resource_group_name = …
Read More
S3 Bucket Presentation S3 Bucket S3 Bucket S3 Bucket S3 Bucket S3 Bucket S3 Bucket S3 Bucket S3 Bucket S3 Bucket S3 Bucket S3 Bucket S3 Bucket S3 Bucket S3 Bucket S3 Bucket S3 Bucket S3 Bucket S3 Bucket S3 Bucket S3 Bucket S3 Bucket S3 Bucket S3 Bucket …
Read More
Introduction Welcome to another ansible blog post! I am Rahul, and today, we'll dive deep into Ansible Handlers. Before we jump straight into the demo, let's lay a solid foundation by understanding the 'what' and 'when' of Ansible Handlers. Table of Content What Are Ansible Handlers? Setting Up the Ansible Handler …
Read More
Securing Sensitive Data in Terraform Table of Content Introduction Securing Sensitive Data with Terraform 2.1 Securely managing Terraform variables 2.2 Encrypting Sensitive Data at Rest 2.3 Encrypting Sensitive Data in Transit 2.4 The use of sensitive argument in Terraform to prevent logging of sensitive data …
Read More
- Introduction Security in the cloud is not just an option; it's an imperative. Much like a well-guarded fortress, your cloud infrastructure needs robust, scalable defenses. AWS provides us with a wealth of tools and best practices for this task, but managing them manually can feel like trying to organize an unruly …
Read More
Terraform, HashiCorp's infrastructure as code (IaC) tool, is a favorite among developers and system administrators for its simplicity and power in managing and provisioning data center infrastructure. However, as with any technology, there are complexities that arise as we go deeper. One such complexity is loading …
Read More
Yes, Terraform can be used to provision on-premises servers, but there are some differences compared to how it manages cloud resources. While Terraform can directly interact with the APIs of many cloud providers to manage their resources, it does not have direct access to an API for your on-premises infrastructure. To …
Read More