- Newest
- Most votes
- Most comments
Hello.
Will SIEM tools be installed on EC2?
In that case, I think you can solve the problem by using ALB or NLB.
You can specify an EC2 private IP address as a target for ALB or NLB.
If you create an ALB or NLB in an AWS account with a public subnet and connect it to your Audit account via TransitGateway, you can access it via public.
https://docs.aws.amazon.com/elasticloadbalancing/latest/application/target-group-register-targets.html#register-ip-addresses
By the way, if you can use AWS ClientVPN or Site to Site VPN, I think public access will not be necessary.
It should also be possible to connect using a private IP address via VPN.
https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/how-it-works.html
https://docs.aws.amazon.com/vpn/latest/s2svpn/how_it_works.html
I think it is also possible to access via a springboard server using Systems Manager Session Manager.
This method can be controlled by IAM, so I think it is suitable for your purpose from the perspective of account separation.
https://aws.amazon.com/jp/blogs/mt/use-port-forwarding-in-aws-systems-manager-session-manager-to-connect-to-remote-hosts/
Relevant content
- asked a year ago
- asked a year ago
