Skip to content

nationalarchives/ds-infrastructure-backup-services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ds-infrastructure-backup-services

Prerequisites

Dependencies

Terraform from repository ds-infrastructure-backup need to be applied before this repository can be applied successfully.

In ds-infrastructure-databases using GitHub Actions the EBS for database servers and database servers mysql-main-prime and mysql-main-replica need to be created before terraform apply.
Building the AMIs using the GitHub Actions for instances need to be prepared

ASM - secrets

Secret /infrastructure/credentials/mysql-backup need to be added before building the database servers.
structure of the secrets is:

{
    "root_password":"password",
    "admin_user":"name",
    "admin_password":"password",
    "repl_user":"name",
    "repl_password":"pasword",
    "bkup_user":"name",
    "bkup_password":"password",
    "network_cidr":"cidr-of-subnet"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published