Question : A user is setting up an ELB. Which of the below parameter you should consider as it helps an instance get registered with ELB? 1. IP address 2. Security group 3. Access Mostly Uused Products by 50000+ Subscribers 4. ELB DNS
Explanation: The EC2 instances are registered with the load balancer using the IP addresses associated with the instances. When an instance is stopped and then started, the IP address associated with the instance changes. This prevents the load balancer from routing traffic to the restarted instance. When the user stops and then starts registered EC2 instances, it is recommended that to de-register the stopped instance from load balancer, and then register the restarted instance. Failure to do so may prevent the load balancer from performing health checks and routing the traffic to the restarted instance.
Question : You are planning to host a scalable dynamic web application on AWS. Which of the services may not be required by the user to achieve automated scalability? 1. AWS EC2 instances 2. S3 3. Access Mostly Uused Products by 50000+ Subscribers 4. CloudWatch
Explanation: The user can achieve automated scaling by launching different EC2 instances and making them a part of an ELB. Cloudwatch will monitor the resources and based on the scaling need it will trigger policies at AutoScaling to scale up or down the instances.
Question : You are planning to create a structured database in the cloud. Which of the below mentioned AWS offerings help the user achieve the goal? 1. AWS SimpleDB 2. AWS RDS 3. Access Mostly Uused Products by 50000+ Subscribers 4. AWS RSD
Explanation: AWS RDS is a managed database server offered by AWS, which makes it easy to set up, operate, and scale a relational database or structured data in cloud.