Skip to content

Commit b684026

Browse files
committed
Fix S3 bucket name in AWS guide
1 parent 4b224af commit b684026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/guides/deployment/aws_aurora_ecs.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ your terminal:
114114
$ aws cloudformation create-stack \
115115
--stack-name Gel \
116116
--template-url \
117-
https://gel-deploy.s3.us-east-2.amazonaws.com/gel-aurora.yml \
117+
https://gel-deployment.s3.us-east-2.amazonaws.com/gel-aurora.yml \
118118
--capabilities CAPABILITY_NAMED_IAM \
119119
--parameters ParameterKey=SuperUserPassword,ParameterValue=<password>
120120

0 commit comments

Comments
 (0)