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
@rifath-shaarook
rifath-shaarook / eth-vpc.json
Last active July 11, 2018 13:25 — forked from ajhodges/eth-vpc.json
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"
}
},
@rifath-shaarook
rifath-shaarook / eth-vpc.json
Created July 11, 2018 13:24 — forked from ajhodges/eth-vpc.json
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"
}
},