EBS Size for Resource: aws_sagemaker_notebook_instance #15521
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/sagemaker
Issues and PRs that pertain to the sagemaker service.
Milestone
Community Note
Description
EBS Size:
implementing EBS size configuration when we want to provision notebook instance
Resource: aws_sagemaker_notebook_instance
Potential Terraform Configuration
name = "my-notebook-instance" role_arn = aws_iam_role.role.arn instance_type = "ml.t2.medium" ebs_size = "<size>" tags = { Name = "foo" } }
The text was updated successfully, but these errors were encountered: