How can I migrate a jsonb column from postgres on RDS to S3?

0

I have a table in a Postgres on RDS db with a jsonb column. I want to move this data to an S3 bucket and use federated queries to access this data. How can I do this?

1개 답변
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.

AWS
전문가
답변함 2년 전
  • I still don't follow how to query the IR in postgres after moving to s3.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠