AWS keyspaces documentation change
Summary
Updated region placeholder from 'aws-region' to 'us-east-1' in resource cleanup commands
Security assessment
Standard documentation update for regional command consistency, no security implications identified
Diff
diff --git a/keyspaces/latest/devguide/EKS-tutorial-step5.md b/keyspaces/latest/devguide/EKS-tutorial-step5.md index 85d3a00ae..858dc5574 100644 --- a//keyspaces/latest/devguide/EKS-tutorial-step5.md +++ b//keyspaces/latest/devguide/EKS-tutorial-step5.md @@ -17 +17 @@ Follow these steps to remove all the resources created in this tutorial. - eksctl delete cluster --name my-eks-cluster --region aws-region + eksctl delete cluster --name my-eks-cluster --region us-east-1 @@ -34 +34 @@ For more information, see [Deleting an IAM role (AWS CLI)](https://docs.aws.amaz - --region aws-region + --region us-east-1 @@ -41 +41 @@ Note that the `force` flag is required to delete a repository that contains imag - --region aws-region + --region us-east-1