/tmp.json (bfa6267551d94cf308622ba9fcfdbde7eab49d7a) (1735 bytes) (mode 100644) (type blob)

{
  "papiAppIngress8008FromZenCoderElb" : {
    "Type" : "AWS::EC2::SecurityGroupIngress",
    "Condition": "isStage",
    "Properties" : {
      "GroupId" : { "Ref" : "papiApp" },
      "IpProtocol" : "TCP",
      "FromPort" : "8008",
      "ToPort" : "8008",
      "SourceSecurityGroupId" : { "Ref" : "zenCoderWhitelist" }
    }
  },

  "mapiAppIngress8008FromZenCoderElb" : {
    "Type" : "AWS::EC2::SecurityGroupIngress",
    "Condition": "isStage",
    "Properties" : {
      "GroupId" : { "Ref" : "mapiApp" },
      "IpProtocol" : "TCP",
      "FromPort" : "8008",
      "ToPort" : "8008",
      "SourceSecurityGroupId" : { "Ref" : "zenCoderWhitelist" }
    }
  },

  "apiAppIngress8008FromZenCoderElb" : {
    "Type" : "AWS::EC2::SecurityGroupIngress",
    "Condition": "isStage",
    "Properties" : {
      "GroupId" : { "Ref" : "apiApp" },
      "IpProtocol" : "TCP",
      "FromPort" : "8008",
      "ToPort" : "8008",
      "SourceSecurityGroupId" : { "Ref" : "zenCoderWhitelist" }
    }
  },


{ "IpProtocol" : "tcp", "FromPort" : "443",  "ToPort" : "443",  "CidrIp" : "0.0.0.0/0"},
{ "IpProtocol" : "tcp", "FromPort" : "80",  "ToPort" : "80",  "CidrIp" : "0.0.0.0/0"},
{
"IpProtocol" : "TCP",
"FromPort" : "80",
"ToPort" : "80",
"SourceSecurityGroupId" : { "Ref" : "web" }
},
{
"IpProtocol" : "TCP",
"FromPort" : "80",
"ToPort" : "80",
"SourceSecurityGroupId" : { "Ref" : "apiApp" }
},
{
"IpProtocol" : "TCP",
"FromPort" : "80",
"ToPort" : "80",
"SourceSecurityGroupId" : { "Ref" : "mapiApp" }
},
{
"IpProtocol" : "TCP",
"FromPort" : "80",
"ToPort" : "80",
"SourceSecurityGroupId" : { "Ref" : "papiApp" }
},
{
"IpProtocol" : "TCP",
"FromPort" : "80",
"ToPort" : "80",
"SourceSecurityGroupId" : { "Ref" : "apiCache" }
}


}

Mode Type Size Ref File
100644 blob 1735 bfa6267551d94cf308622ba9fcfdbde7eab49d7a tmp.json
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/twintech/testrepo

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/twintech/testrepo

Clone this repository using git:
git clone git://git.rocketgit.com/user/twintech/testrepo

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main