Questions tagged [amazon-rds]

Amazon RDS (Relational Database Service)

Amazon RDS (Relational Database Service) is a distributed relational database service based on popular variants, running in the cloud. Currently supported are:

  • MySQL
  • Oracle
  • SQL Server
  • PostgreSQL

Additional Documentation:

549 questions
-1
votes
2 answers

Who is responsible for performing the query EC2 or RDS?

Normally I run my own MySQL server (within EC2), but I was looking for the possibility's of RDS ( https://aws.amazon.com/rds/ ). As I understand RDS is (directly after setup) optimized for relational databases. What I don't understand is who is…
user277526
-1
votes
2 answers

Never miss a HTTP post

I have a webservice that have a couple of "machine" clients connected to it that does HTTP post with data once in a while. The nature of the service is that I cant allow the service to loose a single incomming request. However I do experience that…
-1
votes
2 answers

Amazon RDS - Can't connect to MySQL Server database?

I am trying to login to MySQL server using *nix shell prompt, following is my command : $ mysql ********** -east-1.rds.amazonaws.com:3306 (where the asterisks are my ID) I am getting following error : Access denied for user ''@'localhost' to…
Jake Byman
  • 121
  • 3
-1
votes
1 answer

When will Amazon RDS suport MariaDB > 10.6?

RDS has historically added support for new mariadb releases within a year, but they seem stuck on 10.6 and haven't added the new 10.7, 10.8, 10.9, 10.10, 10.11, which are all GA. MariaDB did change their policy and only provide 1 year support for…
ysth
  • 129
  • 1
  • 10
-1
votes
1 answer

How to diagnose cross account EC2/RDS connection with vpc flow logs in AWS?

In AWS, made 2 accounts. account 1: A | Deployed EC2 account 2: B | Deployed RDS Want to connect from account 1's EC2 to account 2's RDS, but doesn't work. So enabled VPC flow logs to diagnose where is the problem. The connection between these 2…
-1
votes
2 answers

Aurora reader storage cost

that should be simple, but I cannot figure that out Amazon bills the real used storage amount for Aurora databases, not the allocated storage like for non-Aurora. there is a metric VolumeBytesUsed - The amount of storage used by your Aurora DB…
John
  • 542
  • 5
  • 16
-1
votes
1 answer

Why a MultiAZ db.t2.small reserved instance costs two normailzed units?

I have a MultiAZ Aurora MySQL cluster with 2 db.t2.small instances, the Master and the Read Replica Now I want to buy MultiAZ Reserved Instances for both db.t2.small instances but when doing the purchase I see that each Reserved Instance costs 2…
-2
votes
2 answers

amazon aws, rds

just need a quick info on two questions but very related. 1 if we use rds on amazon aws, what happens if some of the machines rds is running on crash? i mean what happens with the data? is it gone? 2 if we use rds on amazon aws via beanstalk, and…
b0x0rz
  • 101
  • 1
  • 1
  • 5
-2
votes
1 answer

Cheapest High Available Web Server

I would like to create a high-available setup (e.g. a small cluster) for a webserver, i.e. it will run Apache, PHP and MySQL. There will be between 2-8 small websites running with only very little traffic and workload. High availability is however…
1 2 3
36
37