AWS Amazon SageMaker App

This page shows how to write Terraform and CloudFormation for Amazon SageMaker App and write them securely.

aws_sagemaker_app (Terraform)

The App in Amazon SageMaker can be configured in Terraform with the resource name aws_sagemaker_app. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Review your Terraform file for AWS best practices

Shisho Cloud, our free checker to make sure your Terraform configuration follows best practices, is available (beta).

Parameters

Explanation in Terraform Registry

Provides a Sagemaker App resource.

AWS::SageMaker::App (CloudFormation)

The App in SageMaker can be configured in CloudFormation with the resource name AWS::SageMaker::App. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Parameters

Explanation in CloudFormation Registry

Creates a running app for the specified UserProfile. Supported apps are JupyterServer and KernelGateway. This operation is automatically invoked by Amazon SageMaker Studio upon access to the associated Domain, and when new kernel configurations are selected by the user. A user may have multiple Apps active simultaneously.

Frequently asked questions

What is AWS Amazon SageMaker App?

AWS Amazon SageMaker App is a resource for Amazon SageMaker of Amazon Web Service. Settings can be wrote in Terraform and CloudFormation.