Samuel Colonsamcolon.hashnode.dev·Dec 2, 2024Automating Log Management with Bash and S3One of the most common tasks when working with the cloud is creating scripts to automate processes. These scripts are typically written in either Bash or Python. In this project, I’ll guide you through setting up the infrastructure needed to host an ...Discuss·75 readsAWS
Ricardo Cinoricardocino.hashnode.dev·Nov 21, 2024Private API Gateway with DNSAt PostNL we are building most of our applications with Serverless in mind, let me rephrase that, we build all our applications within our own landing zone with Serverless only. There is no option to deploy any kind of EC2 and if you need containers ...DiscussAPI Gateway
Santhosh Haridassaws-devops-project.hashnode.dev·Oct 19, 2024🚀Day-7: How I Configured AWS VPC Peering Between Mumbai and Virginia Regions 🚀Step Process: In this post, I’ll walk you through the step-by-step process of configuring VPC Peering between two different AWS regions: Mumbai (ap-south-1) and Virginia (us-east-1). VPC Peering enables private communication between VPCs across regio...DiscussAWS
Shivprasad Waghmareshivprasadwaghmare.hashnode.dev·Oct 6, 2024VPC Tutorial #3: How to set-up AWS VPC Endpoint a step-by-step guideTable of Contents - Setup VPC and its components - EC2 instance S3 bucket AWS CLI commands (aws configure) IAM User VPC Endpoints Introduction - A VPC Endpoint lets you securely access services like S3 from a private subnet without using th...Discuss·1 like·26 readsVPC and its usecasesAWS
prabath kumarprabath.ponnala·Aug 7, 2024Most Asked Interview Questions and Answers on AWS VPCWhat is Amazon VPC, and why is it important? Amazon VPC allows you to provision a logically isolated section of the AWS cloud where you can launch AWS resources in a virtual network that you define. It's important because it gives you control over yo...DiscussAWS DevOps Interview Questions & Answers for FreshersAWS
Shaileshshaileshpashte.hashnode.dev·Aug 1, 2024Simplifying AWS Networking: VPC Peering and VPC EndpointsIntroduction In AWS, Virtual Private Clouds (VPCs) provide a logically isolated section of the cloud where you can launch AWS resources in a virtual network that you define. To enhance connectivity and security within and across VPCs, AWS offers VPC ...DiscussAWS
Chandra Prakash Reddydevopstour.hashnode.dev·Jul 10, 2024AWS Virtual Private Cloud ( AWS VPC ) { Part - I }Introduction A virtual private cloud, or VPC, is an AWS-powered virtual network that mimics the architecture of a traditional data center network. For a single client, a VPC functions as a virtual data center network within AWS. It makes sense for...Discuss·3 likes·33 readsAWS TourAWS VPC
Yogitha Kkakarlayogitha.hashnode.dev·Jul 6, 2024VPC endpoint and VPC endpoint servicesThe Consumer VPC is the one that needs to access the services provided by the Provider VPC. This VPC "consumes" the services. VPC Endpoint: This endpoint connects to the VPC Endpoint Service in the Provider VPC, facilitating private communication bet...Discuss·26 reads#vpc endpoint services
SUJANsujanmagar.com.np·Jun 14, 2024VPC EndpointsToday, we will be learning about VPC Endpoints. VPC Endpoints VPC endpoints are a way to privately connect your VPC to supported AWS services and VPC endpoint services without requiring an internet gateway, NAT device, VPN, or Direct Connect connecti...Discuss·1 likeAWS
Rachanarachanav.hashnode.dev·May 29, 2024Understanding VPC EndpointsHave you ever wondered how to ensure secure and efficient communication between your AWS services? How can you keep data transfers private and reduce latency while avoiding the need for internet gateways and NAT gateways? Imagine your EC2 instances i...Discuss·55 readsAWS