- Newest
- Most votes
- Most comments
You can not disable IPv4 for RDS, but you can deploy RDS as a private. During RDS creation, select Public access - No
RDS doesn't assign a public IP address to the cluster. Only Amazon EC2 instances and other resources inside the VPC can connect to your cluster. Choose one or more VPC security groups that specify which resources can connect to the cluster.
VPC itself can not be stopped, and it does not cost anything. IP addresses are assigned to network interfaces, which are attached to different servers/services, for example, EC2 or RDS
FYI, the free tier includes 750 hours of public IPv4 addresses per month for the first year after creating an AWS account.
=>Steps to Disassociate and Release Elastic IP Address **Disassociate the Elastic IP from your RDS instance: ** =>Go to the Amazon RDS console. =>Choose Databases. =>Select your RDS instance. =>Under Connectivity & security, find Network & Security. =>Disassociate the Elastic IP.
Release the Elastic IP: Go to the Amazon EC2 console. Choose Elastic IPs under Network & Security. Select the Elastic IP address. Choose Actions > Release Elastic IP addresses.
Important Considerations Releasing an Elastic IP returns it to the Amazon pool and it cannot be re-associated later. Allocate a new Elastic IP if needed in the future. If the RDS instance is in a public subnet, it will lose its public IP without an EIP. Alternative Approach Stop your RDS instance when not in use: Prevents EIP charges. Use VPC endpoints: For required internet access without a public IP.
=>By following these steps, you can avoid charges for the public IPv4 address associated with your AWS VPC.
Unfortunately you can not use EIP with RDS, regardless of what GenAI says.
Relevant content
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago

please accept the answer if it was helpful