Yash Rathoreyyashrathore.hashnode.dev·Feb 6, 2025Everything You Need to Know About Security GroupsIn the cloud, security is not just an option — it’s a necessity. Whether you’re deploying an application or managing infrastructure, Security Groups act as your first line of defense against unauthorized access. But what exactly are Security Groups, ...Devops
Nikitha Jainnikithajain.hashnode.dev·Feb 3, 2025Launching an AWS Instance and configuring Security groups 🌥️🔒AWS (Amazon web services) is the most popular cloud platform and EC2 Instance (Elastic compute cloud) is the service of AWS that is used mostly to create a virtual server with in minutes. In AWS, Instance is basically a server. Security groups is lik...1 like·31 readsDevops
Soumo Sarkardevops-easy.hashnode.dev·Jan 31, 2025Mastering AWS EC2: A Guide to Secure Your Cloud ComputingImagine you have a brilliant idea for an online project—a website, an application, or even a machine learning model. You're excited to bring it to life but face a crucial question: Where will I host it? You need a reliable, scalable, and secure platf...113 readsAWS
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’s understand terraform with an example use-case by automating the AWS infrastructure. Pre-requisites : Basics of aws ...10 likesTerraform
Yashraj Garnayakdisarj.hashnode.dev·Dec 11, 2024🚀 How to Launch an EC2 Instance in the New AWS ConsoleLaunching an EC2 instance is the first step towards harnessing the power of cloud computing in AWS! Whether you're deploying a web server, hosting an application, or experimenting with different technologies, AWS EC2 (Elastic Compute Cloud) gives you...1 like·29 readsAWS#LaunchEC2
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Dec 1, 2024Difference between Security group and Network control access list (NACL)Comparison: VPC Security Group vs NACL in AWS. Security Group is the firewall of EC2 Instances Network ACL is the firewall of the VPC Subnets Key Differences: Security group vs NACL Scope: Subnet or Instance (where to apply) Security Groups operate ...AWS Clouddevcloudjourney
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...Kubernetes 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...vpc
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...AWS
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 ...securityawareness