diff --git a/perspective-aws/pom.xml b/perspective-aws/pom.xml
new file mode 100644
index 00000000..e3bf5325
--- /dev/null
+++ b/perspective-aws/pom.xml
@@ -0,0 +1,105 @@
+
+
+
+ perspective-backend
+ org.meridor.perspective
+ 1.3.3-SNAPSHOT
+
+ 4.0.0
+
+ perspective-aws
+
+ Perspective AWS Worker
+
+
+ 1.11.60
+
+
+
+
+
+ com.amazonaws
+ aws-java-sdk-bom
+ ${aws-sdk.version}
+ pom
+ import
+
+
+
+
+
+
+ org.meridor.perspective
+ perspective-worker
+
+
+ org.slf4j
+ slf4j-log4j12
+
+
+
+
+ com.amazonaws
+ aws-java-sdk-ec2
+
+
+ com.amazonaws
+ aws-java-sdk-ecs
+
+
+
+ junit
+ junit
+
+
+ org.hamcrest
+ hamcrest-library
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-dependency-plugin
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+
+ true
+ lib/
+ org.meridor.perspective.worker.Worker
+ false
+ true
+ true
+
+
+
+
+
+
+
+
+
+ docker
+
+
+
+ org.apache.maven.plugins
+ maven-assembly-plugin
+
+
+ com.spotify
+ docker-maven-plugin
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index e05ecb62..a40bf7c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,6 +49,7 @@
perspective-api-common
perspective-digital-ocean
perspective-common
+ perspective-aws