github.com/MetalBlockchain/metalgo@v1.11.9/.github/workflows/amichange.json (about)

     1  {
     2    "Version": {
     3      "VersionTitle": "",
     4      "ReleaseNotes": "Automated latest metalgo release"
     5    },
     6    "DeliveryOptions": [
     7      {
     8        "Details": {
     9          "AmiDeliveryOptionDetails": {
    10            "AmiSource": {
    11              "AmiId": "",
    12              "AccessRoleArn": "",
    13              "UserName": "ubuntu",
    14              "OperatingSystemName": "UBUNTU",
    15              "OperatingSystemVersion": "Ubuntu 22.04"
    16            },
    17            "UsageInstructions": "Connect via SSH and you can make local calls to port 9650",
    18            "RecommendedInstanceType": "c5.2xlarge",
    19            "SecurityGroups": [
    20              {
    21                "IpProtocol": "tcp",
    22                "FromPort": 9651,
    23                "ToPort": 9651,
    24                "IpRanges": [
    25                  "0.0.0.0/0"
    26                ]
    27              },
    28              {
    29                "IpProtocol": "tcp",
    30                "FromPort": 22,
    31                "ToPort": 22,
    32                "IpRanges": [
    33                  "0.0.0.0/0"
    34                ]
    35              }
    36            ]
    37          }
    38        }
    39      }
    40    ]
    41  }
    42