This rule ensures that VPC subnets do not automatically assign public IP addresses to instances, enhancing security.
Rule | VPC subnet auto assign public IP should be disabled |
Framework | NIST Cybersecurity Framework (CSF) v1.1 |
Severity | ✔ Medium |
Rule Description: Disable Auto-assign Public IP for VPC Subnets in line with NIST CSF v1
Summary
In accordance with the NIST Cybersecurity Framework (CSF) version 1, it is recommended to disable the auto-assign public IP feature for VPC subnets. This rule prevents the automatic assignment of public IP addresses to resources within the subnet and helps reduce the attack surface of your environment. By following this guideline, you enhance the security posture of your VPC and mitigate potential risks associated with public IP addresses.
Why is this important?
Auto-assigning public IP addresses to resources within VPC subnets may inadvertently expose internal resources directly to the internet, increasing the risk of unauthorized access or potential attacks. Disabling this feature ensures that resources within the subnet are not directly accessible from the public internet, providing an additional layer of security.
Troubleshooting Steps (if applicable)
In case of any issues arising from disabling the auto-assign public IP feature, follow these troubleshooting steps:
Necessary Codes (if applicable)
No specific codes are required for this rule. Instead, it involves making configuration changes using AWS management console or command-line interface (CLI).
Step-by-step Guide for Remediation
Step 1: Access AWS Management Console
https://console.aws.amazon.com/
.Step 2: Navigate to Amazon VPC Console
Step 3: Disable Auto-assign Public IP
Step 4: Validate Changes
Conclusion
By following the steps outlined in this guide, you have successfully disabled the auto-assign public IP feature for the specified VPC subnet in line with the NIST Cybersecurity Framework (CSF) version 1. This action improves the security of your VPC environment and helps mitigate potential risks associated with public IP exposure.