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 fix slow query of mysql on Amazon and CPU 100% on the small rds instance

I am quite new to the both MySQL and AWS RDS service. I just find my query to the MySQL on a small RDS instance takes roughly more than 5 seconds. Besides, I notice with the CloudWatch that the CPU of the rds is always 100% consumed. The size of my…
0
votes
1 answer

EC2 + RDS, or just a bigger EC2?

Possible Duplicate: How do you do Load Testing and Capacity Planning for Web Sites I need to develop a system that connect to multiples outter systems to get XML data and reply with computed XML data. Should I go with EC2 + RDS, or just a bigger…
0
votes
1 answer

Installing SQL server on an RDS box

I'm about to install SQL Server 2008 R2 on a Server 2008 R2 box running RDS. Do I need to install it using install mode like I would an application? Having asked that what determines whether you use install mode or not? Would I need to install an…
0
votes
1 answer

RDS slave (read replica) not replication

It appears overnight our Master RDS mysql server went offline for 3-4 minutes. When it came back online the replication was broken. On the slave, issuing SHOW SLAVE STATUS\G; "Got fatal error 1236 from master when reading data from binary log:…
jaredsten
  • 203
  • 1
  • 7
0
votes
4 answers

Remote Server can't access RDS Database

I'm having problems accessing my Amazon RDS MySQL Database from my server. I get this:- [Thu Sep 22 13:45:33 2011] [error] [client xx.xx.xx.xx] PHP Warning: mysqli::mysqli() [fqli-mysqli]: (HY000/2003): Can't…
WiseDonkey
0
votes
2 answers

Easy GUI way to auto scale EC2 and RDS: aws console, scalr, ylastic...?

I am managing all my instances with the AWS Management Console (the GUI web console) but now I want to use Auto Scale and it seems that this can not be done with that console. Yes, there is CloudWatch but I can only create alarms (e-mail…
Zillo
  • 111
  • 2
  • 4
0
votes
1 answer

Show warnings from mysqlimport

I'm running a job from a Linux box to an Amazon RDS (MySQL) that pumps in about 1GB of data via mysqlimport. It runs flawlessly, however, when I attempt the exact same command with windows I get 10000s of warnings but I cannot find a way to output…
af-at-work
  • 670
  • 1
  • 6
  • 12
0
votes
1 answer

Amazon RDS instance stopped responding

We've been running a large RDS instance in production for over year without a single moment of downtime. Recently, with a bigger budget and higher stakes, we decided to convert it to a multi-AZ instance, to improve reliability and redundancy of our…
chrism2671
  • 2,579
  • 9
  • 34
  • 45
0
votes
1 answer

Update RDS db via mysqlbinlog: "you need (at least one of) the SUPER privilege(s)"

We are moving a production site to EC2/RDS Followed these instructions: http://geehwan.posterous.com/moving-a-production-mysql-database-to-amazon I have set up row-based binary logging on the production server did a: mysqldump --single-transaction…
timoxley
  • 133
  • 1
  • 7
0
votes
2 answers

Speed up RDS printing

We've recently moved our clients from a Server 2003 terminal server using ThinPrint .print to Windows Server 2008 R2 RDS via a RDS Gateway using Easy Print. We've got some clients in Indonesia on crappy ISDN links who are saying that printing is now…
Mark Henderson
  • 68,823
  • 31
  • 180
  • 259
0
votes
1 answer

Trust level of local domains on public UCC

Are local domain names trusted on a public UCC (Unified Communications Certificate)? I want to use it for my 2008R2 RD Gateway and RD Web environment. The certificate should also be trusted when logging in from outside the .local domain.
Angelo
  • 1
0
votes
0 answers

Configuring database alarms for and AWS RDS datbase

I'm using an AWS RDS MySQL 8.0db.t3.micro 100GB DB for an app and am trying to determine the best alarms to set (the Laravel application is served through Vapor and through their UI, you can receive notifications if there are database spikes). Is…
Eric
  • 111
  • 1
0
votes
0 answers

Do I need CALS if only using Windows Server 2019 as a Hypervisor and non Windows Server services?

Here is the situation: Windows Server 2019 Host running Hyper-V with 1 Windows Server 2019 vm and 1 linux vm. There will be no active directory, there is no domain, one local admin on the Windows Host machine. Multiple people will very rarely be…
0
votes
0 answers

How I can use the CPU usage as load balancing weight?

I have the following infrastructure: Infrastructure is N apps that connect into a master-slave replication schema for Postgresql databases located upon amazon RDS. I use rotated weighted DNS using a private zone in Route53 AWS where I use it to…
Dimitrios Desyllas
  • 563
  • 2
  • 11
  • 30
0
votes
0 answers

How do I change default user settings in RDS Session Host?

Using Windows Server 2022... When a user connects the first time to my RDS Session Host, they get this layout... How can I by default remove "server programs", prevent all users (but admins) to access eg. server manager? Get the desktop…
MojoDK
  • 519
  • 9
  • 13
  • 24