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

How to configure Thin Clients to connect to RDS farm

We have recently upgraded our RDS servers to include a Gateway, connection broker, and two session hosts (RDGW, RDCB, RDSH1, RDSH2). This should allow us to have one session host for sales with their sales programs installed and another for…
0
votes
1 answer

AWS Lambda needs to be moved in different Subnet

I have a Lambda function that is in VPC-A and Subnet 1A and 2A. I want to move it to Subnet 1b and 2B. The command below is giving error: aws rds modify-db-subnet-group --db-subnet-group-name "XXXX" --subnet-ids "XXX" "YYY" "ZZZ" The error is: Some…
0
votes
0 answers

Best possible way to automate encrypted RDS mysql replication between 2 AWS accounts

I have 2 AWS accounts 1. Production 2. Development. I want to replicate the development RDS encrypted database to production account in a automated way. VPC peering is not allowed between the accounts but I can share the KMS keys between the…
Dave
  • 181
  • 8
0
votes
1 answer

How to switch from Trial to Licenced CAL Windows Server 2008

I have finaly purchased my RDS CAL licences and now need to switch user from Trial to Licence but even if I remove from registry trial info from server or client the client still get Trial 120 days. My server show 20 licences installed and avalable…
0
votes
0 answers

How can I further improve Oracle 12.1 performance on RDS m4.large instance?

I'm having performance issues with my current Oracle setup. Queries are taking half a second and I can't figure out how to speed it up further. I've upgraded my RDS instance from a t2.medium to m4.large, created an index for the two columns I use in…
sil40
  • 1
0
votes
2 answers

WIndows 2012 R2 Remote Desktop Services

I've setup a collection of applications and can access them using RD Web Access with no issues, but I need to present these applications on the internet. I've setup RD Gateway and can open a rdp session to a server desktop, is there anyway to access…
0
votes
2 answers

Adding ip to connect to RDS 'not Publicly accessible'

I would like to allow access to an RDS for a group of ip's outside the VPC (devs using workbench). However, I would like to leave 'Publicly Accessible' disabled. Is there a way to do this? Config: Rds_01 is inside vp_01 which has security group…
mate47
  • 13
  • 1
  • 3
0
votes
1 answer

WS2016 RDS Gateway, Connects Internally not Externally

Here is what I have done so far - Configured Remote Desktop Services Purchased a domain "domain.com" Purchased a wild card ssl certificate, the thought is that I want to use "rds.domain.com" to access the RDS Server. RDS Deployment Properties - RD…
Matthewi
  • 1
  • 1
0
votes
1 answer

Reset session is not working and RDS is currently busy

Applying reset session /server: example CMD after check query sessions, but still can't access to the remote server. ERROR : "The task you are trying to do can't be completed because Remote Desktop Service is currently busy. Please try again in a…
0
votes
0 answers

Using regular profiles in RDS environment with user profile disks (Windows Server 2016)

I deployed an RDS farm with user profile disks that are stored on a cluster shared volume so that .vhdx-files are shared among all servers. It works well except one thing: I can't connect to more than one server with the same account simaltenously.…
Vladimir M.
  • 135
  • 2
  • 6
0
votes
0 answers

Remote Desktop Services User Policy Applied to Wrong Users

Windows Server 2016 Remote Desktop Services installation with 3 session host servers, one DC. Clean install from scratch. Created a single RDS policy which has both user and computer settings, is being applied to RDS users group, and also to the…
nepdev
  • 391
  • 1
  • 7
  • 21
0
votes
1 answer

Profile includes Program Files Folder for Server Domain Accounts

Windows Server 2016 installation with 3 Remote Desktop Services (RDS) session hosts servers, one domain controller. There is a user group configured for RDS users with group policies for a few settings. The issue: Logging into one of the RDS session…
nepdev
  • 391
  • 1
  • 7
  • 21
0
votes
1 answer

RDS: Client not connecting to session host, direct connect works fine

Environment Fully patched Windows 7 Client Fully patched Server 2012R2 Environment RDS-Deployment with two HA connection brokers, three session hosts, one WA host externally available RDS gateway, connection is made from within the company network…
Patrick R.
  • 111
  • 1
  • 6
0
votes
1 answer

How to flush mysql remote hosts cache?

The mysql instance is a third party Heroku addon: JawsDB. Host: s554ongw9quh1xjs.cbetxkdyhwsb.us-east-1.rds.amazonaws.com Command: mysqladmin -h s554ongw9quh1xjs.cbetxkdyhwsb.us-east-1.rds.amazonaws.com -P 3306 -u username -p flush-hosts Mysql…
iamtoc
  • 103
  • 4
0
votes
0 answers

Does amazon ec2, sqs, or rds has network bandwidth limit?

My ingestion pipeline is the following queue -> ec2 -> rds I have observe the following, when I have first turn on my ec2 to ingest from sqs the write/second on rds is really fast. But after 4 hours the sql write time starts to increase. Here is a…
J L
  • 41
  • 1
  • 3