AWS DMS - Endpoint target Redshift with user provided S3 bucket name
0
Please let know on the console how to provided S3 name while configuring Amazon redshift as target endpoint, by default it creates intermediary S3 bucket for data transit but there is option for user provided S3 bucket, just not able to find where to fill the details in the Target endpoint form.
asked 2 months ago12 views
1 Answers
0
DMS documentation has steps to configure custom s3 bucket https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Redshift.html#CHAP_Target.Redshift.EndpointSettings.S3Buckets
From console you can edit the endpoint settings and under editor in json format to add below
{
"BucketName": "dmscustombucketforredshift",
"ServiceAccessRoleArn": "arn:aws:iam::1xxxxxxxxxx0:role/dms-access-for-endpoint"
}
make sure the role used has permissions to bucket similar to managed iam policy AmazonDMSRedshiftS3Role
answered 2 months ago
Relevant questions
How to create DMS migration endpoint for redshift serverless.
Accepted Answerasked 3 months agoCan't connect to S3 target endpoint
asked 2 years agoDMS charges for target S3 Bucket PUTs
Accepted Answerasked 2 years agoPrivate DNS name for S3 VPC endpoint
asked 5 months ago"Bucket name already exists", but it is not listed on the S3 Mgmt Console
asked 4 years agoDMS - How to retain non-ASCII values when running DMS task from MySQL source to Redshift target
asked 3 months agoAWS DMS - Endpoint target Redshift with user provided S3 bucket name
asked 2 months agoDMS supports Super type for Redshift target with MongoDB source
asked 2 months agoS3 Interface Endpoint from On-Prem Acccess Denied
asked 21 days agoAWS DMS Neptune target endpoint error
asked 2 months ago