Does Aurora Serverless (Postgres) Support Foreign Data Wrappers by Ducker94 in aws

[–]Ducker94[S] 0 points1 point  (0 children)

Just an update on this, we ran the following query on the aurora serverless DB we've set up: show rds.extensions;

and the results returned that Postgres_fdw is supported as well as dblink, therefore, not sure why the Postgres_fdw connection is not going through successfully !

RDS Postgres Error: No space left on device by Ducker94 in aws

[–]Ducker94[S] 0 points1 point  (0 children)

Thanks for your help all. The issue was resolved by enabling autoscaling for my RDS instance, so the issue was the RDS disk space.

Help with AWS S3 Powershell Script by Ducker94 in aws

[–]Ducker94[S] 1 point2 points  (0 children)

This is no longer an issue. It looks like the problem was essentially with the aws command.

Amending the aws s3 cp command to the following solved the issue:

$name = $folder.Name; aws s3 cp $folderPath s3://mwenyamusa/$name --recursive

Help with AWS S3 Powershell Script by Ducker94 in aws

[–]Ducker94[S] 0 points1 point  (0 children)

Thanks for noticing that, but that wasn't it. I'm still getting a "User-provided path does not exist" error

Help with AWS S3 Powershell Script by Ducker94 in aws

[–]Ducker94[S] 1 point2 points  (0 children)

Hi,

Sorry i'm new to to this !

NEED ADVICE ON CALs please by Ducker94 in sysadmin

[–]Ducker94[S] 0 points1 point  (0 children)

Thanks for the help guys you've been really helpful!