More sessions

This commit is contained in:
2026-02-24 18:03:22 +00:00
parent eb5bd4a929
commit 23cc78aa98
284 changed files with 129543 additions and 4 deletions

View File

@@ -0,0 +1,56 @@
IMPORTANT: The file content has been truncated.
Status: Showing lines 131-180 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: 180.
--- 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'