Strategies to Optimize AWS Security Group Port Configuration

0

Hello! How I can narrow down/limit the ports of an existing Security Group that currently allows all traffic. How can I validate which destinations and ports I actually need to permit while blocking the rest of the traffic, ensuring that it doesn't affect the operation of the workload? Thank you!

profile picture
已提問 10 個月前檢視次數 219 次
2 個答案
0

You could use Flow logs to see the in and out traffic for the hosts in question to help minimise the access.

But overly, knowing how your application or system works should dictate what ports you allow in or out.

profile picture
專家
已回答 10 個月前
profile picture
專家
已審閱 10 個月前
0

Flow Logs are a good way of achieving this. For example, you can enable them on the network interfaces that use the Security Group in question and leave them running for some time until they collect enough information about your traffic.

Currently Flow Logs can publish data to CloudWatch Logs, Amazon S3 and Kinesis Data Firehose.

Once the data has been collected, there are several ways you can analyse it. For example, use CloudWatch Logs Insights or Amazon Athena.

It should give you fairly good understanding of what ports and IPs are used. Always keep in mind that Flow Logs should run for long enough to make sure that they capture all ports and IPs that your applications may need. It is better to double-check and schedule a maintenance window to apply changes to Security Groups if you are not sure and want to test how it is going to affect your workload.

Don't forget to consider the pricing when collecting a lot of data with the help of Flow Logs.

AWS
Max
已回答 10 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南