From 85e3a6b860029b8d6cbe7e9c02aa17dae5aa3bfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Nivon?= Date: Fri, 16 Oct 2020 00:41:43 +0200 Subject: [PATCH] Fixed cloudformation command line for Sagemaker Notebook deployement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df24856..114977c 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ You have an [AWS account](http://docs.aws.amazon.com/sagemaker/latest/dg/gs-acco ## Deploy the Sagemaker notebook instance ```bash -aws cloudformation deploy --template-file comprehend-experiment-notebook.yml --stack-name comprehend-experiment +aws cloudformation deploy --template-file comprehend-experiment-notebook.yml --stack-name comprehend-experiment --capabilities CAPABILITY_IAM --region us-east-1 ``` ## Note ℹ