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

How to decide right time to start using read replica in MySQL

I have an ecommerce website with around 30,000 daily users with over 50,000 sessions. We are using RDS m5.xlarge instance. We are not facing any issues as such in read or write operations on day to day basis. But occasionally we face following…
Abhinav
  • 743
  • 2
  • 9
  • 20
0
votes
1 answer

"Update Your Amazon RDS SSL/TLS Certificates by February 5, 2020" Where to upload new cert

I did not set these up initially, and, to be frank, am a little green when it comes to AWS infrastructure. I found, in the dashboard, where I select rds-ca-2019 but then it warns me to download the new certificate and upload that first, so I do…
rockwell
  • 103
  • 4
0
votes
0 answers

Cannot install CAL License in Windows Server 2016

I am trying to install a RDS CAL license into a server and I am getting an error saying the license is already in use. I already tried 2 different licenses, both of them should be clean and without any uses, so I am guessing I am failing something…
0
votes
1 answer

AWS RDS: strange data consuming

I am experiencing a strange issue: I have a t2.micro AWS RDS instance, but it constantly eat its free space. The current usage of the tables, checked with this query: select table_schema, sum((data_length+index_length)/1024/1024) AS MB from…
mkiss
  • 103
  • 1
0
votes
3 answers

RDS and Exchange behind one public IP

This is my first question so I apologize in advance for any misconstrued colloquialisms. My dilemma is simple: I was in charge of decommissioning our SBS 2011 server. My solution was to virtualize each of the SBS roles into different servers -- we…
0
votes
2 answers

Unable to restore RDS oracle database, user is having RDSFullAccess

I am trying to restore RDS Oracle database snapshot and getting an error like "you are not authorized to perform this operation. (Service:Amazon EC2; Status core: 403......) Here the user trying to restore snapshot is already having RDSAullAccess…
Noor2122
  • 51
  • 3
0
votes
1 answer

Update Your Amazon RDS SSL/TLS Certificates by October 31, 2019

We recently received an email from AWS called "Update Your Amazon RDS SSL/TLS Certificates by October 31, 2019" We have tried to follow the guidelines to get ready for the deadline in March 2020, however since our DB instance is in MySQL 5.6, it's…
0
votes
1 answer

Migrating 2012R2 RDS to 2019 RDS by in place upgrades?

I have a working 2012R2 RDS infrastructure with following hosts: 1 2012R2 DC 1 2019 DC 1 2012R2 Host as RDS Gateway, RDS Broker, RDS Webaccess few 2012R2 Session Hosts few 2019 Session Hosts Now I wanted to upgrade to 2019 RDS, but because I…
fips123
  • 361
  • 1
  • 5
  • 17
0
votes
1 answer

How to permanently allow an RDS instance to connect to my server?

I'm using an Amazon RDS instance as a slave to replicate my bare metal MySQL server, as a backup. I'm authorizing the RDS instance's IP in my server's firewall this way: # iptables \ --insert INPUT \ --source…
BenMorel
  • 4,507
  • 10
  • 57
  • 85
0
votes
0 answers

AWS easy way to provision a new database on an existing RDS (MariaDB) instance

I have a greenfields account, with a bunch of stacks I've built a-top of it. Now, I have no existing EC2 instances, however while "in this state" I want to connect to my existing RDS MariaDB instance and create a new database and user. Since I have…
0
votes
0 answers

An specific timezone is not available on a RDS Aurora MySQL cluster

I have a database in RDS MySQL 5.7 instance and within the Parameters Groups I have defined the parameter "time_zone" as "America / Santiago", but now I want to migrate the database to an Aurora MySQL Serverless cluster (Running MySQL 5.6) but the…
FrancoVP
  • 101
  • 1
0
votes
1 answer

Black Areas on Remote Desktop - Dell WYSE

my issue is quite similar to this post: MSTSC: Black Areas on Remote Desktop We have multiple users with Dell WYSE 3040 thinclients having the issue of black squares appearing on their display while being connected to our Terminalserver. I tried the…
Rimini
  • 31
  • 5
0
votes
1 answer

Azure RDS HTML5 Web Client Unable to Access Gateway

We have a RDS (Remote Desktop Services) deployment, and recently went through the process of installing the HTML5 web client as per the directions…
0
votes
1 answer

Unable to Connect to AWS RDS using endpoint

We have two RDS running on AWS. On is a production database and the other is a development database. Both servers were working correctly until we decided to upgrade the production server from a db.t2.micro to a db.t3.medium. After upgrading none of…
0
votes
0 answers

Error in AWS RDS DUMP

When I take database dump from AWS RDS, it is not throwing any error but when i restore dump;found some tables are missing from it.I also tried echo $? and it showing exit status 2. Please advise.
Rocky
  • 49
  • 2
  • 9