AWS, AWS Interview Question, AWS Network

Is aws ec2 instance private ip static or dynamic?

A private IPv4 address is an IP address that’s not reachable over the Internet. You can use private IPv4 addresses for communication between instances in the same VPC. When an instance is launched, aws allocate a primary private IPv4 address for the instance from selected or from default subnet and vpc. An instance receives a primary private IP address from…

Continue Reading

AWS Network

AWS Inter-Region VPC Peering

AWS Inter – Region VPC Peering Normally VPC peering can be created between two VPCs in the same region ,either in same account or in different account.On Nov 29 Amazon announced VPC peering can be created between different regions . At this moment this facility announced for few regions. “Amazon EC2 now allows peering relationships to be established between Virtual…

Continue Reading

AWS Network

Description field in security group – AWS New feature

    Description field in security group – AWS New feature Finally the most awaited feature has been added ! Yes its really difficult to understand and track in security group which ip belongs to which network and what purpose. In large scale environment really hard to manage when someone comes to new to the environment. You can add Description…

Continue Reading

AWS Network

How to create AWS placement group and Launch Instances

  Overview: AWS Placement Group is a logical grouping of instances within a single Availability Zone  Using Placement Groups enables applications to participate in a low-latency, 10 Gbps network To get high performance network with low latency placement group is very good option. Logically the instance will be closer to . This will be useful for Cluster servers environment or very high transnational…

Continue Reading

AWS Network

Which one is best to use NAT instance or NAT gateway? 

  Which one is best to use NAT instance or NAT gateway?  NAT instance You can use a network address translation (NAT) instance in a public subnet in your VPC to enable instances in the private subnet to initiate outbound IPv4 traffic to the Internet or other AWS services, but prevent the instances from receiving inbound traffic initiated by someone…

Continue Reading

AWS Network

How to configure VPC peering in AWS? 

How to configure VPC peering in AWS?  Normally network traffic blocked between VPCs.A VPC peering connection is a networking connection between two VPCs that enables you to route traffic between them using private IP addresses. You can create a VPC peering connection between your own VPCs, or with a VPC in another AWS account. In both cases, the VPCs must…

Continue Reading

AWS Network

What is the advantages in AWS direct connect? 

What is AWS Direct Connect?  AWS Direct Connect service can establish private network connectivity from corporate Data Center to AWS with out inernet connection. AWS Direct Connect links your internal network to an AWS Direct Connect location over a standard 1 gigabit or 10 gigabit Ethernet fiber-optic cable. One end of the cable is connected to your router, the other…

Continue Reading

AWS Network

How to create vpc ,subnet and route table in aws

  How to create vpc ,subnet and route table in aws Creating VPC: When you create a VPC, you must specify an IPv4 CIDR block for the VPC. The allowed block size is between a /16 netmask (65,536 IP addresses) and /28 netmask (16 IP addresses). Open VPC Dashboard and click “Your VPCs” Click Create VPC . Each AWS region has default VPC created…

Continue Reading