Skip to content

Commit

Permalink
delete-stack requires region flag if it's not the default region for …
Browse files Browse the repository at this point in the history
…your cli config.
  • Loading branch information
bglynn committed Apr 9, 2024
1 parent dbc148e commit 20f729b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features/aws-iam/tutorials/aws-visibility.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ kubectl delete namespace otterize-tutorial-aws-visibility

To remove the Lambda functions:
```bash
aws cloudformation delete-stack --stack-name OtterizeTutorialJokeTrainingStack
aws cloudformation delete-stack --stack-name OtterizeTutorialJokeTrainingStack --region 'us-west-2'
```

To remove the EKS cluster:
Expand Down

0 comments on commit 20f729b

Please sign in to comment.