Tags: datarockets/infrastructure
Tags
Remove redundand security group rules I wrongly assummed that they work like a firewall rules and I thought if we make a request to particular port from random port we need to allow connections back. It's not true. It seems security group rules are applied to connection creation not to literal data flow.
Upgrade terraform-aws-modules/rds/aws module to 3.3.0 3.1.0: https://github.com/terraform-aws-modules/terraform-aws-rds/releases/tag/v3.1.0 3.2.0: https://github.com/terraform-aws-modules/terraform-aws-rds/releases/tag/v3.2.0 3.3.0: https://github.com/terraform-aws-modules/terraform-aws-rds/releases/tag/v3.3.0