github.com/pachyderm/pachyderm@v1.13.4/doc/docs/1.9.x/deploy-manage/deploy/amazon_web_services/index.md (about)

     1  # Deploy Pachyderm on Amazon AWS
     2  
     3  Pachyderm can run in a Kubernetes cluster deployed in AmazonĀ®
     4  Web Services (AWS), whether it is an Elastic Container
     5  Service (EKS) or a Kubernetes cluster deployed directly on
     6  EC2 by using a deployment tool.
     7  AWS removes the need to maintain the underlying virtual cloud.
     8  This advantage makes AWS a logical choice for organizations that
     9  decide to offload the cloud infrastructure operational burden
    10  to a third-party vendor. Pachyderm seamlessly integrates with
    11  Amazon EKS and runs in the same fashion as on your computer.
    12  
    13  You can install Pachyderm on Amazon AWS by using one of the following
    14  options:
    15  
    16  Deploy Pachyderm on Amazon EKS
    17  :   If you already have an Amazon EKS cluster, you can quickly deploy
    18      Pachyderm on top of it. If you are just starting with Amazon EKS,
    19      this section guides you through the EKS deployment process.
    20  
    21  Deploy Pachyderm on Amazon EC2 by using `kops`
    22  :   Instead of EKS, you can deploy Kubernetes on AWS EC2 directly by
    23      using a Kubernetes deployment tool such as `kops`
    24      and then deploy Pachyderm on that Kubernetes cluster.
    25      If you deploy a cluster with `kops`, you
    26      remain responsible for the Kubernetes operations and maintenance.
    27  
    28  Deploy Pachyderm with CloudFront
    29  :   Use this option in production environments that require
    30      high throughput and secure data delivery.