TrendMicro on GovCloud

0

I have installed TrendMicro on a EC2 instance and created a Microsoft SQL Server in RDS. When I go into my AWS GovCloud environment and type https://<ip>:8080 I get the TrendMicro site but it wants me to connect to the database and it fails to do so when I enter the credentials.

I give it the full Endpoint name, server name, user, and password but it refuses to connect? I have checked those credentials and they are all correct?

質問済み 2年前203ビュー
1回答
0

hi, So as you say you can't connect to your DB instance. it could be one of many reasons .

First check your security group associated with your VPC and confirm if the inbound and outbound rules you set allows traffic from your source(local machine or where you connecting from) refer to this link for such issues [1]https://aws.amazon.com/premiumsupport/knowledge-center/rds-cannot-connect/

make sure public accessibility of your Database is set to "YES" (can be done via console)

check the connection between your EC2 and RDS

Security groups of the EC2 and RDS if they allow each other NACL's rules of the EC2 and RDS if they allow each other Routing table of the EC2 and RDS if they allow each other. If the EC2 and RDS are in the same VPC the IGW will not be needed. But if in different VPC it will be

also check connection between EC2 and RDS. From the EC2 you can test connection to RDS by running a linux command: telnet [rds endpoint] [port used] Example telnet testing.casdasdasd.us-east-1.rds.amazonaws.com 5432

feel free to reach out if there's anything you need help with.

回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ