We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f90f98 + edda947 commit 7af149aCopy full SHA for 7af149a
1-create-bucket.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
set -eo pipefail
3
BUCKET_ID=$(dd if=/dev/random bs=8 count=1 2>/dev/null | od -An -tx1 | tr -d ' \t\n')
4
-BUCKET_NAME=lambda-artifacts-$BUCKET_ID
+BUCKET_NAME=beanstalk-artifacts-$BUCKET_ID
5
echo $BUCKET_NAME > bucket-name.txt
6
aws s3 mb s3://$BUCKET_NAME
3-open-website.sh
@@ -1,4 +1,4 @@
ENDPOINT=$(aws cloudformation describe-stacks --stack-name scorekeep --query Stacks[0].Outputs[0].OutputValue --output text)
-echo $ENDPOINT
+echo http://$ENDPOINT
0 commit comments