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
2
votes
1 answer

MySQL running on Amazon EBS EC2 performs a lot faster than Amazon RDS

Currently, I have MySQL running on EBS EC2 us-east-1c. I wanted to try Amazon RDS so created an instance running on "us-east-1b", but the response from the RDS is really slow. It takes about few seconds (2sec to 3sec) to get response from RDS…
user965363
  • 743
  • 2
  • 6
  • 11
2
votes
1 answer

Stress testing an RDS server / farm

I need to find a way to autotest a small RDS deployment for ~50 users, working in a set of RDS session hosts. The users are going to be mainly running MS Office 2007 - Excel, Word, Outlook (connected to Exchange 2010) Is there a known set of…
dyasny
  • 18,802
  • 6
  • 49
  • 64
2
votes
2 answers

AWS RDS MySQL performance issues

We are in the process of migrating our databases from an MSSQL Server AWS RDS instance onto an AWS MySQL 8.0.17 RDS instance Our web application uses ORM/hibernate for database interactions, with 1 application tied to 1 database the database server…
2
votes
2 answers

Can't connect to Amazon RDS MySQL

I'm trying to connect to RDS MySQL from linux machine. When I test the connection with telnet, the telnet session succeeds but when I'm trying to connect to the db with the next command mysql -h hostname -uusername -ppassword I can't get access and…
Anna Hecht
  • 21
  • 4
2
votes
1 answer

How to find out the amount of SWAP an AWS RDS instance has?

How to find out the amount of SWAP an AWS RDS instance has? In EC2 one can SSH and find out the amount of SWAP an instance has but how does one find out is RDS? The purpose is to configure SWAP usage monitoring for RDS in AWS Cloudwatch
Siju George
  • 155
  • 9
1
vote
1 answer

Not able to access RDS instance inside EKS cluster | EKS <-> RDS connection

I'm trying to access my existing RDS instance in the newly created EKS cluster. steps I have followed: Create a VPC peering connection by keeping RDS as requester and EKS as accepter. Add destination Accepter CIDRs with the peering connection. in…
1
vote
0 answers

AWS RDS Downsize mysql database without losing users and their passwords

AWS doesn't let you shrink DB storage. If this is required, they suggest to either user their Migration Service or use mysqldump. See the following Docs The Migration Service doesn't create an exact replica (e.g. issues with auto increment fields as…
Rob
  • 227
  • 2
  • 6
1
vote
0 answers

Restrict RDP Collection By IP

I have an RDS server that serves applications via RDWeb. Users are added to Organisational Units that represent the customer, and each application is linked to an OU so that the users in Customer1 only see their version of the application. Now…
Paul
  • 111
  • 3
1
vote
2 answers

Unable to set RDS timeouts, Server 2012/2016

Experiencing unable to set timeouts and logoff times in GPO for Windows RDS Server 2012 and 2016. Working with 2008 this works fine but the same settings do not get applied on 2012/2016. Looked at the registry but this also fails and does not…
1
vote
1 answer

Connect to AWS Aurora from Home PC

I used to connect from home with Microsoft SSMS to a Microsoft Database. Can I do the same from SQL Workbench to an Aurora database? I read this: https://aws.amazon.com/premiumsupport/knowledge-center/connect-rds-mysql-workbench/, but to me it's…
NealWalters
  • 1,333
  • 8
  • 19
  • 39
1
vote
2 answers

SSH forward from public EC2 to RDS not working

So I am relatively new to the networking aspects of AWS and am having a problem. Here is a short description of what I have. I have a RDS that is not publicly accessible. The endpoint resolves to a private 10.X.X.X IP. I have an EC2 instance that…
cinnafire
  • 21
  • 5
1
vote
1 answer

Connection conrol MySQL on RDS

I am trying to implement a connecton control/login failure audit on MySQL RDS instance but my MySQL CONNECTION_CONTROL PLUGIN isn't capturing and storing the attempted login failures. I installed the plugin using the following commands: INSTALL…
Alex
  • 11
  • 1
1
vote
1 answer

Detect own RDS Session disconnecting/reconnecting

I would be able to run powershell scripts when users disconnect or reconnect to their RDS/Citrix session. The scripts must run from the session, with user privileges and environment vars. I was using a small Citrix utility named Session State…
Dric
  • 61
  • 1
  • 3
  • 11
1
vote
0 answers

Active Directory User From Another Domain Not Restricted by Security Group

We have an Active Directory (on Windows Server 2012) instance which we use to manage access on an Azure RDS deployment. We have a domain local security group which is tied to an app collection, so the users should only be able to see applications…
1
vote
0 answers

Domain printer group policies not applying or duplicates

We have two group policy issues that has been plaguing us for two weeks and I bit the bullet to ask the field. We recently changed print servers from 2008 to 2012. We have group policy objects for printers that apply to the user configuration…
Machine_74
  • 11
  • 2