1 min readAug 31, 2020
This article is a bit confusing. I can very easily load from S3 to SQL Server RDS. You state this can be done to Aurora Postgres. However, in the wording you say RDS. Aurora is not an RDS. So, can this be done from S3 to Aurora Postgres using
LOAD DATA FROM S3 PREFIX 's3://some-bucket-name/users'
INTO TABLE users;