Skip to content

Commit

Permalink
Merge branch 'xray-gettingstarted' into xray
Browse files Browse the repository at this point in the history
  • Loading branch information
mwunderl committed Apr 9, 2020
2 parents 1f90f98 + edda947 commit 7af149a
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 70 deletions.
2 changes: 1 addition & 1 deletion 1-create-bucket.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
set -eo pipefail
BUCKET_ID=$(dd if=/dev/random bs=8 count=1 2>/dev/null | od -An -tx1 | tr -d ' \t\n')
BUCKET_NAME=lambda-artifacts-$BUCKET_ID
BUCKET_NAME=beanstalk-artifacts-$BUCKET_ID
echo $BUCKET_NAME > bucket-name.txt
aws s3 mb s3://$BUCKET_NAME
2 changes: 1 addition & 1 deletion 3-open-website.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
set -eo pipefail
ENDPOINT=$(aws cloudformation describe-stacks --stack-name scorekeep --query Stacks[0].Outputs[0].OutputValue --output text)
echo $ENDPOINT
echo http://$ENDPOINT
Loading

0 comments on commit 7af149a

Please sign in to comment.