Question 188:
You work as a machine learning specialist for a security firm that requires you to encrypt all of your machine learning infrastructure in transit and at rest. Your team is building a fraud detection algorithm using the Random Cut Forest SageMaker built-in algorithm. You and your teammates are using SageMaker notebook instances to build your model components. You need to customize the operating system of your notebook instances by installing custom libraries and setting specific operating system level configurations to meet your firm’s security requirements. Your Chief Financial Officer wants to keep the cost of running your SageMaker instances as low as possible. Therefore, you are required to manage the runtime of your SageMaker notebook instances, only having them running when they are actively in use. How can you meet your requirements most efficiently?
Answer options:
A.Stop your notebook instances at the end of each day and start them up again at the beginning of the next workday. Your customizations to the operating system will be maintained across the stopping and starting of your instances. B.Keep your SageMaker notebook instances running until your team has completed building your Random Cut Forest model. C.Use a lifecycle configuration to automate customizations of your notebook instances, stopping the instances at the end of each workday and starting the instances at the beginning of each workday. D.Terminate the SageMaker notebook instances at the end of each workday and recreate them at the start of each workday.