dosubot[bot] commented on issue #7864:
URL: 
https://github.com/apache/incubator-devlake/issues/7864#issuecomment-2274136826

   <!-- Answer -->
   Yes, you need to configure security group rules to ensure proper 
communication between your EC2 instance and the RDS database. Here are the 
recommended settings:
   
   1. **RDS Security Group:**
      - Allow inbound traffic from the EC2 instance's security group on the 
database port (e.g., 3306 for MySQL).
      - Example rule:
        - Type: Custom TCP
        - Protocol: TCP
        - Port Range: 3306
        - Source: Security group ID of the EC2 instance
   
   2. **EC2 Security Group:**
      - Allow outbound traffic to the RDS instance on the database port (e.g., 
3306 for MySQL).
      - Example rule:
        - Type: Custom TCP
        - Protocol: TCP
        - Port Range: 3306
        - Destination: Security group ID of the RDS instance
   
   These settings will ensure secure and efficient communication between your 
EC2 instance and the RDS database 
<sup>[[1]](https://github.com/apache/incubator-devlake-website/blob/main/versioned_docs/version-v0.19/GettingStarted/Authentication.md)</sup>.
   
   
   <!-- Dosu Comment Footer -->
   *To continue talking to [Dosu](https://dosu.dev), mention @dosu.*
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to