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

Terraform RDS module : support for oracle

Does RDS module from terraform supports the Oracle RDS. The module I tried using is: https://registry.terraform.io/modules/terraform-aws-modules/rds/aws/1.0.8 When I use it for Oracle, we always need to provide the license_model parameter but this…
0
votes
0 answers

RDS Host Excel previewer blocks Excel from starting

I have a RDS Host, Windows 2012R2 and Office 2013 with the following issue: User opens File Explorer User selects a Excel file so that the Previewer pane shows the contents of the file. User doubleclicks on the file, nothing happens. If the users…
0
votes
0 answers

AWS RDS MySQL: Populate Timezone Tables

I'm using an AWS RDS MySql (5.7.19) installation and I need to do some date conversions. Most docs say that you need to have the timezone tables populated, to do…
Black Dynamite
  • 523
  • 2
  • 5
  • 16
0
votes
2 answers

Private RDS in VPC, connect from EC2 in different VPC and region

I want to connect from a EC2 in US VPC to a private RDS in a EU VPC. The AWS docs don't seem to mention this scenario - does anyone know if it's possible? Thanks,
rix
  • 277
  • 4
  • 10
0
votes
1 answer

Windows 2012r2 RDS: after installing desktop experience icons are english not german

I installed the desktop experience on a 2012r2 RDS Session Host. Now the default windows icons on start menu like computer Control Panel or Administrative Tools are now in english. But the rest of the OS is still german, only windows tools in…
fips123
  • 361
  • 1
  • 5
  • 17
0
votes
1 answer

Move an oracle dump file to RDS on AWS

I have an oracle dump file from a 9i instance. I want to move it to an RDS instance (oracle se 11). What do I need in order to accomplish this? What are the steps?
jeffkolez
  • 147
  • 7
0
votes
1 answer

AWS: Master user in RDS MySQL dose not have DBA role

I created a MySQL RDS instance. When I connected to this instance using the master user which I specified when creating this instance, I realized I do not have DBA role and obviously I do not have the permission to make this master user the DBA.…
Silly Dude
  • 558
  • 3
  • 9
  • 22
0
votes
1 answer

AWS : Lag issues between RDS SQL Server over two regions

Data policies of our customers means we have to host our database in the UK / EU. We currently have an US West EC2 instance (Windows) running as a web server. But since adding the new London RDS (SQL Server) instance the performance is noticeably…
chris
  • 113
  • 4
0
votes
1 answer

/dev/xvda1 is 100% full, I increased the volume to 16GB but it's not working

I'm new to Amazon AWS and I've been tasked to move a company's web app (LAMP) to amazon aws. I setup an EC2 and an RDS. I successfully setup apache, mysql and phpmyadmin. I ran into problems when I started to transfer their web app over to our EC2.…
Zach F
  • 1
  • 1
  • 1
0
votes
1 answer

Remote desktop services deployment has vanished - Server 2012 R2

I've been working on a new solution recently which is basically a 2012 R2 RDS Farm. In a nutshell, the users RDP to the connection broker which in turn passes their connection out to one of the session hosts. All was working fine until yesterday.…
0
votes
1 answer

AWS RDS mysql upgrade 5.5 to 5.6

What is the best/easiest way to upgrade and RDS instance running mysql 5.5 to 5.6. I have seen two potential methods: modifying the instance - this seems the easiest method - have people done it - did it work - what problems were there creating a…
matpol
  • 318
  • 1
  • 5
0
votes
0 answers

RDS 2016 external users unabel to connect to RDS

I have followed this guide https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/rds-deploy-infrastructure and also tried deploying a template in azure using the following…
0
votes
1 answer

RDS 2016 minimum services

I wish to put in place a HA 2016 RDS service in azure that will provide remote desktop services to users connected via a VPN, there are multiple articles and deployment templates that deploy the web and gateway servers, are these needed or could I…
0
votes
1 answer

Setup AWS RDS for EC2 instance with WHM

I have an AWS EC2 instance and we have installed WHM, now we want a replica of My DB via RDS (daily automated backup copy of my db is replicated via rds), I have tried to search the process but nothing found, can anyone help pls. we are not very…
TMNish
  • 1
0
votes
1 answer

Trying to create a virtual desktop collection, but the template doesn't show

First time building a Windows Server 2016 with a friend. Everything went really smooth until deploying VDI. We want to host all the roles (including a DC) on a single server, since this is for a small company. We had some trouble installing the RDS…