Skip to content

Commit 863509d

Browse files
committed
Update: update README.md
1 parent 3264710 commit 863509d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ aws sts get-caller-identity --profile [your-profile]
9090
"Stage": "Demo", <----- your project stage, all stacks wil be prefixed with [Project.Name+Project.Stage]
9191
"Account": "75157*******", <----- update according to your AWS Account
9292
"Region": "us-east-2", <----- update according to your target resion
93-
"Profile": "cdk-demo" <----- AWS Profile, keep empty string if no profile configured
93+
"Profile": "cdk-v2" <----- AWS Profile, keep empty string if no profile configured
9494
},
9595
...
9696
...
@@ -243,7 +243,7 @@ Before invocation, open `codes/glue/churn-xgboost/script/test_invoke.py` file, a
243243
...
244244
...
245245

246-
os.environ['AWS_PROFILE'] = 'cdk-demo'
246+
os.environ['AWS_PROFILE'] = 'cdk-v2'
247247
_endpoint_name = 'MLOpsDemo-churn-xgboost'
248248

249249
...

0 commit comments

Comments
 (0)