diff --git a/project/Common.scala b/project/Common.scala
index f33bfdfc..470996e1 100644
--- a/project/Common.scala
+++ b/project/Common.scala
@@ -19,7 +19,7 @@ object Common extends AutoPlugin {
     val zioPreludeVersion = "1.0.0-RC35"
     val catsEffectVersion = "3.5.7"
 
-    val awsVersion = "2.28.29"
+    val awsVersion = "2.29.34"
     val awsSubVersion = awsVersion.drop(awsVersion.indexOf('.') + 1)
     val http4sVersion = "0.23.27"
     val blazeVersion = "0.23.17"
diff --git a/zio-aws-codegen/build.sbt b/zio-aws-codegen/build.sbt
index fda60659..4f76b790 100644
--- a/zio-aws-codegen/build.sbt
+++ b/zio-aws-codegen/build.sbt
@@ -1,5 +1,5 @@
 val zioVersion = "2.1.13"
-val awsVersion = "2.28.29"
+val awsVersion = "2.29.34"
 
 sbtPlugin := true
 scalaVersion := "2.12.20"