homogeneous database migration service, what does the instance security group look like

0

Using AWS homogeneous database migration service, when you create an instance profile it ask for a VPC security groups.

VPC security groups Choose one or more security groups for your instances. The security groups specify inbound and outbound rules to control network access to your instance.

Can somebody please tell me what that would look like, I cannot find an example and what I tried has failed.

2 Answers
0
Accepted Answer

Hello.

According to the documentation here, the DMS replication instance needs to be able to access the source and target DBs.
Therefore, I think there will be no problem if you allow all communication without any particular restrictions on outbound rules.
If I were to review the settings, I think it would be the firewall and security group settings for the source DB and target DB.
I think you need to configure the source and target DBs to allow IP addresses for the DMS replication instances.
https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#CHAP_Security.Network

profile picture
EXPERT
answered 7 months ago
profile pictureAWS
EXPERT
reviewed 7 months ago
0

There are only 5 parameters that you need to determine to configure a Security Group: source and destination IP (or IP range), source and destination port (or port range), and protocol. You can find several Security Group configuration examples by following this link (use the links on the page to choose a specific example scenario).

AWS
Max
answered 7 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions