-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for SageMaker Serverless Endpoint Configuration #22710
Comments
Serverless seems to be in preview and a lot of the non-serverless features are not supported at this time and subject ot change, https://docs.aws.amazon.com/sagemaker/latest/dg/serverless-endpoints.html. |
Any update on this? |
We urgently need this :) Any idea by when this will get integrated ? |
Oh come on! Guys, it's so important. |
looking into this |
This functionality has been released in v4.20.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
The SageMaker Endpoint Configuration feature now supports serverless endpoints by defining a
ServerlessConfig
on the variant:New or Affected Resource(s)
aws_sagemaker_endpoint_configuration
Potential Terraform Configuration
Suggestion to make the (provisioned) instance related configuration
instance_type
andinitial_instance_count
xor with the serverless config.References
The text was updated successfully, but these errors were encountered: