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 likeAWS#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
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...AWS
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 ...ec2
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...Cloud Platformssecuritygroups
Mahira Technology Private Limitedmahiratechnology.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...cloudformation