shatteredsilicon / ssm-submodules

GNU Affero General Public License v3.0
0 stars 2 forks source link

Add a feature to override CloudWatch RDS polling interval #195

Open gordan-bobic opened 10 months ago

gordan-bobic commented 10 months ago

Enhanced monitoring interval defaults to 60, which also seems to be the maximum. For some users, this can significantly add to their RDS costs.

Add an container environment variable override option such as for example

-e RDS_CW_POLL_INTERVAL=120

to reduce the polling interval.