Ongoing service disruptions
For the most recent update on ongoing service disruptions affecting the AWS Middle East (UAE) Region (ME-CENTRAL-1), refer to the AWS Health Dashboard. For information on AWS Service migration, see How do I migrate my services to another region?
Hi Team :)
I have a SonarQube server + an RDS DB on the same subnet, with an SG that allows all traffic.
Would like to know what would be the best approach to secure access to my RDS DB and SonarQube server from CodeBuild and all devs laptops
1 - All devs must access the DB and the* sonarQube server*
2 - AWS CodeBuild also must be allowed to access the Sonar server (add CodeBuild IP range in my SG?)
Thank you Kentrad, I had this error : An error occurred (TargetNotConnected) when calling the StartSession operation: i-0327089515ca31537 is not connected.
==> aws ssm start-session --target i-0333089515xx31234 --document-name AWS-StartPortForwardingSession --parameters "portNumber"=["9000"],"localPortNumber"=["9090"] --profile myProfile
Do you have the SSM Agent installed and running on your Sonar instance?
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.
Thank you Kentrad, I had this error : An error occurred (TargetNotConnected) when calling the StartSession operation: i-0327089515ca31537 is not connected.
==> aws ssm start-session --target i-0333089515xx31234 --document-name AWS-StartPortForwardingSession --parameters "portNumber"=["9000"],"localPortNumber"=["9090"] --profile myProfile
Do you have the SSM Agent installed and running on your Sonar instance?