Ayush MohantyforBLOGSayush24.hashnode.net·Jul 25, 2022All about AWS VPCWhat is Amazon VPC? Amazon Virtual Private Cloud (Amazon VPC) enables you to launch AWS resources into a virtual network that you've defined. You have complete control over your virtual networking environment, including a selection of your IP addre...Discuss·13 likes·94 readsAWS
Abhishek KumarforAbhishekabhishek003.hashnode.net·Jan 16, 2023VPC, Subnet & NetworkingIn this blog, I am going to talk about some basic but very important cloud concepts like VPC, Subnet, CIDR, IGW, NAT GW etc. Tasks, we are going to cover: Create a Custom VPC with Public & Private subnets The initial 2 Octets of the Subnet IP range...Discuss·10 likes·48 readsAWS
SREERAJ Rforsreeraj6.hashnode.net·Mar 12, 2023Virtual Private Cloud (vpc)A virtual private cloud (VPC) is a secure, isolated private cloud hosted within a public cloud. VPC customers can run code, store data, host websites, and do anything else they could do in an ordinary private cloud, but the private cloud is hosted re...Discuss·10 likes·37 readsvpc
Sagarpreet Chadhaforsagarpreet.hashnode.net·Apr 25, 2023Demystifying subnets in AWSThe Beginning: Hi there, If you have ever created a VPC and added subnets to it, it must have been an overwhelming experience with thoughts in your mind going like this: Is the CIDR of this subnet part of VPC CIDR or not? Is the CIDR of this subnet...Discuss·1 likeAWS
ILYAS RUFAIforiEase DevOps' Blog | ILYAS RUFAIrufilboy.hashnode.net·Apr 18, 2023Virtual Private Networks (VPNs) and their ImportanceIn today's digital age, Virtual Private Networks (VPNs) have become an essential tool for many individuals and businesses. VPNs are a type of technology that allows users to create a secure, encrypted connection over the internet, providing a private...DiscussNetworking2Articles1Week
Mogbojuloluwaforgboju.hashnode.net·Apr 6, 2023Building a highly performant and reliable web application with VPC, private subnets, and Load Balancer in AWS.INTRODUCTION As a developer, ensuring every web application you deploy is always available and responsive to users is crucial for maintaining customer satisfaction. Server downtime and slow response times can occur when web applications are not confi...Discuss·1 like·26 readsAWS
Stefan OlaruforStefan Olarustefanolaru.hashnode.net·Mar 28, 2023Run Lambda functions with fixed IPA Lambda function runs in its own container and when invoked, the external requests to 3rd-party services will appear as coming from various IP addresses. This becomes a problem when our Lambda function needs to communicate with IP-restricted access ...Discuss·68 readsAWS
Adel AlmasaabiforAdel's DevOps Insightsadel-almasaabi.hashnode.net·Mar 25, 2023AWS Shared Subnets: Reducing Cost and Complexity for OrganizationsAs organizations continue to move their infrastructure to the cloud, optimizing costs and reducing complexity become key priorities. One way to achieve this is by implementing AWS shared subnets, a feature that allows multiple AWS accounts to share t...Discuss·36 readsAWS
SREERAJ Rforsreeraj6.hashnode.net·Mar 12, 2023Virtual Private Cloud (vpc)A virtual private cloud (VPC) is a secure, isolated private cloud hosted within a public cloud. VPC customers can run code, store data, host websites, and do anything else they could do in an ordinary private cloud, but the private cloud is hosted re...Discuss·10 likes·37 readsvpc
venkat sforvenkat saladi's blogsaladi.hashnode.net·Mar 10, 2023Securing Your AWS Resources with Network Security: A Guide to Configuring Security Groups and NACLsIn the digital age, network security has become a major concern for businesses of all sizes. With the rise of cloud computing, the security of the network has become even more critical. Amazon Web Services (AWS) provides several network security feat...DiscussAWS
Jenna's RunbooksforJenna's Runbooksjennasrunbooks.hashnode.net·Mar 8, 2023Bash Script to Enable VPC Flow Logs on all subnets in a GCP ProjectHere's a super simple bash script to enable VPC flow logs on every subnet across a specified GCP project with an option to include or exclude logging metadata that I wrote. It has the aggregation interval set to 10-min however, you could modify this ...Discuss·32 readsGCPgoogle cloud
venkat sforvenkat saladi's blogsaladi.hashnode.net·Mar 7, 2023"What Are the Most Effective Strategies for Securing Your AWS Resources?"Use IAM Roles and Policies: AWS Identity and Access Management (IAM) allows you to manage access to your AWS resources securely. IAM roles allow you to grant permissions to AWS services and resources, and IAM policies allow you to define the actions ...Discuss·33 readsaws security
Jenna's RunbooksforJenna's Runbooksjennasrunbooks.hashnode.net·Mar 6, 2023AWS Hybrid DNS with TerraformThis article was originally published in July 2022 on my GitHub io blog here Overview The purpose of this runbook is to demonstrate the implementation of an AWS Hybrid DNS design and architecture between an AWS region hosting private-only subnets an...Discuss·61 readsAWSAWS