Questions tagged [rds]

RDS can stand for Remote Desktop Services (formerly known as Microsoft Terminal Services), or Amazon Relational Database Service. For Amazon RDS, please use the tag amazon-rds

RDS can stand for Remote Desktop Services (formerly known as Microsoft Terminal Services), or Amazon Relational Database Service. For Amazon RDS, please use the tag.

491 questions
5
votes
1 answer

Can I add database to AWS RDS MySQL without creating new instance?

Just like a vps/server when I install mysql on it, it can be flexible to add/remove database in one server, but on aws rds mysql can I add database without create a new instance?
5
votes
2 answers

Data transfer speed between AWS regions

Does anyone know what sort of data transfer speed we should be seeing on a VPC peering connection between 2 AWS regions (in this case us-west-2 and eu-west-2)? We tested this a couple of weeks ago, and saw speeds in excess of 200MB per second.…
Garreth McDaid
  • 3,449
  • 1
  • 27
  • 42
5
votes
3 answers

Can't click on start button and programs in taskbar

I have several users using RDS to my Windows Server 2012 R2. Only one of my users have this problem... He can't click the start button. If he hover the start button, it flickers. Furthermore if he minimize apps, then he can't click them in the…
MojoDK
  • 519
  • 9
  • 13
  • 24
5
votes
1 answer

Load Balancing RDS (in AWS)

I am new to AWS in general so this might be a noob question. I have set up an RDS instance with a readreplica & connected my VMs to the the Master DB for now via AWS Opsworks. Ideally I want the reads balanced between master and slave and the writes…
Ram G Athreya
  • 151
  • 1
  • 2
5
votes
1 answer

Connect to RDS from EC2 instance -- both inside VPC

I have a VPC with two private subnets (two were required to get an RDS instance set up). I have a security group for this VPC, let's call it vpc-sg. vpc-sg allows TCP access on port 22 from my home machine, and allows all outbound traffic. That's…
wrongusername
  • 457
  • 2
  • 5
  • 7
5
votes
2 answers

Server 2012r2 RDS - Start Screen

I'm in the process of setting up an RDS server. It will be multi-tenant, so it's locked right down. All user profile data is stored on the file server using GPO folder redirection. I want to lock the start screen right down to only show what they…
5
votes
1 answer

Old HP thin clients cannot connect to Windows 2008 R2 RDS server

I'm in the middle of a migration from an old virtualized Windows 2003 Terminal Server to a 2008 R2 RDS host. The environment is a mix of several generations of HP thin clients, as well as some Axel hardware terminals. The first batch of users…
ewwhite
  • 197,159
  • 92
  • 443
  • 809
5
votes
2 answers

Poor performance on Amazon RDS instance

I'm doing some load/stress testing on a PHP web application that is backed by a Small RDS database instance. When I hit the website with ~50 concurrent web requests, the RDS database just stops responding to all connection requests for about 10…
Stefan
  • 151
  • 1
  • 2
5
votes
2 answers

MS-RDS sporadically slow redirect

I've setup a 2016 RDS farm with 1 RD Connection Broker (RDCB), 40 RD Session Hosts (RDH), no Web Access and no Gateway. There are about 4000 connections (mostly reconnects) per hour. The connections are following this way: Client -> RDH -> RDCB ->…
hcm
  • 101
  • 4
5
votes
1 answer

How to connect to AWS RDS through DBeaver

I have a MySQL database on AWS. Here are some of the settings: DB instance id - database-2 Endpoint - database-2.***.eu-central-1.rds.amazonaws.com Port - 3306 Public accessibility - true DB name - testdb Master username - admin Now I am trying to…
Rasmond
  • 171
  • 1
  • 2
  • 7
4
votes
2 answers

AWS: Website with multiple DB instances

I have hosted website on AWS. Currently we have only 1 RDS. Can we make copy of that 1 DB instance and make another? And by setting load balancer as per the request comes (when high traffic). Ideas is to get on high traffic, manage AWS via load…
Jackson
  • 143
  • 4
4
votes
2 answers

Amazon RDS mysql enable slow querry log

I am trying to enable the slow query log via RDS web console. We are using mysql 5.6 on RDS not aurora. I'm changing the Parameter groups values of slow_query_log to 1 long_query_time to 5 slow_query_log_file is…
simonC
  • 195
  • 2
  • 12
4
votes
4 answers

Can't add RDS database to Elastic Beanstalk environment

I've created maybe 10 Elastic Beanstalk environments with a connected RDS database, but for some reason on this application I'm unable to add an RDS database to my elastic beanstalk environment. I'm adding the RDS database through the Elastic…
awwester
  • 267
  • 1
  • 3
  • 14
4
votes
1 answer

Latency issues when inserting content to China

Background We have an app that will write into a postgres db hosted in Frankfurt datacenter. The app is installed in each of the 8 sites we have around the world, from China, Korea, India , Germany, France and Mexico. When connecting in Europe, to…
Andy K
  • 119
  • 14
4
votes
0 answers

Why does RDS login screen vary by user and PC?

I have two identical Lenovo laptops running Windows 10 with all updates. Call them Left and Right. On the backend I have a domain controller and a Remote Desktop Server, both running Windows Server 2008R2. I have two users, Bob and Alice, who log…
Russ Kuhn
  • 41
  • 3
1 2
3
32 33