ELB Pre-warm feature

0

Any material on ELB pre-warm? What does it do in addition to allowing 10x or more traffic? Any impact on the back-end like ASG?

질문됨 일 년 전2219회 조회
7개 답변
0
  • What will be the correct answer for this question?

  • Your application currently leverages AWS Auto Scaling to grow and shrink as load Increases/ decreases and has been performing well. Your marketing team expects a steady ramp up in traffic to follow an upcoming campaign that will result in a 20x growth in traffic over 4 weeks. Your forecast for the approximate number of Amazon EC2 instances necessary to meet the peak demand is 175. What should you do to avoid potential service disruptions during the ramp up in traffic?

     A.  Ensure that you have pre-allocated 175 Elastic IP addresses so that each server will be able to obtain one as it launches
     B.  Check the service limits in Trusted Advisor and adjust as necessary so the forecasted count remains within limits.
     C.  Change your Auto Scaling configuration to set a desired capacity of 175 prior to the launch of the marketing campaign
     D.  Pre-warm your Elastic Load Balancer to match the requests per second anticipated during peak demand prior to the marketing campaign
    
0

Yes, that is correct. Any official reference stating that with ALB pre-warming "Elastic Load Balancing scales your load balancer as traffic changes over time."? Scales out up to what max instances?

답변함 일 년 전
  • As ALB is a managed service, the exact way in which it scales behind the scenes is an implementation detail that AWS managers on your behalf.

    This does not affect EC2 instances behind the ALB in an autoscaling group, as an example.

0

ELB will scale out - will send a request to ASG to add instance? How can the ALB add instances? Doesn't it make the ASG irrelevant, if the ALB add instances in this case?

답변함 일 년 전
  • ALB pre-warming scales the ALB, not the ASG or anything the ALB sends traffic to. If you're going to need ALB pre-warming, you also need to manage the ASG behind that ALB to make sure it can handle the traffic volume you're expecting.

0

What does it do in addition to allowing 10x or more traffic? Any impact on the back-end like ASG?

답변함 일 년 전
0

Can you help me understand your use case for ALB pre-warming? As an example, are you expecting a flash of traffic at a certain time (such as may be experienced when launching a brand new product at a marquee event that you believe will drive significantly more traffic than your site currently handles with very little ramp up). Elastic Load Balancing scales your load balancer as traffic changes over time. For the vast majority of workloads, the scaling offered by ALBs can handle increases in traffic.

AWS
답변함 일 년 전
0

What will be the correct answer for this question?

Your application currently leverages AWS Auto Scaling to grow and shrink as load Increases/ decreases and has been performing well. Your marketing team expects a steady ramp up in traffic to follow an upcoming campaign that will result in a 20x growth in traffic over 4 weeks. Your forecast for the approximate number of Amazon EC2 instances necessary to meet the peak demand is 175. What should you do to avoid potential service disruptions during the ramp up in traffic?

 A.  Ensure that you have pre-allocated 175 Elastic IP addresses so that each server will be able to obtain one as it launches
 B.  Check the service limits in Trusted Advisor and adjust as necessary so the forecasted count remains within limits.
 C.  Change your Auto Scaling configuration to set a desired capacity of 175 prior to the launch of the marketing campaign
 D.  Pre-warm your Elastic Load Balancer to match the requests per second anticipated during peak demand prior to the marketing campaign
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠