
On demand ephemeral environments to run manual and automated tests.
screenshot pendingDockup is a deployment management tool designed for developers who want to simplify the process of deploying code changes to AWS. It provides an intuitive interface that allows users to set up and manage their deployments without the need to navigate through complex DevOps tutorials. By connecting their GitHub and AWS accounts, users can streamline their deployment process significantly. Dockup automates the creation of necessary AWS resources, which includes building Docker images with CodeBuild, storing them in ECR, and running them in EKS as containers. It also sets up IAM permissions, VPCs…