简体   繁体   中英

AWS SageMaker Cloud Formation Template

I'm in middle of writing a CF template on AWS SageMaker, I've added the resources of Instance Notebooks, Endpoints, Endpoint configuration, Models...

Do I need to add any other resources to complete the template or these alone are enough to create the stack and provision this service in AWS?

If this is all the resource you need then for sure you can just deploy this as a single CloudFormation stack.

If you ever need to add more resources in the future (Lambda Functions, Api Gateway etc .), you could always simply edit your template file and redeploy it to AWS CF

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM