This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::SageMaker::NotebookInstance InstanceMetadataServiceConfiguration
Information on the IMDS configuration of the notebook instance
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "MinimumInstanceMetadataServiceVersion" :String}
YAML
MinimumInstanceMetadataServiceVersion:String
Properties
- MinimumInstanceMetadataServiceVersion
- 
                    Indicates the minimum IMDS version that the notebook instance supports. When passed as part of CreateNotebookInstance, if no value is selected, then it defaults to IMDSv1. This means that both IMDSv1 and IMDSv2 are supported. If passed as part ofUpdateNotebookInstance, there is no default.Required: Yes Type: String Pattern: 1|2Minimum: 0Maximum: 1Update requires: No interruption