Questions tagged [rds]

For questions relating to the Relational Database Services product of Amazon Web Services.

The relational Database Services is a group of database server packages made available for sale as a managed cloud service for database hosting by Amazon Web Services.

41 questions
41
votes
3 answers

RDP wake-on-lan in LAN environment

How do you configure RDP to be able to wake-on-lan client computers? Basically, I want to be able to wake-on-lan 1 or more computers at a time in our LAN environment.
oshirowanen
  • 1,776
24
votes
2 answers

how to run a tunnel in the background as part of a shell script

I run these two commands all the time to connect to my rds instance on aws that's protected behind a firewall (so i tunnel through the ec2 instance) like so: command 1: open the tunnel (run on background) ssh -N -L port:host:5432 user@$ip -i…
abbood
  • 1,354
9
votes
2 answers

How to copy files with window remote desktop?

I can do clipboard copy inside RDS client and then I can do paste on local computer. This will initiate copy process via RDS. Normal copy dialog with flying papers will appear. Is it possible to initiate copy directly having source and destination…
Dims
  • 13,414
3
votes
1 answer

unable to delete RDS DBs on AWS

I'm not able to delete a database on RDS. Deletion protection is not enabled, as per the following screenshot: Despite that the "Delete" option on the menu is grayed out: I've tried it with and without the DB being started and I can't figure it…
neubert
  • 7,574
  • 39
  • 94
  • 156
2
votes
0 answers

Multi-factor authentication to 2012 RDS farm, preferably client certs?

Wonder if anybody can give me a steer on this. We use RDS quite heavily but I would like to enhance the security of it, VPN is an option but I would prefer to avoid if possible. Ideally what I'd like to do is continue using the native RDS client…
PH2022
  • 51
2
votes
2 answers

Remote Desktop Services: Fixed hostname per client

I'm investigating the deployment of a RDS-based solution and I wondered if an RDS session can be assigned a unique hostname based on the PC the session originated from. I need this to allow the following scenario to work: A Client application is…
Lodewijk
  • 121
2
votes
1 answer

Set-RDSessionCollectionConfiguration on powershell is complaining that no RDS service exists, even if it exists

This is an issue I already found the answer after many hours. But it is so crazy that I want to share my result. I wanted in windows use the powershell command Set-RDSessionCollectionConfiguration to define UDS files for RDS (remote desktop). But…
Andreas
  • 151
1
vote
0 answers

Install program to single RDS user

I'm looking to install an application to a single user in a RDS environment without installing it to the other users. The user is an Admin. I have very little experience with GPO but imagine it's possible with that. A Google search only brings up…
Kele
  • 11
1
vote
1 answer

While Deploying Virtual Desktop Infrastructure (VDI), I'm not able to add any VM's in the Collection

I am trying to create a Virtual Desktop collection, when ever i reach the page where it asks to select a Virtual Desktop Template it does not detect any Virtual Desktop even when I have a VM on the server and it has been sysprep'd. Is there any…
1
vote
1 answer

Multiple Time Zones in RDS

i have multiple users connecting to the same server from different time zones and countires. the problem is that when users connect to the server they receive the time zone and language setting that are set to my own time zone. is there a way to set…
1
vote
0 answers

Cannot connect to MS SQL RDS instance

I can´t Connect to my RDS MSSQL instance. The 'Public accessibility' is set to Yes the subnet goups are using 2 VPC subnets subnet A: CIDR 10.70.2.0/28 subnet B: CIDR 10.70.2.16/28 Both subnets has the 'Auto-assign IPv4' flag activated. The…
1
vote
1 answer

Odoo12: err on setting remote database to be at amazon RDS

I have odoo installed on my machine. I want the database to be connected to amazon RDS. I created the postgreSQL database on RDS and edited the conf file as follows: ; This is the password that allows database operations: admin_passwd =…
1
vote
1 answer

How to disable mysqldump command

I want to disable mysqldump command for all user's including root. As I am taking DB snapshot. After removing mysqldump binary file from /usr/bin/ location. But is it safe to do so?
coder
  • 13
1
vote
1 answer

how to fix a corrupted rds licenses database?

The problem A license database for remote desktop in Windows 2012 got corrupted as helpdesk executes several times an script in powershell used to install licenses for Windows 2008 R2 and then for Windows 2012 The troubleshooting Reviewing the…
nighter
  • 91
0
votes
1 answer

Connecting to SQL Server on AWS RDS

I have an SQL Server running on an AWS RDS Instance. I can connect fine using SQL SMgr on my local machine but I get an error message from an application I run on my local machine which needs to publish data to the DB. I've read some stuff about…
1
2 3