amazon-rds-aurora

AWS Aurora MySQL serverless: how to connect from MySQL Workbench

☆樱花仙子☆ 提交于 2019-11-28 21:19:18
I was trying to use AWS Aurora Serverless for MySQL in my project, but I am impossible to connect to it, though I have the endpoint, username, password. What I have done: From AWS console managment, I select RDS > Instances > Aurora > Serverless Leave the default settings Create database AWS will only create an AWS Cluster I open MySQL Workbench, and use endpoint, username, password to connect the database Ressult: Your connection attempt failed for user 'admin' from your host to server at xxxxx.cluster-abcdefg1234.eu-west-1.rds.amazonaws.com:3306: Can't connect to MySQL server on 'xxxxx

AWS Aurora MySQL serverless: how to connect from MySQL Workbench

不问归期 提交于 2019-11-27 13:42:13
问题 I was trying to use AWS Aurora Serverless for MySQL in my project, but I am impossible to connect to it, though I have the endpoint, username, password. What I have done: From AWS console managment, I select RDS > Instances > Aurora > Serverless Leave the default settings Create database AWS will only create an AWS Cluster I open MySQL Workbench, and use endpoint, username, password to connect the database Ressult: Your connection attempt failed for user 'admin' from your host to server at

Creating an Aurora Serverless Cluster from cloudformation?

半世苍凉 提交于 2019-11-26 21:13:25
问题 From Aurora Serverless's document, there are 3 ways to create an Aurora serverless DB cluster: AWS management console, CLI, and RDS API. (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.create.html) Form my understanding, one would use EngineMode in the RDS API to create Aurora Serverless, but this property is not available in AWS::RDS::DBCluster yet (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html). Would it be possible