diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 34a2bbf0132175d04f0fab8f0ddc7e3fd3423e14..7053f3f881be9749dbacb8fc9c3944c732b04e4a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -75,6 +75,7 @@ include:
     file: "cloud-providers/ibm-one-pipeline.yml"
 
   - local: "devops/gc/pipeline/override-stages.yml"
+  - local: "devops/aws/pipeline/override-stages.yml"
   - local: "/publish.yml"
 
 download_plugins:
diff --git a/devops/aws/pipeline/override-stages.yml b/devops/aws/pipeline/override-stages.yml
new file mode 100644
index 0000000000000000000000000000000000000000..938697e939aa7a8d87b5e4e50658a57fd85c5b09
--- /dev/null
+++ b/devops/aws/pipeline/override-stages.yml
@@ -0,0 +1,12 @@
+aws-acceptance-test:
+  variables:
+    CUCUMBER_OPTIONS: "--tags @default,@health,@SpatialLongitudeExtendedRange"
+    GROUP_ID: $DOMAIN
+  script:
+    - >
+      $MAVEN_BUILD . test-results.log
+      verify -DdisableXmlReport=true
+      --quiet
+      --file $ACCEPTANCE_TEST_DIR/pom.xml
+      --update-snapshots
+      -Dcucumber.filter.tags="${CUCUMBER_OPTIONS}"