AWS Amazon SageMaker App Image Config
This page shows how to write Terraform and CloudFormation for Amazon SageMaker App Image Config and write them securely.
aws_sagemaker_app_image_config (Terraform)
The App Image Config in Amazon SageMaker can be configured in Terraform with the resource name aws_sagemaker_app_image_config. 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
-
app_image_config_namerequired - string -
arnoptional computed - string -
idoptional computed - string -
kernel_gateway_image_configlist block-
file_system_configlist block-
default_gidoptional - number -
default_uidoptional - number -
mount_pathoptional - string
-
-
kernel_speclist block-
display_nameoptional - string -
namerequired - string
-
-
Explanation in Terraform Registry
Provides a Sagemaker App Image Config resource.
AWS::SageMaker::AppImageConfig (CloudFormation)
The AppImageConfig in SageMaker can be configured in CloudFormation with the resource name AWS::SageMaker::AppImageConfig. 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
-
AppImageConfigNamerequired - String -
KernelGatewayImageConfigoptional - KernelGatewayImageConfig -
Tagsoptional - List of Tag
Explanation in CloudFormation Registry
Creates a configuration for running a SageMaker image as a KernelGateway app. The configuration specifies the Amazon Elastic File System (EFS) storage volume on the image, and a list of the kernels in the image.