简体   繁体   中英

AWS Application load Balancer : Create Target group with IP address

I have a question using AWS Application Load Balancers.

I have a domain in A account, and an instance in B account. I want to make a load balancer in A account to target an instance in B account using IP address. I trying to create a target group using IP address, but I can't move forward.

Can I have any solution or vision about this problem?

If possible, it would make more sense to put the Load Balancer and the target resource in the same AWS Account and same VPC.

If this is not possible, you could consider using VPC Peering , which connects two VPCs together. This way, the Load Balancer can direct the traffic to a private IP address in the other VPC, without going via the Internet.

Or, you could use VPC Sharing , which allows multiple AWS Accounts to use the same VPC.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM