Skip to content

Deploying multiple sagemaker resources (model, endpoint, config) #15

Description

@rc19

Hi there, I am new to terraform and have a novice question.

I am using this package and have a requirement of deploying multiple sagemaker models (not multiple instances of the same model but completely different configs, purpose, etc)

As I understand I can always create multiple modules in my main.tf each with single endpoint configs (model, endpoint, config).

Question1: Is the above the right way?
Question2: If not, is there a way that I only create one module and can somehow have different configs and loop through them for instantiation using this package?
Question 3: If not, should I be writing my own resources to support this use case?

TIA

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestquestionFurther information is requested

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions