awslabs / landing-zone-accelerator-on-aws

Deploy a multi-account cloud foundation to support highly-regulated workloads and complex compliance requirements.
https://aws.amazon.com/solutions/implementations/landing-zone-accelerator-on-aws/
Apache License 2.0
564 stars 450 forks source link

Unable to Create Registered Targets in Target Group #385

Open pamelaeteng26 opened 10 months ago

pamelaeteng26 commented 10 months ago

Describe the bug When attempting to create a target group of type 'ip' in VPC, the target group is created but the registered target is not created. No errors are reported in the pipeline; however, the deployed targets do not reflect in the specified account.

To Reproduce Define a target group in the VPC block with the following specifications, specify an IP address from the subnets of the virtual private cloud (VPC) in another account separate from where the target group is deployed.

 - name: tg-alb-perimeter-dev00
        port: 80
        protocol: HTTP
        protocolVersion: HTTP1
        type: ip
        healthCheck:
          enabled: true
          port: 80
          protocol: HTTP
          targets:
           - "10.0.0.0/8" #for-example 

Expected behavior The registered target should be successfully created in the specified VPC account.

Please complete the following information about the solution:

To get the version of the solution, you can look at the description of the created AWS CloudFormation stack used to install the LZA (AWSAccelerator-InstallerStack). For example, "(SO0199) Landing Zone Accelerator on AWS. Version 1.5.1.". If the description does not contain the version information, you can look at the Parameters of the stack for the RepositoryBranchName as that should contain the version number.

bo1984 commented 10 months ago

Hi @pamelaeteng26! Thank you for using the Landing Zone Accelerator on AWS solution. I was able to replicate the issue you described and I've opened a bug report for this. I will keep communication on this issue open. If you have any other questions or concerns, please do not hesitate to contact us.

pamelaeteng26 commented 10 months ago

Thank you