rds
Here are 315 public repositories matching this topic...
I work in Zendesk a lot, and it would be nice to copy & paste a Markdown snippet of a selected comparison, even if it's an ASCII table with spacing (since Zendesk doesn't support Markdown tables).
If you'd like to have your company represented and are using Komiser please give formal written permission below via a comment and email to contact@komiser.io.
We will need a URL to a svg or png logo, a text title and a company URL.
-
Updated
Nov 25, 2019 - Python
-
Updated
Sep 6, 2018 - Ruby
The docs for DB identifier say:
The name of the RDS instance, if omitted, Terraform will assign a random, unique identifier
Unfortunately for me, it doesn't work:
The argument "identifier" is required, but no definition was found.
Moreover, there is nothing said about the restrictions on the identifier format: it can't be anything but alphanumeric due apparently to AWS API limitati
-
Updated
Mar 6, 2020 - Python
-
Updated
Jul 31, 2019 - C
I noticed here:
https://github.com/pganalyze/collector/blob/master/logs/analyze.go#L34
that the remainder, the plan section, which includes Query Text, isn't treated as secret — but the full query text can include sensitive information. Should it be treated as a secret?
Let's add authentication to AWS via secret and access keys
-
Updated
Mar 6, 2020 - JavaScript
The current Serverless example for PostgreSQL does not work. It is using Parameter Group aurora5.6 which is for Serverless MySQL 5.6. Instead, it should be using aurora-postgresql10 for PostgreSQL which can be found in AWS Aurora Serverless Documentation
I will be creating a PR and as
Add a table in the report for reserved instance type and running instance type eg.
Type Reserved Running
T2.Medium 20. 24
D2.large. 12. 10
-
Updated
Jun 29, 2020 - Go
from help:
…
--connections-critical-over N
Trigger a critical if connections usage is over a percentage
--connections-warning-over N Trigger a warning if connections usage is over a percentage
parameters passed --connections-warning-over 70 --connections-critical-over 85
check output: `CheckRDS CRITICAL: RDSNAME: ; DatabaseCon
The following is how I installed this on OS X 10.14.5.
I know this is not an issue but I wanted to document it for others to use in the future.
cd ~
git clone https://github.com/pplu/aws-map.git
curl -L https://install.perlbrew.pl | bash
perlbrew install perl-5.30.0
perlbrew switch perl-5.30.0
# I ran the following each as individual commands but a space delimited sing
Output hostname should be host_name to match both the naming convention of the other outputs AND the convention of the inputs.
-
Updated
Jan 3, 2020 - HCL
-
Updated
Apr 2, 2019 - Python
-
Updated
Nov 21, 2018 - Python
Improve this page
Add a description, image, and links to the rds topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rds topic, visit your repo's landing page and select "manage topics."
Along with the General Guides, it might be helpful to add a niche guide section, which is broken down by AWS service. Happy to issue a PR with some quality tutorials as an example.