Kasturi Nithinnithin1.hashnode.dev路Jan 6, 2025Automate Provisioning EC2 with Terraform.Terraform is a Infrastructure As Code (IAC) tool used to provisioning and managing infrastructure on-premises and in the cloud .Let鈥檚 understand terraform with an example use-case by automating the AWS infrastructure. Pre-requisites : Basics of aws ...10 likesTerraform
DEVESH NEMADEdeveshnemade.hashnode.dev路Dec 24, 2024Understanding CIDR to IP Range Conversion for AWS VPC SubnetsIn AWS VPC, defining your IP address ranges using CIDR (Classless Inter-Domain Routing) is a critical step for creating efficient and scalable networks. Every VPC requires a CIDR block that determines its IP range, and subnets within the VPC divide t...CIDR
Sarah Akinolasarah-devblog.hashnode.dev路Dec 14, 2024Understanding Subnetting: The Key to Efficient Network DesignIntroduction Imagine a big city with thousands of interconnected streets, homes, and businesses. To keep things organized, the city is divided into neighborhoods, each with its postal code. This makes deliveries efficient and ensures no package gets ...subnet
Amulyaawscloudbasics.hashnode.dev路Nov 13, 2024Understanding Networking Fundamentals: IP Addresses, Subnets, and CIDR1. IP Addresses: The Foundation What is an IP Address? An IP address is a unique identifier assigned to devices connected to a network Helps in tracking, monitoring, and controlling access for specific devices Essential for network management and ...2 likesnetworking#network ports
Indu Jawlacoders.hashnode.dev路Oct 14, 2024CCNA: All about IP Addressing1. Introduction to IP Addressing IP (Internet Protocol) addressing is the cornerstone of networking and communication on the Internet. Each device on a network requires a unique IP address to send and receive data effectively. The significance of IP ...public private IP
Ankita Lunawatcloudhub2295.hashnode.dev路Oct 1, 2024Setting up VPC Peering in AWS within the same regionVPC Peering in AWS is a networking connection that allows you to route traffic between two Virtual Private Clouds (VPCs) using private IP addresses. VPC Peering enables the resources in one VPC to communicate with resources in another VPC as if they ...vpc peering
Tobias M眉llertobilg.com路Sep 20, 2024Querying IP addresses and CIDR ranges with DuckDBI had a use case that eventually required performing IP address lookups in a given list of CIDR ranges, as I maintain an open source project that gathers IP address range data from public cloud providers, and also wrote an article in my blog about an...612 readsduckDB
Amitabh soniforamitabhdevops.hashnode.dev路Sep 3, 2024Top 15 AWS Services that Every DevOps Engineers should learn馃殌 Continuing My DevOps Journey: Mastering the Top 15 AWS Services Every DevOps Engineer Should Know! 馃殌 After taking a brief pause from my DevOps studies to focus on my exams, I am thrilled to be back on track, continuing my learning journey with re...10 likes路29 readsDevops
DevLogsrdev.hashnode.dev路Sep 2, 2024Unlocking Networking Basics: IP Addresses, CIDR, Subnets, and Ports Made EasyHave you ever wondered how information travels across the internet? Imagine a vast network of roads bustling with data packets, zipping from one device to another. But unlike physical roads, these digital highways need a sophisticated traffic managem...Devops
Yusuf Isahyuscode.hashnode.dev路Aug 20, 2024Chapter 3 - IP AddressingIntroduction IP addressing is a fundamental concept in networking. This chapter covers the basics of IPv4 and IPv6, including how IP addresses work, the differences between private and public IP addresses, and the principles of subnetting. IPv4 and I...10 likesNetworkingnetworking