AWS Solution Architect Associate Exam Sample question Hello! We would like to share few points before going to AWS solution architect associate exam .AWS certification exam question will keep change . Don’t go just reading the dumps. Try to understand the basic concept then go through few sample question and do some hands on-practice .Infact there is no defined passing…
Author: admin
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…
Difference between virtual private gateway VPG and customer gateway CG in aws
Difference between virtual private gateway VPG and customer gateway CG in aws To establish VPN connection in AWS ,need Customer Gateway (CG ) and Virtual Private Gateway (VPG) . Its similar traditional site to site VPN . The difference is one end is your office router or appliance and another end is AWS router . But in AWS…
Difference between internet gateway and nat gateway in aws
Difference between internet gateway and nat gateway in aws
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…
How to launch EC2 instance in AWS
How to launch EC2 instance in AWS Hello! In this post we will see how to launch AWS EC2 instance in the cloud and how to connect . It’s very simple . You can launch in GUI graphical mode . Also you can launch from AWS CLI or through API calls as well. In this example we will launch Redhat…