You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ export BUCKET_PREFIX=my-bucket-name # prefix of the bucket name without the regi
90
90
export BUCKET_NAME=$BUCKET_PREFIX-$REGION# full bucket name where the code will reside
91
91
export SOLUTION_NAME=my-solution-name
92
92
export VERSION=my-version # version number for the customized code
93
-
export PUBLIC_ECR_REGISTRY=public.ecr.aws/awssolutions/distributed-load-testing-on-aws-load-tester# replace with the container registry and image if you want to use a different container image
93
+
export PUBLIC_ECR_REGISTRY=public.ecr.aws/aws-solutions# replace with the container registry and image if you want to use a different container image
94
94
export PUBLIC_ECR_TAG=v3.2.1 # replace with the container image tag if you want to use a different container image
0 commit comments