
ci_20230926
Quiz by Michael Kirchner
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
An SageMaker inference endpoint is ...
A model deployed via a SageMaker inference endpoint is available continuously and awaiting requests for classification/prediction.
Select an advantage of running a machine learning IDE (e.g., SageMaker) in the cloud, instead of your local machine.
What is a potential issue when writing infrastructure-as-code templates in the form of regular shell scripts?
Infrastructure-as-code tools often follow a "desired state model" approach to define and manage infrastructure.
The "Resource Manager" service, which allows to follow an infrastructure-as-code modeling approach, belongs to the following cloud service provider.
It is possible to deploy the very same Terraform code definition to multiple cloud service providers (e.g., AWS and Azure), which reduces development effort in multi-cloud solutions.
Terraform can be used to deploy to multiple cloud service providers at the same time (i.e., during the same "terraform apply" command). Terraform will figure out which "resource" blocks in the *.tf files belong to which cloud service provider and will deploy the resources accordingly.