Question : While setting up new VPC , you find only a public VPN is in place. After you created your VPC, you created a new subnet, a new internet gateway and attached your internet gateway with your VPC. As you created your first instance in to your VPC, you realized that you can not connect the instance even it is configured with elastic IP. What should be done to access the instance?
1. A proper KeyPair has to be setup. 2. A proper Security Group needs to be created to allow inbound and outbound traffic. 3. Access Mostly Uused Products by 50000+ Subscribers 4. A EC2 instance should be created and all traffic should be forwarded to EC2 instance.
Ans : 3 Exp : Your VPC has an implied router , the VPC wizard creates a route table that routes all traffic destined for an address outside the VPC to the Internet gateway, and associates this route table with the subnet. Otherwise, you'd need to create and associate the route table yourself.
The following table shows what the route table looks like for the example addresses used in the configuration diagram for this scenario. The first row shows the entry for local routing in the VPC; this entry enables the instances in this VPC to communicate with each other. The second row shows the entry for routing all other subnet traffic to the Internet gateway, which is specified using its AWS-assigned identifier.
Destination 10.0.0.0/16 Target local Destination 0.0.0.0/0 Target igw-xxxxxxxx
Question : You are working in a media company, which provide online ticket booking solution. However, there is a heavy load on the website, hence you are using fleet of EC2 servers (10 EC2 server). These all EC2 servers are behind the ELB . Now, you see there is possibility that some of the EC2 instances can fail, which a true statement is from below.
1. If an EC2 instance fails, ELB will terminate and remove that EC2 instance from cluster.
4. Whatever traffic will be sent to failed instance from ELB will be lost and end user user will lose the connection with EC2.
Correct Answer : Get Lastest Questions and Answer : Explanation: Health check is one of the main feature of an ELB, based on configured consecutive try to failed instance ELB will stop sending traffic to failed instance and you will not lose any traffic.
Question : Your chief architect suggested to you that, you should start monitoring your provisioned AWS infrastructure. And you started implementing monitoring for heavily loaded website using CloudWatch basic monitoring. However, you failed to set monitoring, select which one A. Number of failed purchases on the website B. Number of failed connection with the database C. How much memory is consumed by EC2 instances D. Hypervisor visible matric such as CPU utilization
Correct Answer : Get Lastest Questions and Answer : Explanation: Amazon Cloudwatch basic monitoring only support for the Hypervisor visible matric only like CPU utilization. And OS level, DB connection and Memory monitoring has to be developed in custom mode.
Question : You are working with an e-commerce company, they have millions of existing customer account, they are planning to start days online sale and during the sale they want to have personalized recommendation of the products based on previous purchase history. You have been informed that this event will happen between 19th Oct to 22nd Oct. Being an AWS architect how would you make sure that your website will always be live during those days and capable of handling the load. Your website currently using 10 EC2 instances and during the sale you planned 10 more EC2 instances.
1. You will provision 20 EC2 instances before sale start and 10 instance will be started and 10 will remain in stopped state for those days. As soon as sale start you will start all 20 EC2 instances.
2. You will be configuring auto scaling for minimum 10 instances and maximum 20 instances. Hence, it can auto scale when the load increases
4. You don’t have to do anything, its AWS responsibility to handle the heavy load. You have to inform AWS support.
Correct Answer : Get Lastest Questions and Answer : Explanation: You will be certainly using Auto scaling for given scenario, because auto scaling is for the events where heavy traffic occasionally expected and based on your configuration it can reach maximum capacity which you have configured as well as it’s an cost effective solution. Because when load is low extra instances will not be used and no charge will be applicable on that.