-
Hi,
Our regular Ecto repo is configured like this (it fetches credentials from AWS based on some configured role):
```elixir
# in runtime.exs
credentials = System.get_env("RDS_DB_IAM_ROLE_CRED…
-
- [ ] EC2
- [ ] RDS
-
The `username` field is not specified as required for DB instance creation on RDS provider documentation.
The documentation should be updated to specify this field as required.
Also, using the def…
-
### Terraform Core Version
1.6.3
### AWS Provider Version
5.25.0
### Affected Resource(s)
aws_db_instance
### Expected Behavior
Expected that this would give no changes
```
terraform state …
lvonk updated
2 weeks ago
-
I am using a [monorepo setup](https://github.com/sst/monorepo-template/tree/main) with [Drizzle](https://github.com/sst/ion/tree/dev/examples/aws-drizzle), and have encountered a peculiar problem wher…
-
**Describe the issue**
Hi, we are using Checkov's custom checks with python to ensure our teams use the right versions of postgres through our self-maintained terraform modules. We use tfvars files t…
-
Postgres and MySQL in Amazon RDS have an option to connect using a generated/signed password based of the execution IAM Role.
Having an option to use this automatically generated password rather th…
-
### Terraform Core Version
1.5.2
### AWS Provider Version
5.42.0
### Affected Resource(s)
When using the `aws_db_proxy` resource ([link to documentation](https://registry.terraform.io/providers/h…
-
* **asyncpg version**: `0.30.0`
* **PostgreSQL version**: `15.3`
* **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce
the issue with a local PostgreSQL install?**: RDS, and yes
* …
-
```python
import polars as pl
import psycopg2
import argparse
from utils import general_utils, AWS_S3, Postgres
def main(args: argparse.Namespace):
aws_config = general_utils.load_yaml(a…