1 Answers
What you need to be looking at are the Security groups.
You will have a Security Group that allows traffic to your EC2 instance, however if that instance is calling the licence server, you will also need Security Group rules allowing that Outbound traffic.
I cannot advice you on best practice, that will depend on your industry and the compliance requirements that you have. However nothing that you can do to restrict who can get in and who cannot out will improve your securty posture.
Talk to your security team/ person. Clarify what traffic actually needs to get out.
90% of the time you should be able to resolve this with well designed Security Group rules.
– https://docs.aws.amazon.com/vpc/latest/userguide/VPC_SecurityGroups.html
🙂
good luck
Hi Rusty, Thank you for the quick reply and sharing the security group related user guide url. Thanks & Regards, Chintan