This certification preparation material would help you in getting the jobs in the AWS Fields

AWS Developer Certification : Associate Level AWS Sysops Administrator Certification : Assciate Level AWS Solution Architect Certification : Associate Level AWS Soltion Architect : Professional Level AWS Certified Security Specialty (SCS-C01) AWS Professional certification Exam AWS Certified Big Data – Specialty (BDS-C00) AWS Certified Machine Learning MLS C01 Certification Prepration Materal AWS Solution Architect : Training Associate AWS Advanced Networking Certifications AWS Exam Prepare : Kinesis Data Stream Book : AWS Solution Architect Associate : Little Guide AWS Security Specialization Certification: Little Guide SCS-C01 AWS Package Deal


While applying to the Job you need to mention referred by : admin@hadoopexam.com | or Website : http://www.HadoopExam.com


 

Question-12: You have a Joomla (PHP) Based web application which uses MySQL database as DB server. This application is for the .................................d time also increasing because of this. Which of the following process you will be using so that page load time does not increases, as number of users increases.

A.

- You will create a CloudFormation Template to define the AWS Infrastructure.

- You will then enable Health Check on ELB.

- If EC2 instance Health Check fails, you will initiate CloudFormation stake, to deploy new infrastructure.

 

B.

- You will create a CloudFormation Template to define the AWS Infrastructure.

- Spin up second infrastructure using CloudFormation

- Configure ELB Spillover, so that if there is any slow connection ELB will re-direct connection to second Infrastructure.

 

C. Correct Answer

 

D.

- Define new Auto Scaling Group.

- You will be creating two separate ELB.

- You will add auto scaling group behind both the ELB.

  

Detailed Explaination: C

Correct Answer : In this case overall we want to reduce the page load time when number of page request increases. Solution for that is auto scaling. Now point is how you would enable auto scaling for the already running EC2 instances. Most suitable option is below

- You will create a CloudFormation Template to define the AWS Infrastructure.

- You will be using Elastic Beanstalk and Auto Scaling

- Re-deploy infrastructure using CloudFormation stake, Auto Scaling and Elastic Beanstalk.

- Set up auto scaling policies to scale based on the number of requests per second and as well as page load time.