ExamQuestions.com

Register
Login
AWS Certified Machine Learning Specialty Exam Questions

Amazon

AWS Certified Machine Learning Specialty

196 / 258

Question 196:

You work as a machine learning specialist for a social media software company. Your company produces social media apps such as interactive games and photo-sharing communities. Your machine learning team has created a machine learning model that produces recommendations via advertising in your apps, such as showing advertising for skiing trips to a user who follows a ski resort in the photo-sharing app. The production variant that your team has deployed experiences very wild swings in traffic volume over the course of any given day. Also, since the app is relatively new to the mobile community, it receives no traffic for some time periods. You have set up SageMaker automatic scaling policy for your production variant instances. However, you have noticed that scaling-in does not happen when your traffic reduces to nothing for a period of time. Why might this happen?

Answer options:

A.Scaling-in does not happen when there is no traffic. If traffic to your production variant becomes zero, SageMaker automatic scaling won’t scale in. SageMaker doesn`t emit metrics with a value of zero, so no CloudWatch events are triggered.
B.You are using a Step Scaling policy, and you have set the number of instances to deploy to a too high level.
C.You are using a Step Scaling policy, and you have set the number of instances to deploy to a too low level.
D.You are using a Target Tracking policy and you have set the target value for your metric too low.