Skip to content
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

Closed
elwinarens opened this issue Jan 21, 2022 · 8 comments · Fixed by #25218
Closed

Add support for SageMaker Serverless Endpoint Configuration #22710

elwinarens opened this issue Jan 21, 2022 · 8 comments · Fixed by #25218
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/sagemaker Issues and PRs that pertain to the sagemaker service.
Milestone

Comments

@elwinarens
Copy link

elwinarens commented Jan 21, 2022

Description

The SageMaker Endpoint Configuration feature now supports serverless endpoints by defining a ServerlessConfig on the variant:

create_endpoint

New or Affected Resource(s)

  • aws_sagemaker_endpoint_configuration

Potential Terraform Configuration

resource "aws_sagemaker_endpoint_configuration" "ec" {
  name = "my-endpoint-config"

  production_variants {
    variant_name           = "variant-1"
    model_name             = aws_sagemaker_model.m.name
 
    serverless_config {
      max_concurrency   = 10
      memory_size_in_mb = 2048
    }
  }

  tags = {
    Name = "foo"
  }
}

Suggestion to make the (provisioned) instance related configuration instance_type and initial_instance_count xor with the serverless config.

References

@elwinarens elwinarens added the enhancement Requests to existing resources that expand the functionality or scope. label Jan 21, 2022
@github-actions github-actions bot added needs-triage Waiting for first response or review from a maintainer. service/sagemaker Issues and PRs that pertain to the sagemaker service. labels Jan 21, 2022
@ewbankkit ewbankkit removed the needs-triage Waiting for first response or review from a maintainer. label Jan 21, 2022
@DrFaust92
Copy link
Collaborator

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.

@mbragg02
Copy link

mbragg02 commented Apr 21, 2022

It is now generally available 🎉 https://aws.amazon.com/blogs/aws/amazon-sagemaker-serverless-inference-machine-learning-inference-without-worrying-about-servers/

@repl-jeffrey-miiller
Copy link

Any update on this?

@ronnyb2017
Copy link

We urgently need this :) Any idea by when this will get integrated ?

@janjur
Copy link

janjur commented Jun 7, 2022

Oh come on! Guys, it's so important.

@DrFaust92 DrFaust92 self-assigned this Jun 7, 2022
@DrFaust92
Copy link
Collaborator

looking into this

@github-actions
Copy link

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!

@github-actions
Copy link

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.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/sagemaker Issues and PRs that pertain to the sagemaker service.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants