用于 cloudformation 的 EMR 笔记本模板
EMR notebooks template for cloudformation
我知道用于创建集群的 AWS cloudformation EMR 资源。但是,我找不到任何关于 EMR 笔记本的说明。是否有用于 EMR 笔记本或类似替代品的 cloudformation 资源?
EMR 笔记本只能使用 AWS EMR 控制台手动创建。来自文档 (https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-managed-notebooks-create.html):
You create an EMR notebook using the Amazon EMR console. Creating notebooks using the AWS CLI or the Amazon EMR API is not supported.
由于没有API,我认为没有办法使用 CloudFormation 或类似工具创建笔记本。
我知道用于创建集群的 AWS cloudformation EMR 资源。但是,我找不到任何关于 EMR 笔记本的说明。是否有用于 EMR 笔记本或类似替代品的 cloudformation 资源?
EMR 笔记本只能使用 AWS EMR 控制台手动创建。来自文档 (https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-managed-notebooks-create.html):
You create an EMR notebook using the Amazon EMR console. Creating notebooks using the AWS CLI or the Amazon EMR API is not supported.
由于没有API,我认为没有办法使用 CloudFormation 或类似工具创建笔记本。