
IMPORTANT: The file content has been truncated.
Status: Showing lines 131-230 of 437 total lines.
Action: To read more of the file, you can use the 'offset' and 'limit' parameters in a subsequent 'read_file' call. For example, to read the next section of the file, use offset: 230.

--- FILE CONTENT (truncated) ---
        allocated_storage: 20
        storage_encrypted: true
        storage_type: 'gp3'
        db_name: 'testapp'
        port: 5432
        maintenance_window: 'mon:19:00-mon:19:30'
        backup_window: '09:00-10:00'
        backup_retention_period: 31
        force_ssl: true
        parameter_store_path_db_url_name: 'DATABASE_URL'
        sql_backup_scheduled_task_environment_variables:
          - name: "foo"
            value: "bar"
        check_sql_backup_scheduled_task_environment_variables:
          - name: "foo"
            value: "bar"
        replication_bucket_destination_arn: "arn:aws:s3:::your-destination-bucket-name"
        replication_kms_key_id: "your-destination-kms-key-id"
        codebuild_access:
          - service-name
    aurora:
      - identifier: testaurora
        in_use_by:
          - test-service
        engine: 'aurora-postgresql'
        engine_version: '11.9'
        db_name: 'testapp'
        port: 5432
        maintenance_window: 'mon:19:00-mon:19:30'
        backup_window: '09:00-10:00'
        backup_retention_period: 31
        force_ssl: true
        minimum_size:
          staging: 1
          production: 2
        maximum_size:
          staging: 1
          production: 2
        parameter_store_path_db_url_name: 'DATABASE_URL'
        replication_bucket_destination_arn: "arn:aws:s3:::your-destination-bucket-name"
        replication_kms_key_id: "your-destination-kms-key-id"
    elasticache_cluster:
      - identifier: testredis
        in_use_by:
          - test-service
        engine: 'redis'
        node_type: 'cache.t2.micro'
        node_count: 1
        engine: 'redis'
        engine_version: '5.0.6'
        port: 6379
        maintenance_window: 'mon:19:00-mon:22:00'
        snapshot_window: '09:00-10:00'
        parameter_store_path_elasticache_cluster_url_name: 'REDIS_URL'
    opensearch_cluster:
      - identifier: testos
        in_use_by:
          - test-service
        version: '1.2'
        master_enabled: true
        master_count: '1'
        master_type: 'c6g.large.search'
        instance_count: '3'
        instance_type: 't3.small.search'
        warm_enabled: true
        warm_count: '2'
        warm_type: 'ultrawarm1.medium.search'
        volume_size: '20'
        parameter_store_path_opensearch_cluster_url_name: 'ELASTICSEARCH_URL'
    services:
      - name: test-service
        blue_green:
          production:
            enabled: true
            db_copy:
              from_db_host_ps_key: /test-app/other-test-service/production/DB_HOST
              from_db_name_ps_key: /test-app/other-test-service/production/DB_NAME
              from_db_user_ps_key: /test-app/other-test-service/production/DB_USER
              from_db_pass_ps_key: /test-app/other-test-service/production/DB_PASSWORD
              blue_green_db_name_ps_key: /test-app/test-service/production/DB_HOST
              blue_green_db_user_ps_key: /test-app/test-service/production/DB_USER
              blue_green_db_pass_ps_key: /test-app/test-service/production/DB_PASSWORD
              sql_backups_s3_bucket: new-dedicated-cluster-testservice-production-sql-backup
            db_rewrites:
              - from: other-test-service.example.com
                to: test-service.example.com
            directory_copy:
              - from: /mnt/efs/other-test-service-media
                to: /mnt/efs/test-service-media
                chown: "33:33"
            asset_copy_trigger_ps_key: /test-app/test-service/production/BLUE_GREEN_ASSET_COPY_TRIGGER
          staging:
            enabled: false
        launch_on:
          - production
          - staging
        launch_on_cluster: "test"
        monitoring:
          production:
            opsgenie_alerts: