From 4f1df68ccb9c4f89f2be0cf2ac6e2c82c0d0398c Mon Sep 17 00:00:00 2001 From: Andrew Hemming Date: Wed, 8 Jan 2025 13:52:46 +0000 Subject: [PATCH] Format --- modules/postgres-etl/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/postgres-etl/README.md b/modules/postgres-etl/README.md index ffdedc93..047aabc3 100644 --- a/modules/postgres-etl/README.md +++ b/modules/postgres-etl/README.md @@ -20,11 +20,11 @@ These resources are designed to extract data from an RDS instance, load it into We have `extract` and `load` modules that contain Terraform code for extracting RDS data, ECS tasks, a Step Function for extraction and loading, S3 bucket definitions, IAM roles/policies for accessing S3, RDS, etc and shared variables across modules. -AWS Services: RDS for source and target databases, S3 for intermediate storage, ECS for running extraction and loading tasks and Step Functions for orchestration. +**AWS Services**: RDS for source and target databases, S3 for intermediate storage, ECS for running extraction and loading tasks and Step Functions for orchestration. -Kubernetes: Dispatcher to monitor S3 for changes and Jobs for data transformation +**Kubernetes**: Dispatcher to monitor S3 for changes and Jobs for data transformation -Jenkins: Orchestrates the pipeline by triggering Step Functions, monitoring jobs and logging execution. Please refer to the `ccs-jenkins-jobs` repo for the [Postgres ETL job](https://jenkins-eks.techopsdev.com/job/digitalmarketplace-1.5/job/postgres-etl/). +**Jenkins**: Orchestrates the pipeline by triggering Step Functions, monitoring jobs and logging execution. Please refer to the `ccs-jenkins-jobs` repo for the [Postgres ETL job](https://jenkins-eks.techopsdev.com/job/digitalmarketplace-1.5/job/postgres-etl/). ## Important Notes