Cohesity Cloud Scale Technology Deployment Guide Using Terraform for AWS
- Introduction
- Getting started with deployment
- Prerequisities for setting up AWS environment
- Prerequisites for Terraform
- Deploying Cloud Scale Technology using Terraform script
- Accessing the Cloud Scale Technology environment
- Troubleshooting and cleanup environment steps
PaaS based PostgreSQL deployment (DBaaS) on AWS
PostgreSQL is a service which adds support to use external database instead of the internal one to use with Cloud Scale Technology services. Using the external PostgreSQL database which manages the cloud provider, it improves the resiliency, allows the database to be scaled up as needed, and reduces the maintenance requirements for NetBackup's database services in EKS.
DBaaS deployment is selected by setting `db_create = false` in the Terraform deployment input file at the base step. Refer to the section See Stages of deploying Terraform scripts on AWS. or more details on the stages of deployment.
Refer to the troubleshooting section See Troubleshooting issues.
To reset the password for PostgreSQL database, refer to the section See Changing database server password in PostgreSQL (AWS).
For maintenance purpose after deployment, refer to the section Managing PostrgreSQL DBaaS
from the guide NetBackup™ Deployment Guide for Kubernetes Clusters