1 Answers
0
Hi,
Thanks for posting to AWS re:Post. I wanted to share my two cents on the matter here.
In this case you can use DMS - JSONB is supported as a source in PostGreSQL engines.
[] Using a PostgreSQL database as an AWS DMS source - Source data types for PostgreSQL - https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html#CHAP_Source-PostgreSQL-DataTypes
Then, you can refer->
[] Using Amazon S3 as a target for AWS Database Migration Service - https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html
Hope this helps.
answered a month ago
Relevant questions
How can I migrate a jsonb column from postgres on RDS to S3?
asked a month agoIssues connecting to Postgres RDS instance from within a VPC
asked 3 years agoCan I Import .sql files from Encrypted s3 bucket into Encrypted MySQL RDS instance?
asked 16 days agoHow to upload a parquet format file of RDS table data to S3 without using snapshots
asked 6 months agoHow to create SSL dblink connection from RDS to postgres on premise?
asked 7 months agoUse RDS Postgres Replicas as a cluster
Accepted Answerasked 7 months ago60K updates to RDS Postgres - performance challenge
Accepted Answerasked 2 years agoencrypted db snapshot restore from S3 not working AWS RDS(mysql) console in an S3 bucket.
asked 4 months agoMove postgres on EC2 to RDS in a different account
asked 8 months agoHow can I connect Google Data Studio to an Private AWS RDS Postgres instance?
asked 2 months ago
I still don't follow how to query the IR in postgres after moving to s3.