Skip to main content

Setup Databases

Quick Start

StepsExample
1. Vendor data componentsatmos workflow vendor -f data
2. Connect to the VPNClick Ops
3. Deploy clustersatmos workflow deploy/all -f data

Requirements

In order to deploy Data layer components, Networking must be fully deployed and functional. See the network documentation for details.

All deployment steps below assume that the environment has been successfully set up with the following steps.

  1. Sign into AWS via Leapp
  2. Connect to the VPN
  3. Open Geodesic

Supported databases

At the moment we have support for:

Vendor

Vendor all data components with the following workflow:

These are the commands included in the vendor workflow in the examples/snippets/stacks/workflows/data.yaml file:
    No commands found
Too many commands? Consider using the Atmos workflow! 🚀

These run several vendor commands for each included component. You can always run these commands individually to update any single component. For example:

Note:
We're using aurora-postgres for this example. Your database selection may differ.
atmos vendor pull -c aurora-postgres

Deploy

In order to deploy database, deploy both the cluster and the resources component (if applicable). Applying changes to the resources component requires a VPN connection. For example,

These are the commands included in the deploy/all workflow in the examples/snippets/stacks/workflows/data.yaml file:
    No commands found
Too many commands? Consider using the Atmos workflow! 🚀