aws-samples / amazon-aurora-postgresql-fast-failover-demo

A simple demonstration of in-region (HA) and cross-region (DR) failover automation using Amazon RDS Aurora PostgreSQL Global Database, RDS Proxy and Route53

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue when deploying Cloudformation Template.

sraghuiyermetahat opened this issue · comments

Cloudformation Stack deployment error:
CloudFormation did not receive a response from your Custom Resource. Please check your logs for requestId [7590d9b8-a15f-4aff-b844-e8a07e5fd529]. If you are using the Python cfn-response module, you may need to update your Lambda function code so that CloudFormation can attach the updated version.

Lambda Error (AURORAFAILOVER-CfnExportRetriever error)

Function Logs
START RequestId: 167c0cf9-4d88-4deb-8049-301fc7b2f811 Version: $LATEST
[ERROR] Runtime.ImportModuleError: Unable to import module 'index': cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/tmp/urllib3/util/ssl_.py)
Traceback (most recent call last):END RequestId: 167c0cf9-4d88-4deb-8049-301fc7b2f811

Screenshot 2023-06-05 at 11 56 14 PM Screenshot 2023-06-05 at 11 55 35 PM

Can you please provide the steps to reproduce the issue (AWS region and all the CFN stack parameters (except for the database password))?

Boto3 version updated, which should fix the issue. Please try again and confirm/deny.