(command.CommandList
  children: [
    (command.ShAssignment
      pairs: [
        (assign_pair
          lhs: (sh_lhs_expr.Name name:KUBE_ROOT)
          op: assign_op.Equal
          rhs: 
            {
              (command_sub
                left_token: (Token id:Id.Left_DollarParen val:'$(' span_id:45)
                command_list: 
                  (command.CommandList
                    children: [(C {(dirname)} {(DQ (${ Id.VSub_Name BASH_SOURCE))})]
                  )
              ) (/../..)
            }
          spids: [44]
        )
      ]
    )
    (C {(source)} {(DQ (${ Id.VSub_Name KUBE_ROOT) (/hack/lib/util.sh))})
    (command.Simple
      words: [
        {(echo)}
        {(-e)}
        {
          (DQ (${ Id.VSub_Name color_red) (WARNING) (${ Id.VSub_Name color_norm) 
            (': The bash deployment for AWS is obsolete. The')
          )
        }
      ]
      redirects: [
        (redir.Redir op:(Token id:Id.Redir_GreatAnd val:'>&' span_id:81) fd:-1 arg_word:{(2)})
      ]
    )
    (command.Simple
      words: [
        {(echo)}
        {(-e)}
        {(DQ ('v1.5.x releases are the last to support cluster/kube-up.sh with AWS.'))}
      ]
      redirects: [
        (redir.Redir op:(Token id:Id.Redir_GreatAnd val:'>&' span_id:92) fd:-1 arg_word:{(2)})
      ]
    )
    (command.Simple
      words: [{(echo)} {(DQ ('For a list of viable alternatives, see:'))}]
      redirects: [
        (redir.Redir op:(Token id:Id.Redir_GreatAnd val:'>&' span_id:101) fd:-1 arg_word:{(2)})
      ]
    )
    (command.Simple
      words: [{(echo)}]
      redirects: [
        (redir.Redir op:(Token id:Id.Redir_GreatAnd val:'>&' span_id:106) fd:-1 arg_word:{(2)})
      ]
    )
    (command.Simple
      words: [{(echo)} {(DQ ('  http://kubernetes.io/docs/getting-started-guides/aws/'))}]
      redirects: [
        (redir.Redir op:(Token id:Id.Redir_GreatAnd val:'>&' span_id:115) fd:-1 arg_word:{(2)})
      ]
    )
    (command.Simple
      words: [{(echo)}]
      redirects: [
        (redir.Redir op:(Token id:Id.Redir_GreatAnd val:'>&' span_id:120) fd:-1 arg_word:{(2)})
      ]
    )
    (command.ControlFlow token:(Token id:Id.ControlFlow_Exit val:exit span_id:123) arg_word:{(1)})
  ]
)