diff --git a/README.md b/README.md
index 7d1dcd2..a03ffe7 100644
--- a/README.md
+++ b/README.md
@@ -41,9 +41,9 @@ aws ssm put-parameter --name "/rds/POSTGRES_DB_NAME" --value "value" --type "Sec
| Name | Source | Version |
|------|--------|---------|
-| [ecs\_kong](#module\_ecs\_kong) | infraspecdev/ecs-deployment/aws | ~> 4.0.4 |
+| [ecs\_kong](#module\_ecs\_kong) | infraspecdev/ecs-deployment/aws | ~> 4.3.4 |
| [ecs\_task\_security\_group](#module\_ecs\_task\_security\_group) | terraform-aws-modules/security-group/aws | ~> 5.3.0 |
-| [internal\_alb\_kong](#module\_internal\_alb\_kong) | infraspecdev/ecs-deployment/aws//modules/alb | ~> 2.0.0 |
+| [internal\_alb\_kong](#module\_internal\_alb\_kong) | infraspecdev/ecs-deployment/aws//modules/alb | ~> 4.3.4 |
| [internal\_alb\_security\_group](#module\_internal\_alb\_security\_group) | terraform-aws-modules/security-group/aws | ~> 5.3.0 |
| [kong\_internal\_dns\_record](#module\_kong\_internal\_dns\_record) | ./modules/route-53-record | n/a |
| [kong\_public\_dns\_record](#module\_kong\_public\_dns\_record) | ./modules/route-53-record | n/a |
diff --git a/main.tf b/main.tf
index 478a5a6..dc62920 100644
--- a/main.tf
+++ b/main.tf
@@ -204,7 +204,7 @@ data "aws_ecs_cluster" "default" {
module "ecs_kong" {
source = "infraspecdev/ecs-deployment/aws"
- version = "~> 4.0.4"
+ version = "~> 4.3.4"
vpc_id = var.vpc_id
cluster_name = data.aws_ecs_cluster.default.cluster_name
@@ -334,7 +334,7 @@ module "ecs_kong" {
module "internal_alb_kong" {
source = "infraspecdev/ecs-deployment/aws//modules/alb"
- version = "~> 2.0.0"
+ version = "~> 4.3.4"
name = "${local.kong.name}-internal"
internal = true