This rule ensures that the Security Group attached to an EC2 instance does not allow inbound traffic from all to TCP port 2379 (etcd).
Rule | Ensure Security Group attached to EC2 instance does not allow inbound traffic from all to TCP port 2379 (etcd) |
Framework | CloudDefense.AI Security |
Severity | ✔ High |
Rule Description:
The security group associated with the EC2 instance should be configured to restrict inbound traffic for port 2379 (etcd) to enhance the security of the instance. This rule makes sure that only authorized sources are allowed to access the EC2 instance via TCP port 2379.
Troubleshooting Steps (if required):
Necessary Code (if applicable):
No code snippet is required for this rule as it involves making configuration changes to the security group associated with the EC2 instance.
Step-by-Step Guide for Remediation:
By following these steps, you have ensured that the security group attached to the EC2 instance does not allow inbound traffic from all to TCP port 2379 (etcd), thereby enhancing the security of your EC2 instance.