Subbu Tech Tutorialssubbutechtutorials.hashnode.dev·Nov 9, 2024AWS VPC -BasicsThis blog includes some of the resources from Mr. Chetan Agrawal’s Udemy course, AWS VPC and Networking. This course is highly insightful and an excellent choice for learning AWS VPC concepts. Thank you very much, Mr. Chetan Agrawal. 1. AWS Region A...DiscussKubernetes Basics: A Beginner’s GuideAWS
Vasuki Janarthananvasukijanarthanan.hashnode.dev·Nov 3, 2024Exploring the Virtual Private Cloud and playing around with NACL and Security GroupWhat is AWS VPC? The isolated region where we can perform our networking tasks is separated from the public cloud world by adding lots of security. Components of VPC : The user in the outside world wants to access the application through the internet...Discussvpc
Santhosh Haridassaws-devops-project.hashnode.dev·Oct 27, 2024🚀 Day-14:Successfully Completed an AWS EFS Project! 🌐Step-by-Steps: I recently completed a project utilizing Amazon Elastic File System (EFS) to achieve scalable and secure shared storage between multiple EC2 instances. Here's a summary of the project and why EFS was the perfect solution: Project Overv...DiscussAWS
Victor Uzoagbavictoru.hashnode.dev·Oct 25, 2024Security Best Practices for SaaS Applications: End-User GuidelinesIn today's digital landscape, security isn't just an IT department's responsibility—it's everyone's concern. As organizations increasingly rely on SaaS (Software as a Service) applications, understanding and implementing proper security measures has ...Discusssecurityawareness
Santhosh Haridassaws-devops-project.hashnode.dev·Oct 14, 2024🚀 Day-5:AWS VPC Project: Step-by-Step Guide to Building a Secure 2-Tier Network ArchitectureStep-by-Steps In this post, I'll walk you through creating a 2-tier AWS Virtual Private Cloud (VPC) setup. This project focuses on network isolation, security, and scalability by building a secure communication channel between public-facing resources...DiscussAWS
Ankita Lunawatcloudhub2295.hashnode.dev·Oct 7, 2024Troubleshooting concept for EC2..1. Check EC2 Instance Status Verify Instance State: Ensure that the EC2 instance is running. Go to the AWS Management Console → EC2 Dashboard → Instances → Check the instance's state (Running, Stopped, Terminated). Instance Status Checks: Go to ...Discussec2
Abishek Kafledevops.abisec.xyz·Oct 7, 2024Create Security GroupTasks For this task, create a security group under default VPC with the following requirements: Name of the security group is datacenter-sg. The description must be Security group for Nautilus App Servers Add the inbound rule of type HTTP, with po...DiscussCloud Platformssecuritygroups
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Sep 26, 2024AWS CloudFormation Template-AWS VPC with a single subnet, a security group, and an Amazon EC2Introduction :- AWS CloudFormation template is a fundamental blueprint for deploying a network infrastructure on #Amazon Web Services (AWS). CloudFormation is a powerful #infrastructure as code (IAC) service that enables you to define and provision A...Discusscloudformation
Roshan Patilroshanp.hashnode.dev·Sep 25, 2024AWS Security Groups v/s NACLIn today’s ever evolving tech world, it is very important to make your application safe and secure. In AWS there are two key components available to manage access to your AWS resources. Both protects your cloud infrastructure, works in different ways...DiscussAWS
Prem Choudharyprem14choudhary.hashnode.dev·Sep 9, 2024Cannot able to transfer file from bastion or jump server to EC2 instance.While learning, I faced the issue of not being able to connect my bastion server or jump server to the EC2 instance for file transfer.Here the solution: Open your terminal. Connect your bastion server with local system by ssh command. ssh -i /path/...Discuss·30 readsDevops