Skip to content

Instantly share code, notes, and snippets.

View rifath-shaarook's full-sized avatar
💭
I may be slow to respond.

Rifath Shaarook rifath-shaarook

💭
I may be slow to respond.
View GitHub Profile
@ajhodges
ajhodges / eth-vpc.json
Created May 25, 2018 14:05
Prerequisites for AWS Blockchain for Ethereum
{
"Description": "Template used to create the base network infrastructure for the Ethereum nodes",
"Outputs": {
"ALBSecurityGroup": {
"Description": "Security group for ETH ALB",
"Export": {
"Name": {
"Fn::Sub": "${AWS::StackName}-AlbSecurityGroup"
}
},