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
asked 9 months ago208 views
2 Answers
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
EXPERT
answered 9 months ago
profile picture
EXPERT
reviewed 9 months ago
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
answered 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions