# AWS RAM share SSM parameter to get the account IDs and roles name # to assume in the source and destination accounts. AWS_ACCOUNT_IDS_SSM = ( "arn:aws:ssm:us-east-1:086679231553:parameter/shared/aws" "-account-ids/" ) # Account where backup is stored and from where IAM role is assume to create the secrets.json file SOURCE_AWS_ACCOUNT = "backup" # Account where the secrets are # restored to the Secrets Manager and where the IAM role is assumed DESTINATION_AWS_ACCOUNT = "dev" # S3 bucket location where the secrets are stored BACKUP_SECRETS_BUCKET = "backup-route53-backup" # S3 bucket prefix where the secrets are stored as objects RECORDS_FILE_S3_KEY = "103233932089/naz.com/backup_20241024T211728Z.txt" AWS_REGION = "us-east-1" DOMAIN_NAME = "naz.com"