Is there record of a pubilc RDS instance with strong password having been hacked?

I am auditing an AWS account and I found a public RDS instance, that is with public DNS, no Security Group IP connection filtering and in a public Subnet
However, the instance has a relatively strong password (12 characters, symbols, numbe… Continue reading Is there record of a pubilc RDS instance with strong password having been hacked?

What are the security dangers of using Security Groups instead of NAT Gateways for isolating AWS RDS databases from public access?

As I have learned, there are two main ways of isolating resources in AWS VPC

One through public/private subnet separation using NAT Gateways to route communications between resources (e.g. public web servers) in the public subnets and res… Continue reading What are the security dangers of using Security Groups instead of NAT Gateways for isolating AWS RDS databases from public access?

Posted in AWS