Skip to content

Commit

Permalink
Additional SG CIDRS, Simplified R53 Config, 4.2.4 Default Version
Browse files Browse the repository at this point in the history
  • Loading branch information
dackbusch committed Oct 7, 2021
1 parent 92aa27c commit 6e66910
Show file tree
Hide file tree
Showing 5 changed files with 636 additions and 210 deletions.
8 changes: 7 additions & 1 deletion cfn/provisioning-node-nodc.cft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,13 @@ Resources:
bkt_pfx="$s3bkt/$s3pfx"
req_ver="${QClusterVersion}"

#Functions are getqq, ssmput, ssmget, getsecret, stackprotect, ec2protect, vercomp, cmkmodpolicy, tagvols
if [ $(curl -sI -w "%{http_code}\\n" "s3.$region.amazonaws.com" -o /dev/null --connect-timeout 3 --max-time 5) == "405" ]; then
echo "S3 Reachable"
else
echo "S3 Unreachable, Inet access or VPC S3 gateway and VPC endpoints required."
exit 1
fi

if [[ -e "functions-v2.sh" ]]; then
echo "functions-v2 exist"
else
Expand Down
Loading

0 comments on commit 6e66910

Please sign in to comment.