2 Answers
- Newest
- Most votes
- Most comments
2
The below document provides comprehensive guidance on setting up AWS DMS to securely access secrets stored in AWS Secrets Manager from within a private subnet, ensuring secure and reliable database migration operations. https://docs.aws.amazon.com/dms/latest/userguide/security_iam_secretsmanager.html
1
Ensure that the IAM role assumed by the replication instance has sufficient permissions to access the secret in AWS Secrets Manager. Specifically, the role must have the secretsmanager:GetSecretValue permission for the secret ARN. Double-check the policy attached to the role to confirm this permission is granted.
Relevant content
- asked 9 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago