Last active
July 24, 2019 08:12
-
-
Save raphaelschnaitl/2c315996fe4390d8eed58aa28a37a53f to your computer and use it in GitHub Desktop.
medium.bastion-host.gatherPrerequisites.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const externalSshSG = this.createAllowExternSshSG(props.vpc, props.peers) | |
const internalSshSecurityGroup = this.createAllowInternalSshSG(props.vpc) | |
const snsTopic = new sns.Topic(this, 'autoscaling-notifications') | |
const externalIp = new ec2.CfnEIP(this, 'bastionhost-ip') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment