Skip to content

Commit bece91d

Browse files
committed
Update the sagemaker template
1 parent 6f703b2 commit bece91d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

cft-templates/sagemaker-template-with-url.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ Resources:
3636
InstanceType: !Ref NotebookInstanceType
3737
RoleArn: !GetAtt SageMakerRole.Arn
3838
LifecycleConfigName: 'Research-Portal-Setup'
39+
Tags:
40+
- Key: cost_resource
41+
Value: !Sub ${AWS::StackName}
42+
- Key: Name
43+
Value: !Sub ${AWS::StackName}
3944
Outputs:
4045
SageMakerNotebookInstanceARN:
4146
Description: "ARN for the newly created SageMaker Notebook Instance"

0 commit comments

Comments
 (0)