Skip to content

Instantly share code, notes, and snippets.

# Gateway Example
VpcEndpointS3:
# This is needed so that interfaces on the private subnet within the VPC
# can get to S3. Otherwise, they would need an IP address on the internet
# or a NAT Gateway in order to reach S3
Type: AWS::EC2::VPCEndpoint
Properties:
VpcEndpointType: Gateway
# TODO:
# Need to verify the ServiceName doesn't need to be generalized:
@bamartin125
bamartin125 / MartinContinuityPlanInstaller
Created July 4, 2020 14:57
Martin Continuity Plan Installer
#!/bin/bash
if [ "$EUID" -ne 0 ]
then echo "Please run as root (or use sudo)"
exit
fi
echo "installing..."
echo "/usr/local/etc/ssss.conf"