diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cc95bede40ba34701c950351801881b9d22c0457..15d04c73717e0af71b932c94c78d30d8c7ce2ea7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,8 @@ variables:
   AWS_TEST_SUBDIR: testing/legal-test-aws
   AWS_SERVICE: legal
   AWS_ENVIRONMENT: dev
+  AWS_DEPLOY_TARGET: EKS
+  AWS_EKS_DEPLOYMENT_NAME: os-storage
 
   GCP_BUILD_SUBDIR: provider/legal-gcp
   GCP_INT_TEST_SUBDIR: testing/legal-test-gcp
@@ -41,7 +43,8 @@ include:
 
   - project: "osdu/platform/ci-cd-pipelines"
     file: "cloud-providers/aws.yml"
-
+    ref: aws-update
+    
   - project: "osdu/platform/ci-cd-pipelines"
     file: "cloud-providers/ibm.yml"