hankehly commented on code in PR #26003:
URL: https://github.com/apache/airflow/pull/26003#discussion_r957892008
##########
tests/providers/amazon/aws/sensors/test_rds.py:
##########
@@ -50,15 +51,18 @@
EXPORT_TASK_SOURCE = 'arn:aws:rds:es-east-1::snapshot:my-db-instance-snap'
-def _create_db_instance_snapshot(hook: RdsHook):
+def _create_db_instance(hook: RdsHook):
hook.conn.create_db_instance(
DBInstanceIdentifier=DB_INSTANCE_NAME,
- DBInstanceClass='db.m4.large',
- Engine='postgres',
+ DBInstanceClass="db.t4g.micro",
Review Comment:
Yes I ran the system tests. I don't remember it taking any longer than 20
minutes.
Try changing the *Availability and durability* in your console to "single
instance" and you should be able to select db.t4g.micro, which is the least
expensive instance type.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]