Amazon VPC Network ACL in AWS

Dear Readers, In this article, we will see the Amazon VPC Network ACL in AWS. Network ACL (NACL) NACL stands for Network Access Control Lists. It is an optional layer of security for your VPC NACL acts as a firewall for controlling traffic in and… Read More

Amazon Virtual Private Cloud in AWS

Dear Readers, In this article,we will see brief explanation regarding to VPC(Virtual Private Cloud). What is VPC? VPC  called as Amazon Virtual Private Cloud (VPC). It enables you to launch AWS resources into a virtual network that you’ve defined. A Virtual Private Cloud is a… Read More

Amazon IAM Roles in AWS

Dear Readers, In this article,we will see Create a role and attached source “EC2” and Destination “AmazonS3FullAccess”. Launch one instance and assign this role to the EC2 instance. Connect to Linux server through putty. We can manage S3 bucket through role instead of giving credentials.… Read More

Identity and Access Management in AWS

Dear Readers, In this article, we will see the Identity and Access Management in AWS. Steps to Follow  Create 2 users “Ramesh” and “Ajay” Create 2 groups “EC2 Full Access” and “S3 Full Access” Give permission to groups “AmazonEC2FullAccess” and “AmazonS3FullAccess” First group has AmazonEC2FullAccess… Read More