Class TemplateResourceScanner

java.lang.Object
com.cloudforge.core.local.TemplateResourceScanner

public final class TemplateResourceScanner extends Object
Reads canonical CloudFormation templates for preflight scans.
  • Method Details

    • readTemplate

      public static com.fasterxml.jackson.databind.JsonNode readTemplate(Path canonicalTemplate) throws IOException
      Throws:
      IOException
    • findEcsContainerPort

      public static int findEcsContainerPort(com.fasterxml.jackson.databind.JsonNode template)
      Primary container port from the first AWS::ECS::Service load balancer mapping.