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
0
votes
0 answers

AWS: RDS instance(s) and connecting from remote machine

I'm moving a site over to AWS. It's on the Amazon-flavored Linux distro, using MySQL. I vaguely remember setting it up a couple of months ago (been busy), and allowed access from my elastic IP. I was wanting to add another IP (home) so I can…
Paul England
  • 163
  • 1
  • 2
  • 9
0
votes
1 answer

Amazon RDS replication with external slave

I've recently configured a replication with an external MySQL master and RDS as slave but now I need to reverse that config and use RDS as master and the other instance as slave. Actually I use a vpn and the other instance is outside AWS. I changed…
Dave
  • 1
  • 2
0
votes
1 answer

Amazon RDS load balancing and performance

My question is simple. Is it possible to load balance rds (master and read-replicas) using the same haproxy instance used for application load balancing? This would mean that the IP of the application and the IP of the database would be the same.…
spdionis
  • 101
  • 1
0
votes
1 answer

RDS 2012R2 not reconnecting to disconnected session from RDWeb

When a user connects via RDWeb and closes all the applications, the session is disconnected. If that same user, then connects via RDP to the full desktop, a new session is created instead of reconnecting the disconnected session from RDWeb. Aside…
Charlie Wilson
  • 136
  • 2
  • 15
0
votes
1 answer

Connect to RDS inside a VPC using Opsworks located in another VPC

I have a RDS instance (mysql) inside a VPC called vpc-a (10.0.0.0/16). This instance is private, it can only be accessed from vpc-a. We created a stack on opsworks inside another VPC called vpc-b (10.1.0.0). We want to connect opsworks to the RDS…
0
votes
2 answers

Amazon RDS - UTC daylight savings

I haven't been able to get AWS support on the line and need an answer asap - do the SQL instances on Amazon Web Services RDS use daylight savings? I know the timezone is UTC but not sure if it uses DST....
blizz
  • 1,134
  • 1
  • 26
  • 47
0
votes
1 answer

I am having issues connecting to an Amazon RDS instance from an EC2 server, can connect from EVERYWHERE else

I know there are other similar questions on the site, but I haven't been able to find a solution. I have an RDS instance set up. We run our site on an EC2 instance. I know MySQL works on the EC2 instance, because our current MySQL database is run on…
Erik
  • 31
  • 3
0
votes
1 answer

installing phpmyadmin for remote db host

I am having trouble trying to install phpmyadmin. We are using AWS services for our servers. Our mysql db is located in an RDS instance. Now I am trying to install phpmyadmin on an EC2 instance. I have installed mysql-client on the EC2 instance.…
Ozgur Akcali
  • 255
  • 1
  • 2
  • 8
0
votes
0 answers

discrepancy between data used and

In AWS RDS our DB is using up a total of 75 mb out of 5 gb, mysql> SELECT sum((data_length+index_length)/power(1024,2)) tablesize_mb FROM information_schema.tables order by tablesize_mb desc; +-------------------+ | tablesize_mb …
tipu
  • 149
  • 8
0
votes
0 answers

RemoteApp and Desktop Connections Error 0x800401F0 when updating RemoteApp connections from RDS webfeed

I have set up Windows Server 2012 with Remote Desktop Services and RemoteApp aplications. Windows 7 clients are configured with web feed of RemoteApp aplications. Update is working when I manualy click "Update Now" in "RemoteApp and Desktop…
DUAdmin
  • 56
  • 1
  • 5
0
votes
1 answer

Troubleshooting Remote Desktop Services Connectivity - Windows Server 2012 R2

I have a number of users who connect to Published Applications over the internet. (Workers work from home). On any given day, user A can stay connected to the remote app with no disconnections for 8 hours, no problem. On the same day, user B may be…
0
votes
0 answers

AWS Cloudwatch shows wrong RDS size

I have a single RDS instance at AWS, which is -- supposedly -- a db.m1.large instance. When viewing Cloudwatch metrics for RDS, I see an option to filter by db instance size, and this filter shows only a single filter option for db.m1.small. So…
0
votes
1 answer

Configuring existing Citrix XenApp farm to also works as a Windows RDS farm

We're looking into providing a Citrix XenApp 6.5 farm and Windows Server 2008 R2 RDS farm for the users using the same server resources. Please notice that, why/why not, isn't really the question here. Would it be possible to host both Citrix farm…
gojj
  • 98
  • 1
  • 3
  • 11
0
votes
1 answer

How do I connect to an AWS RDS with MySQL Workbench?

I've read this documentation and several other sources but to no avail: I cannot connect to my MySQL instance from MySQL Workbench. I can connect to my RDS instance through EC2, but I cannot dump from it because it is outdated: mysqldump Ver 10.13…
NobleUplift
  • 165
  • 4
  • 17
0
votes
2 answers

Change drive letter for new user profiles on Windows Server 2008 R2 with RDS role installed

I've recently changed following registry key: HKLM\Software\Microsoft\Windows NT\CurrentVersion\ProfileList Default=D:\Users In order to ensure that all new profiles will be created on D drive, I've also successfully re-created some bulky…
Mikhail
  • 1,295
  • 3
  • 19
  • 35