From 00133fcebbcb1628d671c9a55f17af4253047f3a Mon Sep 17 00:00:00 2001 From: Frank Touserkani <94471063+ftouserkani-edb@users.noreply.github.com> Date: Wed, 4 Feb 2026 14:38:02 -0500 Subject: [PATCH 1/2] Include AWS_SESSION_TOKEN in RDS configuration Add AWS_SESSION_TOKEN to the configuration example. --- .../monitoring/mon_ext_dbs/mon_ext_csp/rds.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/product_docs/docs/edb-postgres-ai/preview/hybrid-manager/using_hybrid_manager/monitoring/mon_ext_dbs/mon_ext_csp/rds.mdx b/product_docs/docs/edb-postgres-ai/preview/hybrid-manager/using_hybrid_manager/monitoring/mon_ext_dbs/mon_ext_csp/rds.mdx index 5557bd3f63..5252aeb402 100644 --- a/product_docs/docs/edb-postgres-ai/preview/hybrid-manager/using_hybrid_manager/monitoring/mon_ext_dbs/mon_ext_csp/rds.mdx +++ b/product_docs/docs/edb-postgres-ai/preview/hybrid-manager/using_hybrid_manager/monitoring/mon_ext_dbs/mon_ext_csp/rds.mdx @@ -105,6 +105,7 @@ You can set up the agent to monitor all your AWS RDS deployments on HM. stringData: AWS_ACCESS_KEY_ID: replace_with_your_access_key_id AWS_SECRET_ACCESS_KEY: replace_with_your_secret_access_key + AWS_SESSION_TOKEN: replace_with_your_session_token AWS_REGION: example-us-east-1 BEACON_PROVIDER_AWS_CONSTANT_REGIONS: example-us-east-1 BEACON_PROVIDER_AWS_CONSTANT_PROJECT_ID: your_project_id From 46a18afb19c59202c9f2b42334b3e59d11b0c8a1 Mon Sep 17 00:00:00 2001 From: Nathan Faust Date: Wed, 4 Feb 2026 16:25:16 -0500 Subject: [PATCH 2/2] fix RDS configuration yaml secret indents --- .../mon_ext_dbs/mon_ext_csp/rds.mdx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/product_docs/docs/edb-postgres-ai/preview/hybrid-manager/using_hybrid_manager/monitoring/mon_ext_dbs/mon_ext_csp/rds.mdx b/product_docs/docs/edb-postgres-ai/preview/hybrid-manager/using_hybrid_manager/monitoring/mon_ext_dbs/mon_ext_csp/rds.mdx index 5252aeb402..1160d7e1be 100644 --- a/product_docs/docs/edb-postgres-ai/preview/hybrid-manager/using_hybrid_manager/monitoring/mon_ext_dbs/mon_ext_csp/rds.mdx +++ b/product_docs/docs/edb-postgres-ai/preview/hybrid-manager/using_hybrid_manager/monitoring/mon_ext_dbs/mon_ext_csp/rds.mdx @@ -100,18 +100,18 @@ You can set up the agent to monitor all your AWS RDS deployments on HM. apiVersion: v1 kind: Secret metadata: - name: beacon-csp-credentials - namespace: upm-beacon + name: beacon-csp-credentials + namespace: upm-beacon stringData: - AWS_ACCESS_KEY_ID: replace_with_your_access_key_id - AWS_SECRET_ACCESS_KEY: replace_with_your_secret_access_key - AWS_SESSION_TOKEN: replace_with_your_session_token - AWS_REGION: example-us-east-1 - BEACON_PROVIDER_AWS_CONSTANT_REGIONS: example-us-east-1 - BEACON_PROVIDER_AWS_CONSTANT_PROJECT_ID: your_project_id - BEACON_AGENT_PROVIDERS: appliance,aws - BEACON_PROVIDER_AWS_MODE: constant - BEACON_PROVIDER_AWS_CONSTANT_SERVICES: rds + AWS_ACCESS_KEY_ID: replace_with_your_access_key_id + AWS_SECRET_ACCESS_KEY: replace_with_your_secret_access_key + AWS_SESSION_TOKEN: replace_with_your_session_token + AWS_REGION: example-us-east-1 + BEACON_PROVIDER_AWS_CONSTANT_REGIONS: example-us-east-1 + BEACON_PROVIDER_AWS_CONSTANT_PROJECT_ID: your_project_id + BEACON_AGENT_PROVIDERS: appliance,aws + BEACON_PROVIDER_AWS_MODE: constant + BEACON_PROVIDER_AWS_CONSTANT_SERVICES: rds EOF ``` 2. Restart the agent and external metrics receiver: