aws-rds

Increasing the storage of an existing SQL Server RDS instance on AWS

烈酒焚心 提交于 2020-01-30 07:50:27
问题 Is there a way to increase the storage capacity of an existing SQL Server RDS instance on AWS ? AWS documentation says it can't be as per https://aws.amazon.com/premiumsupport/knowledge-center/rds-out-of-storage/ What are other alternatives to achieve this ? How are people dealing with this situation in real time like in the case of production scenario ? 回答1: Its not possible to increase the storage for SQL Server Database on Amazon RDS. http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide

Flask-SQLAlchemy ssl-connection with AWS RDS error

白昼怎懂夜的黑 提交于 2020-01-23 10:57:08
问题 I am trying to connect flask app mysql connection with AWS RDS over ssl , It works when I am try to use mysql client like this mysql -u user -h myrds.rds.amazonaws.com -p --ssl-ca=rds-combined-ca-bundle.pem I am able to login but when I am try with flask app SQLALCHEMY_DATABASE_URI = 'mysql://user:Password@myrds.rds.amazonaws.com.rds.amazonaws.com/miro_dev?ssl_cert=rds-combined-ca-bundle.pem' it send me error sqlalchemy.exc.OperationalError: (_mysql_exceptions.OperationalError) (2026, 'SSL

Talend job running with slow transfer rate

若如初见. 提交于 2019-12-12 05:17:20
问题 I am new to talend and have very limited experience in it , My task required to perform daily incremental update from sql rds to redshift on daliy basis, however my job runs with very slow transfer rate details are listed below my sql rds query is SELECT * FROM test.ankit2 WHERE id > (SELECT COALESCE(max(id), 0) as id FROM test.stagetable) ankit2 is the table in myrds and stagetable is table in redshift and used tmap component to link the component from rds input to redshift output component

How to create table structure in RDS similar to source table in Redshift and vice-versa

可紊 提交于 2019-12-12 04:27:32
问题 Trying to automate table creation in database(RDS/Redshift) by using source table structure that is also present in either Redshift or RDS. Database on which I am working on is RDS(mysql) and Redshift(postgresql). Approaches- Write all the mappings between data-types of RDS and Redshift, and handles all the edge cases. Another way is by using any API/Library. Questions- I found "CREATE TABLE AS" in Redshift, but didn't get anything for RDS (MYSQL). Is there anything similar in RDS ? 来源: https

How to connect AWS ELB to RDS running MS SQL?

萝らか妹 提交于 2019-12-09 23:45:17
问题 AWS clearly states here and in the Q&A that one can connect to an MS SQL server using a PHP instance on the Elastic Beanstalk. However, there seems to be no way to install the MSSQL drivers. For example, installing yum php-mssql from the ELB command line, generates errors stating that the versions of the dependencies needed are too high. Here's a classic error report: --> Running transaction check ---> Package php-common.x86_64 0:5.3.29-1.8.amzn1 will be installed --> Processing Conflict:

Flask-SQLAlchemy ssl-connection with AWS RDS error

陌路散爱 提交于 2019-12-05 21:51:41
I am trying to connect flask app mysql connection with AWS RDS over ssl , It works when I am try to use mysql client like this mysql -u user -h myrds.rds.amazonaws.com -p --ssl-ca=rds-combined-ca-bundle.pem I am able to login but when I am try with flask app SQLALCHEMY_DATABASE_URI = 'mysql://user:Password@myrds.rds.amazonaws.com.rds.amazonaws.com/miro_dev?ssl_cert=rds-combined-ca-bundle.pem' it send me error sqlalchemy.exc.OperationalError: (_mysql_exceptions.OperationalError) (2026, 'SSL connection error: Unable to get private key') I think that in your case the connection string is correct,

How to connect AWS ELB to RDS running MS SQL?

本小妞迷上赌 提交于 2019-12-04 19:35:17
AWS clearly states here and in the Q&A that one can connect to an MS SQL server using a PHP instance on the Elastic Beanstalk. However, there seems to be no way to install the MSSQL drivers. For example, installing yum php-mssql from the ELB command line, generates errors stating that the versions of the dependencies needed are too high. Here's a classic error report: --> Running transaction check ---> Package php-common.x86_64 0:5.3.29-1.8.amzn1 will be installed --> Processing Conflict: php54-common-5.4.45-1.75.amzn1.x86_64 conflicts php-common < 5.4.45-1.75.amzn1 --> Processing Conflict:

AWS Security Group for RDS - Outbound rules

坚强是说给别人听的谎言 提交于 2019-12-04 06:42:08
问题 I have a security group assigned to an RDS instance which allows port 5432 traffic from our EC2 instances. However, this security group has all outbound traffic enabled for all traffic for all IP's. Is this a security risk? What should be the ideal outbound security rule? In my perspective, the outbound traffic for the RDS security group should be limited to port 5432 to our EC2 instances, is this right? 回答1: What should be the ideal outbound security rule? In my perspective, the outbound