Skip to content
Discussion options

You must be logged in to vote
    const nodegroupNameStrings = Fn.split(
      '/',
      this.K8sAwsManagedNodeGroupIngress.nodegroup.nodegroupName
    );
    const ngName = Fn.select(1, nodegroupNameStrings);

    const nodeGroupASG = new AwsCustomResource(this, 'nodeGroupASG', {
      policy: AwsCustomResourcePolicy.fromSdkCalls({
        resources: AwsCustomResourcePolicy.ANY_RESOURCE
      }),
      onUpdate: {
        action: 'describeNodegroup',
        service: 'EKS',
        physicalResourceId: PhysicalResourceId.of(
          'EKS.DescribeNodegroup.nodegroup.resources.autoScalingGroups'
        ),
        outputPaths: ['nodegroup.resources.autoScalingGroups'],
        parameters: {
          clusterName: this.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by dzirg44
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant