Fix an insufficient memory issue by replacing the XCOPY with the ROBOCOPY command for Windows.

pull/72/head
Akshay Joshi 2022-02-14 13:23:25 +05:30
parent e61a1045f5
commit e90b3dad01
2 changed files with 8 additions and 1007 deletions

View File

@ -158,8 +158,8 @@ REM Main build sequence Ends
REM Note that we must use virtualenv.exe here, as the venv module doesn't allow python.exe to relocate. REM Note that we must use virtualenv.exe here, as the venv module doesn't allow python.exe to relocate.
"%PGADMIN_PYTHON_DIR%\Scripts\virtualenv.exe" venv "%PGADMIN_PYTHON_DIR%\Scripts\virtualenv.exe" venv
XCOPY /S /I /E /H /Y "%PGADMIN_PYTHON_DIR%\DLLs" "%TMPDIR%\venv\DLLs" > nul || EXIT /B 1 ROBOCOPY /MIR "%PGADMIN_PYTHON_DIR%\DLLs" "%TMPDIR%\venv\DLLs" > nul || EXIT /B 1
XCOPY /S /I /E /H /Y "%PGADMIN_PYTHON_DIR%\Lib" "%TMPDIR%\venv\Lib" > nul || EXIT /B 1 ROBOCOPY /MIR "%PGADMIN_PYTHON_DIR%\Lib" "%TMPDIR%\venv\Lib" > nul || EXIT /B 1
ECHO Activating virtual environment - %TMPDIR%\venv... ECHO Activating virtual environment - %TMPDIR%\venv...
CALL "%TMPDIR%\venv\Scripts\activate" || EXIT /B 1 CALL "%TMPDIR%\venv\Scripts\activate" || EXIT /B 1
@ -183,7 +183,7 @@ REM Main build sequence Ends
%PGADMIN_PYTHON_DIR%\python -c "import zipfile; z = zipfile.ZipFile('python-embedded.zip', 'r'); z.extractall('../win-build/python/')" || EXIT /B 1 %PGADMIN_PYTHON_DIR%\python -c "import zipfile; z = zipfile.ZipFile('python-embedded.zip', 'r'); z.extractall('../win-build/python/')" || EXIT /B 1
ECHO Copying site-packages... ECHO Copying site-packages...
XCOPY /S /I /E /H /Y "%TMPDIR%\venv\Lib\site-packages" "%BUILDROOT%\python\Lib\site-packages" > nul || EXIT /B 1 ROBOCOPY /MIR "%TMPDIR%\venv\Lib\site-packages" "%BUILDROOT%\python\Lib\site-packages" > nul || EXIT /B 1
REM NOTE: There is intentionally no space after "site" in the line below, to prevent Python barfing if there's one in the file REM NOTE: There is intentionally no space after "site" in the line below, to prevent Python barfing if there's one in the file
ECHO import site>> "%BUILDROOT%\python\python%PYTHON_MAJOR%%PYTHON_MINOR%._pth" ECHO import site>> "%BUILDROOT%\python\python%PYTHON_MAJOR%%PYTHON_MINOR%._pth"
@ -211,7 +211,7 @@ REM Main build sequence Ends
RD /Q /S "%WD%\web\pgadmin\static\js\generated\.cache" 1> nul 2>&1 RD /Q /S "%WD%\web\pgadmin\static\js\generated\.cache" 1> nul 2>&1
ECHO Copying web directory... ECHO Copying web directory...
XCOPY /S /I /E /H /Y "%WD%\web" "%BUILDROOT%\web" > nul || EXIT /B 1 ROBOCOPY /MIR "%WD%\web" "%BUILDROOT%\web" > nul || EXIT /B 1
ECHO Installing javascript dependencies... ECHO Installing javascript dependencies...
CD "%BUILDROOT%\web" CD "%BUILDROOT%\web"
@ -256,8 +256,8 @@ REM Main build sequence Ends
RD /Q /S "%BUILDROOT%\docs\en_US\html\_sources" 1> nul 2>&1 RD /Q /S "%BUILDROOT%\docs\en_US\html\_sources" 1> nul 2>&1
ECHO Staging runtime components... ECHO Staging runtime components...
XCOPY /S /I /E /H /Y "%WD%\runtime\assets" "%BUILDROOT%\runtime\assets" > nul || EXIT /B 1 ROBOCOPY /MIR "%WD%\runtime\assets" "%BUILDROOT%\runtime\assets" > nul || EXIT /B 1
XCOPY /S /I /E /H /Y "%WD%\runtime\src" "%BUILDROOT%\runtime\src" > nul || EXIT /B 1 ROBOCOPY /MIR "%WD%\runtime\src" "%BUILDROOT%\runtime\src" > nul || EXIT /B 1
COPY "%WD%\runtime\package.json" "%BUILDROOT%\runtime\" > nul || EXIT /B 1 COPY "%WD%\runtime\package.json" "%BUILDROOT%\runtime\" > nul || EXIT /B 1
CD "%BUILDROOT%\runtime\" CD "%BUILDROOT%\runtime\"
@ -281,11 +281,11 @@ REM Main build sequence Ends
REM WGET END REM WGET END
REM YARN REM YARN
REM XCOPY /S /I /E /H /Y "%TMPDIR%\node_modules\nw\nwjs\*" "%BUILDROOT%\runtime" > nul || EXIT /B 1 REM ROBOCOPY /MIR "%TMPDIR%\node_modules\nw\nwjs\*" "%BUILDROOT%\runtime" > nul || EXIT /B 1
REM YARN END REM YARN END
REM WGET REM WGET
XCOPY /S /I /E /H /Y "%TMPDIR%\nwjs-v%NW_VERSION%-win-x64\*" "%BUILDROOT%\runtime" > nul || EXIT /B 1 ROBOCOPY /MIR "%TMPDIR%\nwjs-v%NW_VERSION%-win-x64\*" "%BUILDROOT%\runtime" > nul || EXIT /B 1
REM WGET END REM WGET END
MOVE "%BUILDROOT%\runtime\nw.exe" "%BUILDROOT%\runtime\pgAdmin4.exe" MOVE "%BUILDROOT%\runtime\nw.exe" "%BUILDROOT%\runtime\pgAdmin4.exe"

View File

@ -1,999 +0,0 @@
2022-02-08 17:29:28,714 INFO {"Adding": "Adding ingress rule for: {}..."}
2022-02-08 17:29:28,717 DEBUG Changing event name from creating-client-class.iot-data to creating-client-class.iot-data-plane
2022-02-08 17:29:28,718 DEBUG Changing event name from before-call.apigateway to before-call.api-gateway
2022-02-08 17:29:28,719 DEBUG Changing event name from request-created.machinelearning.Predict to request-created.machine-learning.Predict
2022-02-08 17:29:28,720 DEBUG Changing event name from before-parameter-build.autoscaling.CreateLaunchConfiguration to before-parameter-build.auto-scaling.CreateLaunchConfiguration
2022-02-08 17:29:28,720 DEBUG Changing event name from before-parameter-build.route53 to before-parameter-build.route-53
2022-02-08 17:29:28,721 DEBUG Changing event name from request-created.cloudsearchdomain.Search to request-created.cloudsearch-domain.Search
2022-02-08 17:29:28,721 DEBUG Changing event name from docs.*.autoscaling.CreateLaunchConfiguration.complete-section to docs.*.auto-scaling.CreateLaunchConfiguration.complete-section
2022-02-08 17:29:28,724 DEBUG Changing event name from before-parameter-build.logs.CreateExportTask to before-parameter-build.cloudwatch-logs.CreateExportTask
2022-02-08 17:29:28,724 DEBUG Changing event name from docs.*.logs.CreateExportTask.complete-section to docs.*.cloudwatch-logs.CreateExportTask.complete-section
2022-02-08 17:29:28,724 DEBUG Changing event name from before-parameter-build.cloudsearchdomain.Search to before-parameter-build.cloudsearch-domain.Search
2022-02-08 17:29:28,725 DEBUG Changing event name from docs.*.cloudsearchdomain.Search.complete-section to docs.*.cloudsearch-domain.Search.complete-section
2022-02-08 17:29:28,727 DEBUG Loading JSON file: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/botocore/data/endpoints.json
2022-02-08 17:29:28,736 DEBUG Loading JSON file: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/botocore/data/sdk-default-configuration.json
2022-02-08 17:29:28,736 DEBUG Event choose-service-name: calling handler <function handle_service_name_alias at 0x106fc45e0>
2022-02-08 17:29:28,759 DEBUG Loading JSON file: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/botocore/data/ec2/2016-11-15/service-2.json
2022-02-08 17:29:28,791 DEBUG Event creating-client-class.ec2: calling handler <function add_generate_presigned_url at 0x106f7a440>
2022-02-08 17:29:28,809 DEBUG Setting ec2 timeout as (60, 60)
2022-02-08 17:29:28,811 DEBUG Loading JSON file: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/botocore/data/_retry.json
2022-02-08 17:29:28,811 DEBUG Registering retry handlers for service: ec2
2022-02-08 17:29:28,812 INFO {"Creating": "Creating security group: pgacloud_pgadminla_127-0-0-1/32_C70iMpm7qq..."}
2022-02-08 17:29:28,812 DEBUG Event before-parameter-build.ec2.CreateSecurityGroup: calling handler <bound method ParameterAlias.alias_parameter_in_call of <botocore.handlers.ParameterAlias object at 0x106fcb130>>
2022-02-08 17:29:28,812 DEBUG Event before-parameter-build.ec2.CreateSecurityGroup: calling handler <function generate_idempotent_uuid at 0x106fc77f0>
2022-02-08 17:29:28,813 DEBUG Event before-call.ec2.CreateSecurityGroup: calling handler <function inject_api_version_header_if_needed at 0x106ff9090>
2022-02-08 17:29:28,813 DEBUG Making request for OperationModel(name=CreateSecurityGroup) with params: {'url_path': '/', 'query_string': '', 'method': 'POST', 'headers': {'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': 'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46'}, 'body': {'Action': 'CreateSecurityGroup', 'Version': '2016-11-15', 'GroupDescription': 'Inbound access for 127.0.0.1/32 to RDS instance pgadminla', 'GroupName': 'pgacloud_pgadminla_127-0-0-1/32_C70iMpm7qq'}, 'url': 'https://ec2.ap-south-1.amazonaws.com/', 'context': {'client_region': 'ap-south-1', 'client_config': <botocore.config.Config object at 0x107d03fd0>, 'has_streaming_input': False, 'auth_type': None}}
2022-02-08 17:29:28,813 DEBUG Event request-created.ec2.CreateSecurityGroup: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x107d03e80>>
2022-02-08 17:29:28,813 DEBUG Event choose-signer.ec2.CreateSecurityGroup: calling handler <function set_operation_specific_signer at 0x106fc76d0>
2022-02-08 17:29:28,813 DEBUG Calculating signature using v4 auth.
2022-02-08 17:29:28,814 DEBUG CanonicalRequest:
POST
/
content-type:application/x-www-form-urlencoded; charset=utf-8
host:ec2.ap-south-1.amazonaws.com
x-amz-date:20220208T115928Z
content-type;host;x-amz-date
33d76533eacf72f0436f55e32741572342c9bba3624698d16ad28d759fbc4e3f
2022-02-08 17:29:28,814 DEBUG StringToSign:
AWS4-HMAC-SHA256
20220208T115928Z
20220208/ap-south-1/ec2/aws4_request
44add2125132fb3915073cb1b70880b2fa13eb6b8061f31b3d68e26ff7614d86
2022-02-08 17:29:28,814 DEBUG Signature:
1932c4813f32609f2182b125082f27089b21365fc7cabe43d976e7dedab512f5
2022-02-08 17:29:28,814 DEBUG Sending http request: <AWSPreparedRequest stream_output=False, method=POST, url=https://ec2.ap-south-1.amazonaws.com/, headers={'Content-Type': b'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': b'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46', 'X-Amz-Date': b'20220208T115928Z', 'Authorization': b'AWS4-HMAC-SHA256 Credential=AKIAVJ2ENV5GFATKFHH7/20220208/ap-south-1/ec2/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=1932c4813f32609f2182b125082f27089b21365fc7cabe43d976e7dedab512f5', 'Content-Length': '177'}>
2022-02-08 17:29:28,816 DEBUG Certificate path: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/certifi/cacert.pem
2022-02-08 17:29:28,816 DEBUG Starting new HTTPS connection (1): ec2.ap-south-1.amazonaws.com:443
2022-02-08 17:29:28,992 DEBUG https://ec2.ap-south-1.amazonaws.com:443 "POST / HTTP/1.1" 200 283
2022-02-08 17:29:28,993 DEBUG Response headers: {'x-amzn-RequestId': '270b2ebe-4cd0-4755-9d07-7bb5fc6756a2', 'Cache-Control': 'no-cache, no-store', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains', 'Content-Type': 'text/xml;charset=UTF-8', 'Content-Length': '283', 'Date': 'Tue, 08 Feb 2022 11:59:28 GMT', 'Server': 'AmazonEC2'}
2022-02-08 17:29:28,993 DEBUG Response body:
b'<?xml version="1.0" encoding="UTF-8"?>\n<CreateSecurityGroupResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">\n <requestId>270b2ebe-4cd0-4755-9d07-7bb5fc6756a2</requestId>\n <return>true</return>\n <groupId>sg-02f64f31a809baf0b</groupId>\n</CreateSecurityGroupResponse>\n'
2022-02-08 17:29:28,994 DEBUG Event needs-retry.ec2.CreateSecurityGroup: calling handler <botocore.retryhandler.RetryHandler object at 0x107d3d1b0>
2022-02-08 17:29:28,994 DEBUG No retry needed.
2022-02-08 17:29:28,995 DEBUG Changing event name from creating-client-class.iot-data to creating-client-class.iot-data-plane
2022-02-08 17:29:28,997 DEBUG Changing event name from before-call.apigateway to before-call.api-gateway
2022-02-08 17:29:28,997 DEBUG Changing event name from request-created.machinelearning.Predict to request-created.machine-learning.Predict
2022-02-08 17:29:28,999 DEBUG Changing event name from before-parameter-build.autoscaling.CreateLaunchConfiguration to before-parameter-build.auto-scaling.CreateLaunchConfiguration
2022-02-08 17:29:28,999 DEBUG Changing event name from before-parameter-build.route53 to before-parameter-build.route-53
2022-02-08 17:29:28,999 DEBUG Changing event name from request-created.cloudsearchdomain.Search to request-created.cloudsearch-domain.Search
2022-02-08 17:29:29,000 DEBUG Changing event name from docs.*.autoscaling.CreateLaunchConfiguration.complete-section to docs.*.auto-scaling.CreateLaunchConfiguration.complete-section
2022-02-08 17:29:29,003 DEBUG Changing event name from before-parameter-build.logs.CreateExportTask to before-parameter-build.cloudwatch-logs.CreateExportTask
2022-02-08 17:29:29,003 DEBUG Changing event name from docs.*.logs.CreateExportTask.complete-section to docs.*.cloudwatch-logs.CreateExportTask.complete-section
2022-02-08 17:29:29,003 DEBUG Changing event name from before-parameter-build.cloudsearchdomain.Search to before-parameter-build.cloudsearch-domain.Search
2022-02-08 17:29:29,003 DEBUG Changing event name from docs.*.cloudsearchdomain.Search.complete-section to docs.*.cloudsearch-domain.Search.complete-section
2022-02-08 17:29:29,005 DEBUG Loading JSON file: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/botocore/data/endpoints.json
2022-02-08 17:29:29,027 DEBUG Loading JSON file: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/botocore/data/sdk-default-configuration.json
2022-02-08 17:29:29,027 DEBUG Event choose-service-name: calling handler <function handle_service_name_alias at 0x106fc45e0>
2022-02-08 17:29:29,049 DEBUG Loading JSON file: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/botocore/data/ec2/2016-11-15/service-2.json
2022-02-08 17:29:29,078 DEBUG Event creating-client-class.ec2: calling handler <function add_generate_presigned_url at 0x106f7a440>
2022-02-08 17:29:29,081 DEBUG Setting ec2 timeout as (60, 60)
2022-02-08 17:29:29,081 DEBUG Loading JSON file: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/botocore/data/_retry.json
2022-02-08 17:29:29,082 DEBUG Registering retry handlers for service: ec2
2022-02-08 17:29:29,084 INFO {"Adding": "Adding ingress rule for: 127.0.0.1/32..."}
2022-02-08 17:29:29,084 DEBUG Event before-parameter-build.ec2.AuthorizeSecurityGroupIngress: calling handler <bound method ParameterAlias.alias_parameter_in_call of <botocore.handlers.ParameterAlias object at 0x106fcb130>>
2022-02-08 17:29:29,085 DEBUG Event before-parameter-build.ec2.AuthorizeSecurityGroupIngress: calling handler <function generate_idempotent_uuid at 0x106fc77f0>
2022-02-08 17:29:29,085 DEBUG Event before-call.ec2.AuthorizeSecurityGroupIngress: calling handler <function inject_api_version_header_if_needed at 0x106ff9090>
2022-02-08 17:29:29,085 DEBUG Making request for OperationModel(name=AuthorizeSecurityGroupIngress) with params: {'url_path': '/', 'query_string': '', 'method': 'POST', 'headers': {'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': 'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46'}, 'body': {'Action': 'AuthorizeSecurityGroupIngress', 'Version': '2016-11-15', 'GroupId': 'sg-02f64f31a809baf0b', 'IpPermissions.1.FromPort': 5432, 'IpPermissions.1.ToPort': 5432, 'IpPermissions.1.IpProtocol': 'tcp', 'IpPermissions.1.IpRanges.1.CidrIp': '127.0.0.1/32', 'IpPermissions.1.IpRanges.1.Description': 'pgcloud client 127.0.0.1/32'}, 'url': 'https://ec2.ap-south-1.amazonaws.com/', 'context': {'client_region': 'ap-south-1', 'client_config': <botocore.config.Config object at 0x108bcec20>, 'has_streaming_input': False, 'auth_type': None}}
2022-02-08 17:29:29,085 DEBUG Event request-created.ec2.AuthorizeSecurityGroupIngress: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x108bceb90>>
2022-02-08 17:29:29,085 DEBUG Event choose-signer.ec2.AuthorizeSecurityGroupIngress: calling handler <function set_operation_specific_signer at 0x106fc76d0>
2022-02-08 17:29:29,085 DEBUG Calculating signature using v4 auth.
2022-02-08 17:29:29,086 DEBUG CanonicalRequest:
POST
/
content-type:application/x-www-form-urlencoded; charset=utf-8
host:ec2.ap-south-1.amazonaws.com
x-amz-date:20220208T115929Z
content-type;host;x-amz-date
431a258a3d7cbe0a52ce57bcf2d4e91fef6bc63d78b5f6666f22166ea668d1ff
2022-02-08 17:29:29,086 DEBUG StringToSign:
AWS4-HMAC-SHA256
20220208T115929Z
20220208/ap-south-1/ec2/aws4_request
7ed0cf1acc339615ed07777cb3c9053015c9ce6c421351e88ea9c69c0ff18851
2022-02-08 17:29:29,086 DEBUG Signature:
046799a05552417f1b14239776c167b3442c03a91de5794ae475a0e71407cd46
2022-02-08 17:29:29,086 DEBUG Sending http request: <AWSPreparedRequest stream_output=False, method=POST, url=https://ec2.ap-south-1.amazonaws.com/, headers={'Content-Type': b'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': b'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46', 'X-Amz-Date': b'20220208T115929Z', 'Authorization': b'AWS4-HMAC-SHA256 Credential=AKIAVJ2ENV5GFATKFHH7/20220208/ap-south-1/ec2/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=046799a05552417f1b14239776c167b3442c03a91de5794ae475a0e71407cd46', 'Content-Length': '291'}>
2022-02-08 17:29:29,086 DEBUG Certificate path: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/certifi/cacert.pem
2022-02-08 17:29:29,086 DEBUG Starting new HTTPS connection (1): ec2.ap-south-1.amazonaws.com:443
2022-02-08 17:29:29,330 DEBUG https://ec2.ap-south-1.amazonaws.com:443 "POST / HTTP/1.1" 200 793
2022-02-08 17:29:29,330 DEBUG Response headers: {'x-amzn-RequestId': '09c933ed-114e-4041-b218-fb9e0067c6cf', 'Cache-Control': 'no-cache, no-store', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains', 'Content-Type': 'text/xml;charset=UTF-8', 'Content-Length': '793', 'Date': 'Tue, 08 Feb 2022 11:59:28 GMT', 'Server': 'AmazonEC2'}
2022-02-08 17:29:29,330 DEBUG Response body:
b'<?xml version="1.0" encoding="UTF-8"?>\n<AuthorizeSecurityGroupIngressResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">\n <requestId>09c933ed-114e-4041-b218-fb9e0067c6cf</requestId>\n <return>true</return>\n <securityGroupRuleSet>\n <item>\n <groupOwnerId>364678852428</groupOwnerId>\n <groupId>sg-02f64f31a809baf0b</groupId>\n <securityGroupRuleId>sgr-02f8761cb1c7f3b75</securityGroupRuleId>\n <description>pgcloud client 127.0.0.1/32</description>\n <isEgress>false</isEgress>\n <ipProtocol>tcp</ipProtocol>\n <fromPort>5432</fromPort>\n <toPort>5432</toPort>\n <cidrIpv4>127.0.0.1/32</cidrIpv4>\n </item>\n </securityGroupRuleSet>\n</AuthorizeSecurityGroupIngressResponse>\n'
2022-02-08 17:29:29,331 DEBUG Event needs-retry.ec2.AuthorizeSecurityGroupIngress: calling handler <botocore.retryhandler.RetryHandler object at 0x108bcf5b0>
2022-02-08 17:29:29,331 DEBUG No retry needed.
2022-02-08 17:29:29,332 DEBUG Changing event name from creating-client-class.iot-data to creating-client-class.iot-data-plane
2022-02-08 17:29:29,333 DEBUG Changing event name from before-call.apigateway to before-call.api-gateway
2022-02-08 17:29:29,334 DEBUG Changing event name from request-created.machinelearning.Predict to request-created.machine-learning.Predict
2022-02-08 17:29:29,335 DEBUG Changing event name from before-parameter-build.autoscaling.CreateLaunchConfiguration to before-parameter-build.auto-scaling.CreateLaunchConfiguration
2022-02-08 17:29:29,335 DEBUG Changing event name from before-parameter-build.route53 to before-parameter-build.route-53
2022-02-08 17:29:29,336 DEBUG Changing event name from request-created.cloudsearchdomain.Search to request-created.cloudsearch-domain.Search
2022-02-08 17:29:29,336 DEBUG Changing event name from docs.*.autoscaling.CreateLaunchConfiguration.complete-section to docs.*.auto-scaling.CreateLaunchConfiguration.complete-section
2022-02-08 17:29:29,339 DEBUG Changing event name from before-parameter-build.logs.CreateExportTask to before-parameter-build.cloudwatch-logs.CreateExportTask
2022-02-08 17:29:29,339 DEBUG Changing event name from docs.*.logs.CreateExportTask.complete-section to docs.*.cloudwatch-logs.CreateExportTask.complete-section
2022-02-08 17:29:29,339 DEBUG Changing event name from before-parameter-build.cloudsearchdomain.Search to before-parameter-build.cloudsearch-domain.Search
2022-02-08 17:29:29,339 DEBUG Changing event name from docs.*.cloudsearchdomain.Search.complete-section to docs.*.cloudsearch-domain.Search.complete-section
2022-02-08 17:29:29,341 DEBUG Loading JSON file: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/botocore/data/endpoints.json
2022-02-08 17:29:29,349 DEBUG Loading JSON file: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/botocore/data/sdk-default-configuration.json
2022-02-08 17:29:29,349 DEBUG Event choose-service-name: calling handler <function handle_service_name_alias at 0x106fc45e0>
2022-02-08 17:29:29,373 DEBUG Loading JSON file: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/botocore/data/ec2/2016-11-15/service-2.json
2022-02-08 17:29:29,402 DEBUG Event creating-client-class.ec2: calling handler <function add_generate_presigned_url at 0x106f7a440>
2022-02-08 17:29:29,404 DEBUG Setting ec2 timeout as (60, 60)
2022-02-08 17:29:29,405 DEBUG Loading JSON file: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/botocore/data/_retry.json
2022-02-08 17:29:29,405 DEBUG Registering retry handlers for service: ec2
2022-02-08 17:29:29,407 DEBUG Changing event name from creating-client-class.iot-data to creating-client-class.iot-data-plane
2022-02-08 17:29:29,409 DEBUG Changing event name from before-call.apigateway to before-call.api-gateway
2022-02-08 17:29:29,409 DEBUG Changing event name from request-created.machinelearning.Predict to request-created.machine-learning.Predict
2022-02-08 17:29:29,410 DEBUG Changing event name from before-parameter-build.autoscaling.CreateLaunchConfiguration to before-parameter-build.auto-scaling.CreateLaunchConfiguration
2022-02-08 17:29:29,410 DEBUG Changing event name from before-parameter-build.route53 to before-parameter-build.route-53
2022-02-08 17:29:29,411 DEBUG Changing event name from request-created.cloudsearchdomain.Search to request-created.cloudsearch-domain.Search
2022-02-08 17:29:29,411 DEBUG Changing event name from docs.*.autoscaling.CreateLaunchConfiguration.complete-section to docs.*.auto-scaling.CreateLaunchConfiguration.complete-section
2022-02-08 17:29:29,413 DEBUG Changing event name from before-parameter-build.logs.CreateExportTask to before-parameter-build.cloudwatch-logs.CreateExportTask
2022-02-08 17:29:29,413 DEBUG Changing event name from docs.*.logs.CreateExportTask.complete-section to docs.*.cloudwatch-logs.CreateExportTask.complete-section
2022-02-08 17:29:29,413 DEBUG Changing event name from before-parameter-build.cloudsearchdomain.Search to before-parameter-build.cloudsearch-domain.Search
2022-02-08 17:29:29,414 DEBUG Changing event name from docs.*.cloudsearchdomain.Search.complete-section to docs.*.cloudsearch-domain.Search.complete-section
2022-02-08 17:29:29,415 DEBUG Loading JSON file: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/botocore/data/endpoints.json
2022-02-08 17:29:29,423 DEBUG Loading JSON file: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/botocore/data/sdk-default-configuration.json
2022-02-08 17:29:29,424 DEBUG Event choose-service-name: calling handler <function handle_service_name_alias at 0x106fc45e0>
2022-02-08 17:29:29,436 DEBUG Loading JSON file: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/botocore/data/rds/2014-10-31/service-2.json
2022-02-08 17:29:29,443 DEBUG Loading JSON file: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/botocore/data/rds/2014-10-31/service-2.sdk-extras.json
2022-02-08 17:29:29,445 DEBUG Event creating-client-class.rds: calling handler <function add_generate_db_auth_token at 0x106f53910>
2022-02-08 17:29:29,445 DEBUG Event creating-client-class.rds: calling handler <function add_generate_presigned_url at 0x106f7a440>
2022-02-08 17:29:29,446 DEBUG Setting rds timeout as (60, 60)
2022-02-08 17:29:29,447 DEBUG Loading JSON file: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/botocore/data/_retry.json
2022-02-08 17:29:29,447 DEBUG Registering retry handlers for service: rds
2022-02-08 17:29:29,447 DEBUG Event before-parameter-build.rds.CreateDBInstance: calling handler <function generate_idempotent_uuid at 0x106fc77f0>
2022-02-08 17:29:29,448 DEBUG Event before-call.rds.CreateDBInstance: calling handler <function inject_api_version_header_if_needed at 0x106ff9090>
2022-02-08 17:29:29,448 DEBUG Making request for OperationModel(name=CreateDBInstance) with params: {'url_path': '/', 'query_string': '', 'method': 'POST', 'headers': {'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': 'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46'}, 'body': {'Action': 'CreateDBInstance', 'Version': '2014-10-31', 'DBInstanceIdentifier': 'pgadminla', 'AllocatedStorage': 20, 'DBName': 'postgres', 'Engine': 'postgres', 'Port': 5432, 'EngineVersion': '9.6.5', 'StorageType': 'gp2', 'StorageEncrypted': 'true', 'Iops': 0, 'AutoMinorVersionUpgrade': 'true', 'MultiAZ': 'false', 'MasterUsername': 'khushboo', 'MasterUserPassword': 'kh', 'DBInstanceClass': 'db.m4.10xlarge', 'VpcSecurityGroupIds.VpcSecurityGroupId.1': 'sg-02f64f31a809baf0b'}, 'url': 'https://rds.ap-south-1.amazonaws.com/', 'context': {'client_region': 'ap-south-1', 'client_config': <botocore.config.Config object at 0x109b81ea0>, 'has_streaming_input': False, 'auth_type': None}}
2022-02-08 17:29:29,448 DEBUG Event request-created.rds.CreateDBInstance: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x109b81e10>>
2022-02-08 17:29:29,448 DEBUG Event choose-signer.rds.CreateDBInstance: calling handler <function set_operation_specific_signer at 0x106fc76d0>
2022-02-08 17:29:29,448 DEBUG Calculating signature using v4 auth.
2022-02-08 17:29:29,448 DEBUG CanonicalRequest:
POST
/
content-type:application/x-www-form-urlencoded; charset=utf-8
host:rds.ap-south-1.amazonaws.com
x-amz-date:20220208T115929Z
content-type;host;x-amz-date
635c41a75053d6f6a897008ea8e082957c3fc4de19faa176207059e875e47414
2022-02-08 17:29:29,448 DEBUG StringToSign:
AWS4-HMAC-SHA256
20220208T115929Z
20220208/ap-south-1/rds/aws4_request
c68f6623669aad19339211b020443fc2cbe8028b966e8401a79c482b21ea74c1
2022-02-08 17:29:29,448 DEBUG Signature:
051d71eee59510c84cc54f03e73af526f2f436e5c93655793f01d4e5a99f693a
2022-02-08 17:29:29,449 DEBUG Sending http request: <AWSPreparedRequest stream_output=False, method=POST, url=https://rds.ap-south-1.amazonaws.com/, headers={'Content-Type': b'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': b'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46', 'X-Amz-Date': b'20220208T115929Z', 'Authorization': b'AWS4-HMAC-SHA256 Credential=AKIAVJ2ENV5GFATKFHH7/20220208/ap-south-1/rds/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=051d71eee59510c84cc54f03e73af526f2f436e5c93655793f01d4e5a99f693a', 'Content-Length': '382'}>
2022-02-08 17:29:29,449 DEBUG Certificate path: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/certifi/cacert.pem
2022-02-08 17:29:29,449 DEBUG Starting new HTTPS connection (1): rds.ap-south-1.amazonaws.com:443
2022-02-08 17:29:30,143 DEBUG https://rds.ap-south-1.amazonaws.com:443 "POST / HTTP/1.1" 400 349
2022-02-08 17:29:30,143 DEBUG Response headers: {'x-amzn-RequestId': '0c3d77b9-9f8f-4fd5-b198-afb673c7b67f', 'Content-Type': 'text/xml', 'Content-Length': '349', 'Date': 'Tue, 08 Feb 2022 11:59:30 GMT', 'Connection': 'close'}
2022-02-08 17:29:30,144 DEBUG Response body:
b'<ErrorResponse xmlns="http://rds.amazonaws.com/doc/2014-10-31/">\n <Error>\n <Type>Sender</Type>\n <Code>InvalidParameterValue</Code>\n <Message>The parameter MasterUserPassword is not a valid password because it is shorter than 8 characters.</Message>\n </Error>\n <RequestId>0c3d77b9-9f8f-4fd5-b198-afb673c7b67f</RequestId>\n</ErrorResponse>\n'
2022-02-08 17:29:30,148 DEBUG Event needs-retry.rds.CreateDBInstance: calling handler <botocore.retryhandler.RetryHandler object at 0x109b827a0>
2022-02-08 17:29:30,148 DEBUG No retry needed.
2022-02-08 17:29:30,150 DEBUG Event before-parameter-build.ec2.DeleteSecurityGroup: calling handler <bound method ParameterAlias.alias_parameter_in_call of <botocore.handlers.ParameterAlias object at 0x106fcb130>>
2022-02-08 17:29:30,150 DEBUG Event before-parameter-build.ec2.DeleteSecurityGroup: calling handler <function generate_idempotent_uuid at 0x106fc77f0>
2022-02-08 17:29:30,150 DEBUG Event before-call.ec2.DeleteSecurityGroup: calling handler <function inject_api_version_header_if_needed at 0x106ff9090>
2022-02-08 17:29:30,150 DEBUG Making request for OperationModel(name=DeleteSecurityGroup) with params: {'url_path': '/', 'query_string': '', 'method': 'POST', 'headers': {'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': 'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46'}, 'body': {'Action': 'DeleteSecurityGroup', 'Version': '2016-11-15', 'GroupId': 'sg-02f64f31a809baf0b'}, 'url': 'https://ec2.ap-south-1.amazonaws.com/', 'context': {'client_region': 'ap-south-1', 'client_config': <botocore.config.Config object at 0x109555b40>, 'has_streaming_input': False, 'auth_type': None}}
2022-02-08 17:29:30,150 DEBUG Event request-created.ec2.DeleteSecurityGroup: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x109555ab0>>
2022-02-08 17:29:30,150 DEBUG Event choose-signer.ec2.DeleteSecurityGroup: calling handler <function set_operation_specific_signer at 0x106fc76d0>
2022-02-08 17:29:30,151 DEBUG Calculating signature using v4 auth.
2022-02-08 17:29:30,151 DEBUG CanonicalRequest:
POST
/
content-type:application/x-www-form-urlencoded; charset=utf-8
host:ec2.ap-south-1.amazonaws.com
x-amz-date:20220208T115930Z
content-type;host;x-amz-date
9839585f8101e0ee9adbecf5725066b8bd65b63b734d1d2284051efffcaba18b
2022-02-08 17:29:30,151 DEBUG StringToSign:
AWS4-HMAC-SHA256
20220208T115930Z
20220208/ap-south-1/ec2/aws4_request
ee9a50a88b962dd93e4f6779fecd3a418522d75479780f154052b198160090bd
2022-02-08 17:29:30,151 DEBUG Signature:
653b2364235734e91baaa20af42d0d77c710b2c49f99ab81837db5efb6afd075
2022-02-08 17:29:30,151 DEBUG Sending http request: <AWSPreparedRequest stream_output=False, method=POST, url=https://ec2.ap-south-1.amazonaws.com/, headers={'Content-Type': b'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': b'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46', 'X-Amz-Date': b'20220208T115930Z', 'Authorization': b'AWS4-HMAC-SHA256 Credential=AKIAVJ2ENV5GFATKFHH7/20220208/ap-south-1/ec2/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=653b2364235734e91baaa20af42d0d77c710b2c49f99ab81837db5efb6afd075', 'Content-Length': '74'}>
2022-02-08 17:29:30,151 DEBUG Certificate path: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/certifi/cacert.pem
2022-02-08 17:29:30,152 DEBUG Starting new HTTPS connection (1): ec2.ap-south-1.amazonaws.com:443
2022-02-08 17:29:30,401 DEBUG https://ec2.ap-south-1.amazonaws.com:443 "POST / HTTP/1.1" 200 239
2022-02-08 17:29:30,401 DEBUG Response headers: {'x-amzn-RequestId': '6cb83274-0e58-4c92-994c-6759086d6b79', 'Cache-Control': 'no-cache, no-store', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains', 'Content-Type': 'text/xml;charset=UTF-8', 'Content-Length': '239', 'Date': 'Tue, 08 Feb 2022 11:59:30 GMT', 'Server': 'AmazonEC2'}
2022-02-08 17:29:30,401 DEBUG Response body:
b'<?xml version="1.0" encoding="UTF-8"?>\n<DeleteSecurityGroupResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">\n <requestId>6cb83274-0e58-4c92-994c-6759086d6b79</requestId>\n <return>true</return>\n</DeleteSecurityGroupResponse>\n'
2022-02-08 17:29:30,402 DEBUG Event needs-retry.ec2.DeleteSecurityGroup: calling handler <botocore.retryhandler.RetryHandler object at 0x1095564d0>
2022-02-08 17:29:30,402 DEBUG No retry needed.
2022-02-08 17:30:23,643 INFO {"Adding": "Adding ingress rule for: {}..."}
2022-02-08 17:30:23,646 DEBUG Changing event name from creating-client-class.iot-data to creating-client-class.iot-data-plane
2022-02-08 17:30:23,647 DEBUG Changing event name from before-call.apigateway to before-call.api-gateway
2022-02-08 17:30:23,647 DEBUG Changing event name from request-created.machinelearning.Predict to request-created.machine-learning.Predict
2022-02-08 17:30:23,649 DEBUG Changing event name from before-parameter-build.autoscaling.CreateLaunchConfiguration to before-parameter-build.auto-scaling.CreateLaunchConfiguration
2022-02-08 17:30:23,649 DEBUG Changing event name from before-parameter-build.route53 to before-parameter-build.route-53
2022-02-08 17:30:23,649 DEBUG Changing event name from request-created.cloudsearchdomain.Search to request-created.cloudsearch-domain.Search
2022-02-08 17:30:23,650 DEBUG Changing event name from docs.*.autoscaling.CreateLaunchConfiguration.complete-section to docs.*.auto-scaling.CreateLaunchConfiguration.complete-section
2022-02-08 17:30:23,652 DEBUG Changing event name from before-parameter-build.logs.CreateExportTask to before-parameter-build.cloudwatch-logs.CreateExportTask
2022-02-08 17:30:23,652 DEBUG Changing event name from docs.*.logs.CreateExportTask.complete-section to docs.*.cloudwatch-logs.CreateExportTask.complete-section
2022-02-08 17:30:23,652 DEBUG Changing event name from before-parameter-build.cloudsearchdomain.Search to before-parameter-build.cloudsearch-domain.Search
2022-02-08 17:30:23,652 DEBUG Changing event name from docs.*.cloudsearchdomain.Search.complete-section to docs.*.cloudsearch-domain.Search.complete-section
2022-02-08 17:30:23,654 DEBUG Loading JSON file: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/botocore/data/endpoints.json
2022-02-08 17:30:23,662 DEBUG Loading JSON file: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/botocore/data/sdk-default-configuration.json
2022-02-08 17:30:23,662 DEBUG Event choose-service-name: calling handler <function handle_service_name_alias at 0x10e0605e0>
2022-02-08 17:30:23,682 DEBUG Loading JSON file: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/botocore/data/ec2/2016-11-15/service-2.json
2022-02-08 17:30:23,722 DEBUG Event creating-client-class.ec2: calling handler <function add_generate_presigned_url at 0x10e016440>
2022-02-08 17:30:23,743 DEBUG Setting ec2 timeout as (60, 60)
2022-02-08 17:30:23,745 DEBUG Loading JSON file: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/botocore/data/_retry.json
2022-02-08 17:30:23,746 DEBUG Registering retry handlers for service: ec2
2022-02-08 17:30:23,747 INFO {"Creating": "Creating security group: pgacloud_KhTest_127-0-0-1/32_bAFP7zM8v9..."}
2022-02-08 17:30:23,747 DEBUG Event before-parameter-build.ec2.CreateSecurityGroup: calling handler <bound method ParameterAlias.alias_parameter_in_call of <botocore.handlers.ParameterAlias object at 0x10e067160>>
2022-02-08 17:30:23,747 DEBUG Event before-parameter-build.ec2.CreateSecurityGroup: calling handler <function generate_idempotent_uuid at 0x10e0637f0>
2022-02-08 17:30:23,748 DEBUG Event before-call.ec2.CreateSecurityGroup: calling handler <function inject_api_version_header_if_needed at 0x10e095090>
2022-02-08 17:30:23,748 DEBUG Making request for OperationModel(name=CreateSecurityGroup) with params: {'url_path': '/', 'query_string': '', 'method': 'POST', 'headers': {'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': 'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46'}, 'body': {'Action': 'CreateSecurityGroup', 'Version': '2016-11-15', 'GroupDescription': 'Inbound access for 127.0.0.1/32 to RDS instance KhTest', 'GroupName': 'pgacloud_KhTest_127-0-0-1/32_bAFP7zM8v9'}, 'url': 'https://ec2.ap-south-1.amazonaws.com/', 'context': {'client_region': 'ap-south-1', 'client_config': <botocore.config.Config object at 0x10edf8040>, 'has_streaming_input': False, 'auth_type': None}}
2022-02-08 17:30:23,748 DEBUG Event request-created.ec2.CreateSecurityGroup: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x10edd7eb0>>
2022-02-08 17:30:23,748 DEBUG Event choose-signer.ec2.CreateSecurityGroup: calling handler <function set_operation_specific_signer at 0x10e0636d0>
2022-02-08 17:30:23,748 DEBUG Calculating signature using v4 auth.
2022-02-08 17:30:23,748 DEBUG CanonicalRequest:
POST
/
content-type:application/x-www-form-urlencoded; charset=utf-8
host:ec2.ap-south-1.amazonaws.com
x-amz-date:20220208T120023Z
content-type;host;x-amz-date
de909f3da3058a79ea089f198187038c397f8662e3c92a526736cec0ac057c7a
2022-02-08 17:30:23,749 DEBUG StringToSign:
AWS4-HMAC-SHA256
20220208T120023Z
20220208/ap-south-1/ec2/aws4_request
131a7537b626776f481d3b645b74d1f0ca3ac98f629e3f4ce8728ef44d494852
2022-02-08 17:30:23,749 DEBUG Signature:
2e229590ea3fecfea112bf7be3a3c4829a2a7c08a4d361f0add12ad51bed0dc5
2022-02-08 17:30:23,749 DEBUG Sending http request: <AWSPreparedRequest stream_output=False, method=POST, url=https://ec2.ap-south-1.amazonaws.com/, headers={'Content-Type': b'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': b'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46', 'X-Amz-Date': b'20220208T120023Z', 'Authorization': b'AWS4-HMAC-SHA256 Credential=AKIAVJ2ENV5GFATKFHH7/20220208/ap-south-1/ec2/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=2e229590ea3fecfea112bf7be3a3c4829a2a7c08a4d361f0add12ad51bed0dc5', 'Content-Length': '171'}>
2022-02-08 17:30:23,751 DEBUG Certificate path: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/certifi/cacert.pem
2022-02-08 17:30:23,752 DEBUG Starting new HTTPS connection (1): ec2.ap-south-1.amazonaws.com:443
2022-02-08 17:30:23,959 DEBUG https://ec2.ap-south-1.amazonaws.com:443 "POST / HTTP/1.1" 200 283
2022-02-08 17:30:23,960 DEBUG Response headers: {'x-amzn-RequestId': 'e1b9da8a-f453-494d-8801-2e1cd020aef2', 'Cache-Control': 'no-cache, no-store', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains', 'Content-Type': 'text/xml;charset=UTF-8', 'Content-Length': '283', 'Date': 'Tue, 08 Feb 2022 12:00:23 GMT', 'Server': 'AmazonEC2'}
2022-02-08 17:30:23,960 DEBUG Response body:
b'<?xml version="1.0" encoding="UTF-8"?>\n<CreateSecurityGroupResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">\n <requestId>e1b9da8a-f453-494d-8801-2e1cd020aef2</requestId>\n <return>true</return>\n <groupId>sg-05c680adc3fc69fa5</groupId>\n</CreateSecurityGroupResponse>\n'
2022-02-08 17:30:23,961 DEBUG Event needs-retry.ec2.CreateSecurityGroup: calling handler <botocore.retryhandler.RetryHandler object at 0x10edf91e0>
2022-02-08 17:30:23,961 DEBUG No retry needed.
2022-02-08 17:30:23,962 DEBUG Changing event name from creating-client-class.iot-data to creating-client-class.iot-data-plane
2022-02-08 17:30:23,964 DEBUG Changing event name from before-call.apigateway to before-call.api-gateway
2022-02-08 17:30:23,965 DEBUG Changing event name from request-created.machinelearning.Predict to request-created.machine-learning.Predict
2022-02-08 17:30:23,966 DEBUG Changing event name from before-parameter-build.autoscaling.CreateLaunchConfiguration to before-parameter-build.auto-scaling.CreateLaunchConfiguration
2022-02-08 17:30:23,966 DEBUG Changing event name from before-parameter-build.route53 to before-parameter-build.route-53
2022-02-08 17:30:23,966 DEBUG Changing event name from request-created.cloudsearchdomain.Search to request-created.cloudsearch-domain.Search
2022-02-08 17:30:23,967 DEBUG Changing event name from docs.*.autoscaling.CreateLaunchConfiguration.complete-section to docs.*.auto-scaling.CreateLaunchConfiguration.complete-section
2022-02-08 17:30:23,970 DEBUG Changing event name from before-parameter-build.logs.CreateExportTask to before-parameter-build.cloudwatch-logs.CreateExportTask
2022-02-08 17:30:23,970 DEBUG Changing event name from docs.*.logs.CreateExportTask.complete-section to docs.*.cloudwatch-logs.CreateExportTask.complete-section
2022-02-08 17:30:23,970 DEBUG Changing event name from before-parameter-build.cloudsearchdomain.Search to before-parameter-build.cloudsearch-domain.Search
2022-02-08 17:30:23,970 DEBUG Changing event name from docs.*.cloudsearchdomain.Search.complete-section to docs.*.cloudsearch-domain.Search.complete-section
2022-02-08 17:30:23,972 DEBUG Loading JSON file: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/botocore/data/endpoints.json
2022-02-08 17:30:23,994 DEBUG Loading JSON file: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/botocore/data/sdk-default-configuration.json
2022-02-08 17:30:23,995 DEBUG Event choose-service-name: calling handler <function handle_service_name_alias at 0x10e0605e0>
2022-02-08 17:30:24,016 DEBUG Loading JSON file: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/botocore/data/ec2/2016-11-15/service-2.json
2022-02-08 17:30:24,047 DEBUG Event creating-client-class.ec2: calling handler <function add_generate_presigned_url at 0x10e016440>
2022-02-08 17:30:24,050 DEBUG Setting ec2 timeout as (60, 60)
2022-02-08 17:30:24,050 DEBUG Loading JSON file: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/botocore/data/_retry.json
2022-02-08 17:30:24,051 DEBUG Registering retry handlers for service: ec2
2022-02-08 17:30:24,053 INFO {"Adding": "Adding ingress rule for: 127.0.0.1/32..."}
2022-02-08 17:30:24,053 DEBUG Event before-parameter-build.ec2.AuthorizeSecurityGroupIngress: calling handler <bound method ParameterAlias.alias_parameter_in_call of <botocore.handlers.ParameterAlias object at 0x10e067160>>
2022-02-08 17:30:24,054 DEBUG Event before-parameter-build.ec2.AuthorizeSecurityGroupIngress: calling handler <function generate_idempotent_uuid at 0x10e0637f0>
2022-02-08 17:30:24,054 DEBUG Event before-call.ec2.AuthorizeSecurityGroupIngress: calling handler <function inject_api_version_header_if_needed at 0x10e095090>
2022-02-08 17:30:24,054 DEBUG Making request for OperationModel(name=AuthorizeSecurityGroupIngress) with params: {'url_path': '/', 'query_string': '', 'method': 'POST', 'headers': {'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': 'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46'}, 'body': {'Action': 'AuthorizeSecurityGroupIngress', 'Version': '2016-11-15', 'GroupId': 'sg-05c680adc3fc69fa5', 'IpPermissions.1.FromPort': 5432, 'IpPermissions.1.ToPort': 5432, 'IpPermissions.1.IpProtocol': 'tcp', 'IpPermissions.1.IpRanges.1.CidrIp': '127.0.0.1/32', 'IpPermissions.1.IpRanges.1.Description': 'pgcloud client 127.0.0.1/32'}, 'url': 'https://ec2.ap-south-1.amazonaws.com/', 'context': {'client_region': 'ap-south-1', 'client_config': <botocore.config.Config object at 0x117d66c50>, 'has_streaming_input': False, 'auth_type': None}}
2022-02-08 17:30:24,054 DEBUG Event request-created.ec2.AuthorizeSecurityGroupIngress: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x117d66bc0>>
2022-02-08 17:30:24,054 DEBUG Event choose-signer.ec2.AuthorizeSecurityGroupIngress: calling handler <function set_operation_specific_signer at 0x10e0636d0>
2022-02-08 17:30:24,054 DEBUG Calculating signature using v4 auth.
2022-02-08 17:30:24,055 DEBUG CanonicalRequest:
POST
/
content-type:application/x-www-form-urlencoded; charset=utf-8
host:ec2.ap-south-1.amazonaws.com
x-amz-date:20220208T120024Z
content-type;host;x-amz-date
01354ba981b022ce21e14d27a3382d1a7666862a3ac9c8fc81201b7ca892e861
2022-02-08 17:30:24,055 DEBUG StringToSign:
AWS4-HMAC-SHA256
20220208T120024Z
20220208/ap-south-1/ec2/aws4_request
763702a67c2f614dd48d9cc3c446de65c55daee950f056efb5de432c62c47b76
2022-02-08 17:30:24,055 DEBUG Signature:
10a673b787603deb2981e3b7519e596c9eeb2965ea84bc391954b29b2860902d
2022-02-08 17:30:24,055 DEBUG Sending http request: <AWSPreparedRequest stream_output=False, method=POST, url=https://ec2.ap-south-1.amazonaws.com/, headers={'Content-Type': b'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': b'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46', 'X-Amz-Date': b'20220208T120024Z', 'Authorization': b'AWS4-HMAC-SHA256 Credential=AKIAVJ2ENV5GFATKFHH7/20220208/ap-south-1/ec2/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=10a673b787603deb2981e3b7519e596c9eeb2965ea84bc391954b29b2860902d', 'Content-Length': '291'}>
2022-02-08 17:30:24,055 DEBUG Certificate path: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/certifi/cacert.pem
2022-02-08 17:30:24,055 DEBUG Starting new HTTPS connection (1): ec2.ap-south-1.amazonaws.com:443
2022-02-08 17:30:24,269 DEBUG https://ec2.ap-south-1.amazonaws.com:443 "POST / HTTP/1.1" 200 793
2022-02-08 17:30:24,270 DEBUG Response headers: {'x-amzn-RequestId': 'dc431aec-df55-4ce4-9d85-80f963b207e2', 'Cache-Control': 'no-cache, no-store', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains', 'Content-Type': 'text/xml;charset=UTF-8', 'Content-Length': '793', 'Date': 'Tue, 08 Feb 2022 12:00:23 GMT', 'Server': 'AmazonEC2'}
2022-02-08 17:30:24,270 DEBUG Response body:
b'<?xml version="1.0" encoding="UTF-8"?>\n<AuthorizeSecurityGroupIngressResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">\n <requestId>dc431aec-df55-4ce4-9d85-80f963b207e2</requestId>\n <return>true</return>\n <securityGroupRuleSet>\n <item>\n <groupOwnerId>364678852428</groupOwnerId>\n <groupId>sg-05c680adc3fc69fa5</groupId>\n <securityGroupRuleId>sgr-0736812112586bd1e</securityGroupRuleId>\n <description>pgcloud client 127.0.0.1/32</description>\n <isEgress>false</isEgress>\n <ipProtocol>tcp</ipProtocol>\n <fromPort>5432</fromPort>\n <toPort>5432</toPort>\n <cidrIpv4>127.0.0.1/32</cidrIpv4>\n </item>\n </securityGroupRuleSet>\n</AuthorizeSecurityGroupIngressResponse>\n'
2022-02-08 17:30:24,270 DEBUG Event needs-retry.ec2.AuthorizeSecurityGroupIngress: calling handler <botocore.retryhandler.RetryHandler object at 0x117d675e0>
2022-02-08 17:30:24,271 DEBUG No retry needed.
2022-02-08 17:30:24,272 DEBUG Changing event name from creating-client-class.iot-data to creating-client-class.iot-data-plane
2022-02-08 17:30:24,273 DEBUG Changing event name from before-call.apigateway to before-call.api-gateway
2022-02-08 17:30:24,274 DEBUG Changing event name from request-created.machinelearning.Predict to request-created.machine-learning.Predict
2022-02-08 17:30:24,276 DEBUG Changing event name from before-parameter-build.autoscaling.CreateLaunchConfiguration to before-parameter-build.auto-scaling.CreateLaunchConfiguration
2022-02-08 17:30:24,276 DEBUG Changing event name from before-parameter-build.route53 to before-parameter-build.route-53
2022-02-08 17:30:24,277 DEBUG Changing event name from request-created.cloudsearchdomain.Search to request-created.cloudsearch-domain.Search
2022-02-08 17:30:24,277 DEBUG Changing event name from docs.*.autoscaling.CreateLaunchConfiguration.complete-section to docs.*.auto-scaling.CreateLaunchConfiguration.complete-section
2022-02-08 17:30:24,280 DEBUG Changing event name from before-parameter-build.logs.CreateExportTask to before-parameter-build.cloudwatch-logs.CreateExportTask
2022-02-08 17:30:24,280 DEBUG Changing event name from docs.*.logs.CreateExportTask.complete-section to docs.*.cloudwatch-logs.CreateExportTask.complete-section
2022-02-08 17:30:24,280 DEBUG Changing event name from before-parameter-build.cloudsearchdomain.Search to before-parameter-build.cloudsearch-domain.Search
2022-02-08 17:30:24,280 DEBUG Changing event name from docs.*.cloudsearchdomain.Search.complete-section to docs.*.cloudsearch-domain.Search.complete-section
2022-02-08 17:30:24,282 DEBUG Loading JSON file: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/botocore/data/endpoints.json
2022-02-08 17:30:24,290 DEBUG Loading JSON file: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/botocore/data/sdk-default-configuration.json
2022-02-08 17:30:24,290 DEBUG Event choose-service-name: calling handler <function handle_service_name_alias at 0x10e0605e0>
2022-02-08 17:30:24,312 DEBUG Loading JSON file: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/botocore/data/ec2/2016-11-15/service-2.json
2022-02-08 17:30:24,343 DEBUG Event creating-client-class.ec2: calling handler <function add_generate_presigned_url at 0x10e016440>
2022-02-08 17:30:24,345 DEBUG Setting ec2 timeout as (60, 60)
2022-02-08 17:30:24,345 DEBUG Loading JSON file: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/botocore/data/_retry.json
2022-02-08 17:30:24,346 DEBUG Registering retry handlers for service: ec2
2022-02-08 17:30:24,348 DEBUG Changing event name from creating-client-class.iot-data to creating-client-class.iot-data-plane
2022-02-08 17:30:24,349 DEBUG Changing event name from before-call.apigateway to before-call.api-gateway
2022-02-08 17:30:24,350 DEBUG Changing event name from request-created.machinelearning.Predict to request-created.machine-learning.Predict
2022-02-08 17:30:24,351 DEBUG Changing event name from before-parameter-build.autoscaling.CreateLaunchConfiguration to before-parameter-build.auto-scaling.CreateLaunchConfiguration
2022-02-08 17:30:24,351 DEBUG Changing event name from before-parameter-build.route53 to before-parameter-build.route-53
2022-02-08 17:30:24,351 DEBUG Changing event name from request-created.cloudsearchdomain.Search to request-created.cloudsearch-domain.Search
2022-02-08 17:30:24,352 DEBUG Changing event name from docs.*.autoscaling.CreateLaunchConfiguration.complete-section to docs.*.auto-scaling.CreateLaunchConfiguration.complete-section
2022-02-08 17:30:24,354 DEBUG Changing event name from before-parameter-build.logs.CreateExportTask to before-parameter-build.cloudwatch-logs.CreateExportTask
2022-02-08 17:30:24,354 DEBUG Changing event name from docs.*.logs.CreateExportTask.complete-section to docs.*.cloudwatch-logs.CreateExportTask.complete-section
2022-02-08 17:30:24,354 DEBUG Changing event name from before-parameter-build.cloudsearchdomain.Search to before-parameter-build.cloudsearch-domain.Search
2022-02-08 17:30:24,354 DEBUG Changing event name from docs.*.cloudsearchdomain.Search.complete-section to docs.*.cloudsearch-domain.Search.complete-section
2022-02-08 17:30:24,356 DEBUG Loading JSON file: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/botocore/data/endpoints.json
2022-02-08 17:30:24,364 DEBUG Loading JSON file: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/botocore/data/sdk-default-configuration.json
2022-02-08 17:30:24,364 DEBUG Event choose-service-name: calling handler <function handle_service_name_alias at 0x10e0605e0>
2022-02-08 17:30:24,380 DEBUG Loading JSON file: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/botocore/data/rds/2014-10-31/service-2.json
2022-02-08 17:30:24,387 DEBUG Loading JSON file: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/botocore/data/rds/2014-10-31/service-2.sdk-extras.json
2022-02-08 17:30:24,389 DEBUG Event creating-client-class.rds: calling handler <function add_generate_db_auth_token at 0x10dfef910>
2022-02-08 17:30:24,389 DEBUG Event creating-client-class.rds: calling handler <function add_generate_presigned_url at 0x10e016440>
2022-02-08 17:30:24,391 DEBUG Setting rds timeout as (60, 60)
2022-02-08 17:30:24,392 DEBUG Loading JSON file: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/botocore/data/_retry.json
2022-02-08 17:30:24,392 DEBUG Registering retry handlers for service: rds
2022-02-08 17:30:24,393 DEBUG Event before-parameter-build.rds.CreateDBInstance: calling handler <function generate_idempotent_uuid at 0x10e0637f0>
2022-02-08 17:30:24,393 DEBUG Event before-call.rds.CreateDBInstance: calling handler <function inject_api_version_header_if_needed at 0x10e095090>
2022-02-08 17:30:24,393 DEBUG Making request for OperationModel(name=CreateDBInstance) with params: {'url_path': '/', 'query_string': '', 'method': 'POST', 'headers': {'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': 'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46'}, 'body': {'Action': 'CreateDBInstance', 'Version': '2014-10-31', 'DBInstanceIdentifier': 'KhTest', 'AllocatedStorage': 20, 'DBName': 'postgres', 'Engine': 'postgres', 'Port': 5432, 'EngineVersion': '9.6.1', 'StorageType': 'gp2', 'StorageEncrypted': 'true', 'Iops': 0, 'AutoMinorVersionUpgrade': 'true', 'MultiAZ': 'false', 'MasterUsername': 'khushboo', 'MasterUserPassword': 'Khushboo', 'DBInstanceClass': 'db.m4.10xlarge', 'VpcSecurityGroupIds.VpcSecurityGroupId.1': 'sg-05c680adc3fc69fa5'}, 'url': 'https://rds.ap-south-1.amazonaws.com/', 'context': {'client_region': 'ap-south-1', 'client_config': <botocore.config.Config object at 0x118cdded0>, 'has_streaming_input': False, 'auth_type': None}}
2022-02-08 17:30:24,393 DEBUG Event request-created.rds.CreateDBInstance: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x118cdde40>>
2022-02-08 17:30:24,393 DEBUG Event choose-signer.rds.CreateDBInstance: calling handler <function set_operation_specific_signer at 0x10e0636d0>
2022-02-08 17:30:24,394 DEBUG Calculating signature using v4 auth.
2022-02-08 17:30:24,394 DEBUG CanonicalRequest:
POST
/
content-type:application/x-www-form-urlencoded; charset=utf-8
host:rds.ap-south-1.amazonaws.com
x-amz-date:20220208T120024Z
content-type;host;x-amz-date
c5e047c1e7be2d31b9c442977f60b819e1927f7b2df8bd9c2a2ac876cdeed888
2022-02-08 17:30:24,394 DEBUG StringToSign:
AWS4-HMAC-SHA256
20220208T120024Z
20220208/ap-south-1/rds/aws4_request
8776e35a5d4ad86452fb3bea9afbfc21433f9adea604f1eeb56b7dc1485aa75b
2022-02-08 17:30:24,394 DEBUG Signature:
b6a4014534c9ad57ec073e93f4ac8531eba529ce834c90249c9a7a249413dd3a
2022-02-08 17:30:24,394 DEBUG Sending http request: <AWSPreparedRequest stream_output=False, method=POST, url=https://rds.ap-south-1.amazonaws.com/, headers={'Content-Type': b'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': b'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46', 'X-Amz-Date': b'20220208T120024Z', 'Authorization': b'AWS4-HMAC-SHA256 Credential=AKIAVJ2ENV5GFATKFHH7/20220208/ap-south-1/rds/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=b6a4014534c9ad57ec073e93f4ac8531eba529ce834c90249c9a7a249413dd3a', 'Content-Length': '385'}>
2022-02-08 17:30:24,394 DEBUG Certificate path: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/certifi/cacert.pem
2022-02-08 17:30:24,395 DEBUG Starting new HTTPS connection (1): rds.ap-south-1.amazonaws.com:443
2022-02-08 17:30:25,633 DEBUG https://rds.ap-south-1.amazonaws.com:443 "POST / HTTP/1.1" 200 4247
2022-02-08 17:30:25,633 DEBUG Response headers: {'x-amzn-RequestId': '0ff5f3af-0337-4db8-b6c1-ecc4c65cec9c', 'Content-Type': 'text/xml', 'Content-Length': '4247', 'Date': 'Tue, 08 Feb 2022 12:00:25 GMT'}
2022-02-08 17:30:25,634 DEBUG Response body:
b'<CreateDBInstanceResponse xmlns="http://rds.amazonaws.com/doc/2014-10-31/">\n <CreateDBInstanceResult>\n <DBInstance>\n <AllocatedStorage>20</AllocatedStorage>\n <AssociatedRoles/>\n <DBParameterGroups>\n <DBParameterGroup>\n <DBParameterGroupName>default.postgres9.6</DBParameterGroupName>\n <ParameterApplyStatus>in-sync</ParameterApplyStatus>\n </DBParameterGroup>\n </DBParameterGroups>\n <DBSecurityGroups/>\n <EngineVersion>9.6.1</EngineVersion>\n <MasterUsername>khushboo</MasterUsername>\n <DBInstanceClass>db.m4.10xlarge</DBInstanceClass>\n <StorageThroughput>0</StorageThroughput>\n <HttpEndpointEnabled>false</HttpEndpointEnabled>\n <ReadReplicaDBInstanceIdentifiers/>\n <CustomerOwnedIpEnabled>false</CustomerOwnedIpEnabled>\n <MonitoringInterval>0</MonitoringInterval>\n <DBInstanceStatus>creating</DBInstanceStatus>\n <BackupRetentionPeriod>1</BackupRetentionPeriod>\n <KmsKeyId>arn:aws:kms:ap-south-1:364678852428:key/231709c2-7c94-49a5-af19-07199168dd1d</KmsKeyId>\n <OptionGroupMemberships>\n <OptionGroupMembership>\n <OptionGroupName>default:postgres-9-6</OptionGroupName>\n <Status>in-sync</Status>\n </OptionGroupMembership>\n </OptionGroupMemberships>\n <BackupTarget>region</BackupTarget>\n <CACertificateIdentifier>rds-ca-2019</CACertificateIdentifier>\n <DbInstancePort>0</DbInstancePort>\n <DbiResourceId>db-BUJY6KHDQ36N6SUXI65GC452EQ</DbiResourceId>\n <PreferredBackupWindow>23:22-23:52</PreferredBackupWindow>\n <DeletionProtection>false</DeletionProtection>\n <DBInstanceIdentifier>khtest</DBInstanceIdentifier>\n <DBInstanceArn>arn:aws:rds:ap-south-1:364678852428:db:khtest</DBInstanceArn>\n <Engine>postgres</Engine>\n <PubliclyAccessible>true</PubliclyAccessible>\n <IAMDatabaseAuthenticationEnabled>false</IAMDatabaseAuthenticationEnabled>\n <NetworkType>IPV4</NetworkType>\n <PerformanceInsightsEnabled>false</PerformanceInsightsEnabled>\n <DBName>postgres</DBName>\n <MultiAZ>false</MultiAZ>\n <DomainMemberships/>\n <StorageEncrypted>true</StorageEncrypted>\n <DBSubnetGroup>\n <VpcId>vpc-07c09e8c7e59e4272</VpcId>\n <Subnets>\n <Subnet>\n <SubnetIdentifier>subnet-084ecee0253c0de08</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1a</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-005c6e858233ebcc8</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1b</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-0fe8dbbdb819ac8c9</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1c</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n </Subnets>\n <SubnetGroupStatus>Complete</SubnetGroupStatus>\n <DBSubnetGroupDescription>default</DBSubnetGroupDescription>\n <DBSubnetGroupName>default</DBSubnetGroupName>\n </DBSubnetGroup>\n <VpcSecurityGroups>\n <VpcSecurityGroupMembership>\n <VpcSecurityGroupId>sg-05c680adc3fc69fa5</VpcSecurityGroupId>\n <Status>active</Status>\n </VpcSecurityGroupMembership>\n </VpcSecurityGroups>\n <TagList/>\n <LicenseModel>postgresql-license</LicenseModel>\n <PendingModifiedValues>\n <MasterUserPassword>****</MasterUserPassword>\n </PendingModifiedValues>\n <PreferredMaintenanceWindow>thu:06:13-thu:06:43</PreferredMaintenanceWindow>\n <StorageType>gp2</StorageType>\n <AutoMinorVersionUpgrade>true</AutoMinorVersionUpgrade>\n <CopyTagsToSnapshot>false</CopyTagsToSnapshot>\n </DBInstance>\n </CreateDBInstanceResult>\n <ResponseMetadata>\n <RequestId>0ff5f3af-0337-4db8-b6c1-ecc4c65cec9c</RequestId>\n </ResponseMetadata>\n</CreateDBInstanceResponse>\n'
2022-02-08 17:30:25,638 DEBUG Event needs-retry.rds.CreateDBInstance: calling handler <botocore.retryhandler.RetryHandler object at 0x118cde7d0>
2022-02-08 17:30:25,638 DEBUG No retry needed.
2022-02-08 17:30:25,638 DEBUG Event before-parameter-build.rds.DescribeDBInstances: calling handler <function generate_idempotent_uuid at 0x10e0637f0>
2022-02-08 17:30:25,638 DEBUG Event before-call.rds.DescribeDBInstances: calling handler <function inject_api_version_header_if_needed at 0x10e095090>
2022-02-08 17:30:25,638 DEBUG Making request for OperationModel(name=DescribeDBInstances) with params: {'url_path': '/', 'query_string': '', 'method': 'POST', 'headers': {'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': 'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46'}, 'body': {'Action': 'DescribeDBInstances', 'Version': '2014-10-31', 'DBInstanceIdentifier': 'KhTest'}, 'url': 'https://rds.ap-south-1.amazonaws.com/', 'context': {'client_region': 'ap-south-1', 'client_config': <botocore.config.Config object at 0x118cdded0>, 'has_streaming_input': False, 'auth_type': None}}
2022-02-08 17:30:25,639 DEBUG Event request-created.rds.DescribeDBInstances: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x118cdde40>>
2022-02-08 17:30:25,639 DEBUG Event choose-signer.rds.DescribeDBInstances: calling handler <function set_operation_specific_signer at 0x10e0636d0>
2022-02-08 17:30:25,639 DEBUG Calculating signature using v4 auth.
2022-02-08 17:30:25,639 DEBUG CanonicalRequest:
POST
/
content-type:application/x-www-form-urlencoded; charset=utf-8
host:rds.ap-south-1.amazonaws.com
x-amz-date:20220208T120025Z
content-type;host;x-amz-date
2b3b8b966d87481c286215c38f9f2f4529da4f4507574b8f4aab9427c6154842
2022-02-08 17:30:25,639 DEBUG StringToSign:
AWS4-HMAC-SHA256
20220208T120025Z
20220208/ap-south-1/rds/aws4_request
9701c03673095c0f8187bf8674741fcc63b884998b4c247b384edadc853d411a
2022-02-08 17:30:25,639 DEBUG Signature:
9b5c371cbdbd76bb1e026e8477967a23774ec79dfe487f74864a78a61da70666
2022-02-08 17:30:25,640 DEBUG Sending http request: <AWSPreparedRequest stream_output=False, method=POST, url=https://rds.ap-south-1.amazonaws.com/, headers={'Content-Type': b'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': b'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46', 'X-Amz-Date': b'20220208T120025Z', 'Authorization': b'AWS4-HMAC-SHA256 Credential=AKIAVJ2ENV5GFATKFHH7/20220208/ap-south-1/rds/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=9b5c371cbdbd76bb1e026e8477967a23774ec79dfe487f74864a78a61da70666', 'Content-Length': '73'}>
2022-02-08 17:30:25,640 DEBUG Certificate path: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/certifi/cacert.pem
2022-02-08 17:30:25,714 DEBUG https://rds.ap-south-1.amazonaws.com:443 "POST / HTTP/1.1" 200 4541
2022-02-08 17:30:25,715 DEBUG Response headers: {'x-amzn-RequestId': '430b389d-db36-44b0-839f-962a507165be', 'Content-Type': 'text/xml', 'Content-Length': '4541', 'Date': 'Tue, 08 Feb 2022 12:00:25 GMT'}
2022-02-08 17:30:25,715 DEBUG Response body:
b'<DescribeDBInstancesResponse xmlns="http://rds.amazonaws.com/doc/2014-10-31/">\n <DescribeDBInstancesResult>\n <DBInstances>\n <DBInstance>\n <AllocatedStorage>20</AllocatedStorage>\n <AssociatedRoles/>\n <DBParameterGroups>\n <DBParameterGroup>\n <DBParameterGroupName>default.postgres9.6</DBParameterGroupName>\n <ParameterApplyStatus>in-sync</ParameterApplyStatus>\n </DBParameterGroup>\n </DBParameterGroups>\n <DBSecurityGroups/>\n <EngineVersion>9.6.1</EngineVersion>\n <MasterUsername>khushboo</MasterUsername>\n <DBInstanceClass>db.m4.10xlarge</DBInstanceClass>\n <StorageThroughput>0</StorageThroughput>\n <HttpEndpointEnabled>false</HttpEndpointEnabled>\n <ReadReplicaDBInstanceIdentifiers/>\n <CustomerOwnedIpEnabled>false</CustomerOwnedIpEnabled>\n <MonitoringInterval>0</MonitoringInterval>\n <DBInstanceStatus>creating</DBInstanceStatus>\n <BackupRetentionPeriod>1</BackupRetentionPeriod>\n <KmsKeyId>arn:aws:kms:ap-south-1:364678852428:key/231709c2-7c94-49a5-af19-07199168dd1d</KmsKeyId>\n <OptionGroupMemberships>\n <OptionGroupMembership>\n <OptionGroupName>default:postgres-9-6</OptionGroupName>\n <Status>in-sync</Status>\n </OptionGroupMembership>\n </OptionGroupMemberships>\n <BackupTarget>region</BackupTarget>\n <CACertificateIdentifier>rds-ca-2019</CACertificateIdentifier>\n <DbInstancePort>0</DbInstancePort>\n <DbiResourceId>db-BUJY6KHDQ36N6SUXI65GC452EQ</DbiResourceId>\n <PreferredBackupWindow>23:22-23:52</PreferredBackupWindow>\n <DeletionProtection>false</DeletionProtection>\n <DBInstanceIdentifier>khtest</DBInstanceIdentifier>\n <DBInstanceArn>arn:aws:rds:ap-south-1:364678852428:db:khtest</DBInstanceArn>\n <Engine>postgres</Engine>\n <PubliclyAccessible>true</PubliclyAccessible>\n <IAMDatabaseAuthenticationEnabled>false</IAMDatabaseAuthenticationEnabled>\n <NetworkType>IPV4</NetworkType>\n <ActivityStreamStatus>stopped</ActivityStreamStatus>\n <PerformanceInsightsEnabled>false</PerformanceInsightsEnabled>\n <DBName>postgres</DBName>\n <MultiAZ>false</MultiAZ>\n <DomainMemberships/>\n <StorageEncrypted>true</StorageEncrypted>\n <DBSubnetGroup>\n <VpcId>vpc-07c09e8c7e59e4272</VpcId>\n <Subnets>\n <Subnet>\n <SubnetIdentifier>subnet-084ecee0253c0de08</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1a</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-005c6e858233ebcc8</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1b</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-0fe8dbbdb819ac8c9</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1c</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n </Subnets>\n <SubnetGroupStatus>Complete</SubnetGroupStatus>\n <DBSubnetGroupDescription>default</DBSubnetGroupDescription>\n <DBSubnetGroupName>default</DBSubnetGroupName>\n </DBSubnetGroup>\n <VpcSecurityGroups>\n <VpcSecurityGroupMembership>\n <VpcSecurityGroupId>sg-05c680adc3fc69fa5</VpcSecurityGroupId>\n <Status>active</Status>\n </VpcSecurityGroupMembership>\n </VpcSecurityGroups>\n <TagList/>\n <LicenseModel>postgresql-license</LicenseModel>\n <PendingModifiedValues>\n <MasterUserPassword>****</MasterUserPassword>\n </PendingModifiedValues>\n <PreferredMaintenanceWindow>thu:06:13-thu:06:43</PreferredMaintenanceWindow>\n <StorageType>gp2</StorageType>\n <AutoMinorVersionUpgrade>true</AutoMinorVersionUpgrade>\n <CopyTagsToSnapshot>false</CopyTagsToSnapshot>\n </DBInstance>\n </DBInstances>\n </DescribeDBInstancesResult>\n <ResponseMetadata>\n <RequestId>430b389d-db36-44b0-839f-962a507165be</RequestId>\n </ResponseMetadata>\n</DescribeDBInstancesResponse>\n'
2022-02-08 17:30:25,717 DEBUG Event needs-retry.rds.DescribeDBInstances: calling handler <botocore.retryhandler.RetryHandler object at 0x118cde7d0>
2022-02-08 17:30:25,717 DEBUG No retry needed.
2022-02-08 17:30:25,717 INFO {"Status-": "creating"}
2022-02-08 17:30:30,721 DEBUG Event before-parameter-build.rds.DescribeDBInstances: calling handler <function generate_idempotent_uuid at 0x10e0637f0>
2022-02-08 17:30:30,722 DEBUG Event before-call.rds.DescribeDBInstances: calling handler <function inject_api_version_header_if_needed at 0x10e095090>
2022-02-08 17:30:30,722 DEBUG Making request for OperationModel(name=DescribeDBInstances) with params: {'url_path': '/', 'query_string': '', 'method': 'POST', 'headers': {'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': 'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46'}, 'body': {'Action': 'DescribeDBInstances', 'Version': '2014-10-31', 'DBInstanceIdentifier': 'KhTest'}, 'url': 'https://rds.ap-south-1.amazonaws.com/', 'context': {'client_region': 'ap-south-1', 'client_config': <botocore.config.Config object at 0x118cdded0>, 'has_streaming_input': False, 'auth_type': None}}
2022-02-08 17:30:30,722 DEBUG Event request-created.rds.DescribeDBInstances: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x118cdde40>>
2022-02-08 17:30:30,722 DEBUG Event choose-signer.rds.DescribeDBInstances: calling handler <function set_operation_specific_signer at 0x10e0636d0>
2022-02-08 17:30:30,722 DEBUG Calculating signature using v4 auth.
2022-02-08 17:30:30,722 DEBUG CanonicalRequest:
POST
/
content-type:application/x-www-form-urlencoded; charset=utf-8
host:rds.ap-south-1.amazonaws.com
x-amz-date:20220208T120030Z
content-type;host;x-amz-date
2b3b8b966d87481c286215c38f9f2f4529da4f4507574b8f4aab9427c6154842
2022-02-08 17:30:30,722 DEBUG StringToSign:
AWS4-HMAC-SHA256
20220208T120030Z
20220208/ap-south-1/rds/aws4_request
53990a4d61bd143214022d826c78b05733f88496cce690d0da37c6e5fd57d6fa
2022-02-08 17:30:30,722 DEBUG Signature:
32b524e342ca7dac27615f224531d6dc24600c736de57aa50c300aca1aa5c46e
2022-02-08 17:30:30,722 DEBUG Sending http request: <AWSPreparedRequest stream_output=False, method=POST, url=https://rds.ap-south-1.amazonaws.com/, headers={'Content-Type': b'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': b'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46', 'X-Amz-Date': b'20220208T120030Z', 'Authorization': b'AWS4-HMAC-SHA256 Credential=AKIAVJ2ENV5GFATKFHH7/20220208/ap-south-1/rds/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=32b524e342ca7dac27615f224531d6dc24600c736de57aa50c300aca1aa5c46e', 'Content-Length': '73'}>
2022-02-08 17:30:30,723 DEBUG Certificate path: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/certifi/cacert.pem
2022-02-08 17:30:30,828 DEBUG https://rds.ap-south-1.amazonaws.com:443 "POST / HTTP/1.1" 200 4541
2022-02-08 17:30:30,829 DEBUG Response headers: {'x-amzn-RequestId': '74f939c5-5fda-403c-9c98-dc83369e0746', 'Content-Type': 'text/xml', 'Content-Length': '4541', 'Date': 'Tue, 08 Feb 2022 12:00:30 GMT'}
2022-02-08 17:30:30,829 DEBUG Response body:
b'<DescribeDBInstancesResponse xmlns="http://rds.amazonaws.com/doc/2014-10-31/">\n <DescribeDBInstancesResult>\n <DBInstances>\n <DBInstance>\n <AllocatedStorage>20</AllocatedStorage>\n <AssociatedRoles/>\n <DBParameterGroups>\n <DBParameterGroup>\n <DBParameterGroupName>default.postgres9.6</DBParameterGroupName>\n <ParameterApplyStatus>in-sync</ParameterApplyStatus>\n </DBParameterGroup>\n </DBParameterGroups>\n <DBSecurityGroups/>\n <EngineVersion>9.6.1</EngineVersion>\n <MasterUsername>khushboo</MasterUsername>\n <DBInstanceClass>db.m4.10xlarge</DBInstanceClass>\n <StorageThroughput>0</StorageThroughput>\n <HttpEndpointEnabled>false</HttpEndpointEnabled>\n <ReadReplicaDBInstanceIdentifiers/>\n <CustomerOwnedIpEnabled>false</CustomerOwnedIpEnabled>\n <MonitoringInterval>0</MonitoringInterval>\n <DBInstanceStatus>creating</DBInstanceStatus>\n <BackupRetentionPeriod>1</BackupRetentionPeriod>\n <KmsKeyId>arn:aws:kms:ap-south-1:364678852428:key/231709c2-7c94-49a5-af19-07199168dd1d</KmsKeyId>\n <OptionGroupMemberships>\n <OptionGroupMembership>\n <OptionGroupName>default:postgres-9-6</OptionGroupName>\n <Status>in-sync</Status>\n </OptionGroupMembership>\n </OptionGroupMemberships>\n <BackupTarget>region</BackupTarget>\n <CACertificateIdentifier>rds-ca-2019</CACertificateIdentifier>\n <DbInstancePort>0</DbInstancePort>\n <DbiResourceId>db-BUJY6KHDQ36N6SUXI65GC452EQ</DbiResourceId>\n <PreferredBackupWindow>23:22-23:52</PreferredBackupWindow>\n <DeletionProtection>false</DeletionProtection>\n <DBInstanceIdentifier>khtest</DBInstanceIdentifier>\n <DBInstanceArn>arn:aws:rds:ap-south-1:364678852428:db:khtest</DBInstanceArn>\n <Engine>postgres</Engine>\n <PubliclyAccessible>true</PubliclyAccessible>\n <IAMDatabaseAuthenticationEnabled>false</IAMDatabaseAuthenticationEnabled>\n <NetworkType>IPV4</NetworkType>\n <ActivityStreamStatus>stopped</ActivityStreamStatus>\n <PerformanceInsightsEnabled>false</PerformanceInsightsEnabled>\n <DBName>postgres</DBName>\n <MultiAZ>false</MultiAZ>\n <DomainMemberships/>\n <StorageEncrypted>true</StorageEncrypted>\n <DBSubnetGroup>\n <VpcId>vpc-07c09e8c7e59e4272</VpcId>\n <Subnets>\n <Subnet>\n <SubnetIdentifier>subnet-084ecee0253c0de08</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1a</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-005c6e858233ebcc8</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1b</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-0fe8dbbdb819ac8c9</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1c</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n </Subnets>\n <SubnetGroupStatus>Complete</SubnetGroupStatus>\n <DBSubnetGroupDescription>default</DBSubnetGroupDescription>\n <DBSubnetGroupName>default</DBSubnetGroupName>\n </DBSubnetGroup>\n <VpcSecurityGroups>\n <VpcSecurityGroupMembership>\n <VpcSecurityGroupId>sg-05c680adc3fc69fa5</VpcSecurityGroupId>\n <Status>active</Status>\n </VpcSecurityGroupMembership>\n </VpcSecurityGroups>\n <TagList/>\n <LicenseModel>postgresql-license</LicenseModel>\n <PendingModifiedValues>\n <MasterUserPassword>****</MasterUserPassword>\n </PendingModifiedValues>\n <PreferredMaintenanceWindow>thu:06:13-thu:06:43</PreferredMaintenanceWindow>\n <StorageType>gp2</StorageType>\n <AutoMinorVersionUpgrade>true</AutoMinorVersionUpgrade>\n <CopyTagsToSnapshot>false</CopyTagsToSnapshot>\n </DBInstance>\n </DBInstances>\n </DescribeDBInstancesResult>\n <ResponseMetadata>\n <RequestId>74f939c5-5fda-403c-9c98-dc83369e0746</RequestId>\n </ResponseMetadata>\n</DescribeDBInstancesResponse>\n'
2022-02-08 17:30:30,830 DEBUG Event needs-retry.rds.DescribeDBInstances: calling handler <botocore.retryhandler.RetryHandler object at 0x118cde7d0>
2022-02-08 17:30:30,830 DEBUG No retry needed.
2022-02-08 17:30:30,830 INFO {"Status-": "creating"}
2022-02-08 17:30:35,834 DEBUG Event before-parameter-build.rds.DescribeDBInstances: calling handler <function generate_idempotent_uuid at 0x10e0637f0>
2022-02-08 17:30:35,835 DEBUG Event before-call.rds.DescribeDBInstances: calling handler <function inject_api_version_header_if_needed at 0x10e095090>
2022-02-08 17:30:35,835 DEBUG Making request for OperationModel(name=DescribeDBInstances) with params: {'url_path': '/', 'query_string': '', 'method': 'POST', 'headers': {'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': 'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46'}, 'body': {'Action': 'DescribeDBInstances', 'Version': '2014-10-31', 'DBInstanceIdentifier': 'KhTest'}, 'url': 'https://rds.ap-south-1.amazonaws.com/', 'context': {'client_region': 'ap-south-1', 'client_config': <botocore.config.Config object at 0x118cdded0>, 'has_streaming_input': False, 'auth_type': None}}
2022-02-08 17:30:35,835 DEBUG Event request-created.rds.DescribeDBInstances: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x118cdde40>>
2022-02-08 17:30:35,835 DEBUG Event choose-signer.rds.DescribeDBInstances: calling handler <function set_operation_specific_signer at 0x10e0636d0>
2022-02-08 17:30:35,836 DEBUG Calculating signature using v4 auth.
2022-02-08 17:30:35,836 DEBUG CanonicalRequest:
POST
/
content-type:application/x-www-form-urlencoded; charset=utf-8
host:rds.ap-south-1.amazonaws.com
x-amz-date:20220208T120035Z
content-type;host;x-amz-date
2b3b8b966d87481c286215c38f9f2f4529da4f4507574b8f4aab9427c6154842
2022-02-08 17:30:35,836 DEBUG StringToSign:
AWS4-HMAC-SHA256
20220208T120035Z
20220208/ap-south-1/rds/aws4_request
62454c6195d75ea71b7d2c6a7cdf2a53173c623dc49783efc7f8c3fb51a2981e
2022-02-08 17:30:35,836 DEBUG Signature:
370546ae1355068b894a647122c2fd92e2aa46a66a0fdc56cf7f20ecc7b39aec
2022-02-08 17:30:35,836 DEBUG Sending http request: <AWSPreparedRequest stream_output=False, method=POST, url=https://rds.ap-south-1.amazonaws.com/, headers={'Content-Type': b'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': b'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46', 'X-Amz-Date': b'20220208T120035Z', 'Authorization': b'AWS4-HMAC-SHA256 Credential=AKIAVJ2ENV5GFATKFHH7/20220208/ap-south-1/rds/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=370546ae1355068b894a647122c2fd92e2aa46a66a0fdc56cf7f20ecc7b39aec', 'Content-Length': '73'}>
2022-02-08 17:30:35,837 DEBUG Certificate path: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/certifi/cacert.pem
2022-02-08 17:30:35,916 DEBUG https://rds.ap-south-1.amazonaws.com:443 "POST / HTTP/1.1" 200 4541
2022-02-08 17:30:35,916 DEBUG Response headers: {'x-amzn-RequestId': '2de3bd02-d1c7-42d6-b21b-9006d68a063b', 'Content-Type': 'text/xml', 'Content-Length': '4541', 'Date': 'Tue, 08 Feb 2022 12:00:35 GMT'}
2022-02-08 17:30:35,916 DEBUG Response body:
b'<DescribeDBInstancesResponse xmlns="http://rds.amazonaws.com/doc/2014-10-31/">\n <DescribeDBInstancesResult>\n <DBInstances>\n <DBInstance>\n <AllocatedStorage>20</AllocatedStorage>\n <AssociatedRoles/>\n <DBParameterGroups>\n <DBParameterGroup>\n <DBParameterGroupName>default.postgres9.6</DBParameterGroupName>\n <ParameterApplyStatus>in-sync</ParameterApplyStatus>\n </DBParameterGroup>\n </DBParameterGroups>\n <DBSecurityGroups/>\n <EngineVersion>9.6.1</EngineVersion>\n <MasterUsername>khushboo</MasterUsername>\n <DBInstanceClass>db.m4.10xlarge</DBInstanceClass>\n <StorageThroughput>0</StorageThroughput>\n <HttpEndpointEnabled>false</HttpEndpointEnabled>\n <ReadReplicaDBInstanceIdentifiers/>\n <CustomerOwnedIpEnabled>false</CustomerOwnedIpEnabled>\n <MonitoringInterval>0</MonitoringInterval>\n <DBInstanceStatus>creating</DBInstanceStatus>\n <BackupRetentionPeriod>1</BackupRetentionPeriod>\n <KmsKeyId>arn:aws:kms:ap-south-1:364678852428:key/231709c2-7c94-49a5-af19-07199168dd1d</KmsKeyId>\n <OptionGroupMemberships>\n <OptionGroupMembership>\n <OptionGroupName>default:postgres-9-6</OptionGroupName>\n <Status>in-sync</Status>\n </OptionGroupMembership>\n </OptionGroupMemberships>\n <BackupTarget>region</BackupTarget>\n <CACertificateIdentifier>rds-ca-2019</CACertificateIdentifier>\n <DbInstancePort>0</DbInstancePort>\n <DbiResourceId>db-BUJY6KHDQ36N6SUXI65GC452EQ</DbiResourceId>\n <PreferredBackupWindow>23:22-23:52</PreferredBackupWindow>\n <DeletionProtection>false</DeletionProtection>\n <DBInstanceIdentifier>khtest</DBInstanceIdentifier>\n <DBInstanceArn>arn:aws:rds:ap-south-1:364678852428:db:khtest</DBInstanceArn>\n <Engine>postgres</Engine>\n <PubliclyAccessible>true</PubliclyAccessible>\n <IAMDatabaseAuthenticationEnabled>false</IAMDatabaseAuthenticationEnabled>\n <NetworkType>IPV4</NetworkType>\n <ActivityStreamStatus>stopped</ActivityStreamStatus>\n <PerformanceInsightsEnabled>false</PerformanceInsightsEnabled>\n <DBName>postgres</DBName>\n <MultiAZ>false</MultiAZ>\n <DomainMemberships/>\n <StorageEncrypted>true</StorageEncrypted>\n <DBSubnetGroup>\n <VpcId>vpc-07c09e8c7e59e4272</VpcId>\n <Subnets>\n <Subnet>\n <SubnetIdentifier>subnet-084ecee0253c0de08</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1a</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-005c6e858233ebcc8</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1b</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-0fe8dbbdb819ac8c9</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1c</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n </Subnets>\n <SubnetGroupStatus>Complete</SubnetGroupStatus>\n <DBSubnetGroupDescription>default</DBSubnetGroupDescription>\n <DBSubnetGroupName>default</DBSubnetGroupName>\n </DBSubnetGroup>\n <VpcSecurityGroups>\n <VpcSecurityGroupMembership>\n <VpcSecurityGroupId>sg-05c680adc3fc69fa5</VpcSecurityGroupId>\n <Status>active</Status>\n </VpcSecurityGroupMembership>\n </VpcSecurityGroups>\n <TagList/>\n <LicenseModel>postgresql-license</LicenseModel>\n <PendingModifiedValues>\n <MasterUserPassword>****</MasterUserPassword>\n </PendingModifiedValues>\n <PreferredMaintenanceWindow>thu:06:13-thu:06:43</PreferredMaintenanceWindow>\n <StorageType>gp2</StorageType>\n <AutoMinorVersionUpgrade>true</AutoMinorVersionUpgrade>\n <CopyTagsToSnapshot>false</CopyTagsToSnapshot>\n </DBInstance>\n </DBInstances>\n </DescribeDBInstancesResult>\n <ResponseMetadata>\n <RequestId>2de3bd02-d1c7-42d6-b21b-9006d68a063b</RequestId>\n </ResponseMetadata>\n</DescribeDBInstancesResponse>\n'
2022-02-08 17:30:35,917 DEBUG Event needs-retry.rds.DescribeDBInstances: calling handler <botocore.retryhandler.RetryHandler object at 0x118cde7d0>
2022-02-08 17:30:35,917 DEBUG No retry needed.
2022-02-08 17:30:35,918 INFO {"Status-": "creating"}
2022-02-08 17:30:40,922 DEBUG Event before-parameter-build.rds.DescribeDBInstances: calling handler <function generate_idempotent_uuid at 0x10e0637f0>
2022-02-08 17:30:40,922 DEBUG Event before-call.rds.DescribeDBInstances: calling handler <function inject_api_version_header_if_needed at 0x10e095090>
2022-02-08 17:30:40,922 DEBUG Making request for OperationModel(name=DescribeDBInstances) with params: {'url_path': '/', 'query_string': '', 'method': 'POST', 'headers': {'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': 'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46'}, 'body': {'Action': 'DescribeDBInstances', 'Version': '2014-10-31', 'DBInstanceIdentifier': 'KhTest'}, 'url': 'https://rds.ap-south-1.amazonaws.com/', 'context': {'client_region': 'ap-south-1', 'client_config': <botocore.config.Config object at 0x118cdded0>, 'has_streaming_input': False, 'auth_type': None}}
2022-02-08 17:30:40,922 DEBUG Event request-created.rds.DescribeDBInstances: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x118cdde40>>
2022-02-08 17:30:40,923 DEBUG Event choose-signer.rds.DescribeDBInstances: calling handler <function set_operation_specific_signer at 0x10e0636d0>
2022-02-08 17:30:40,923 DEBUG Calculating signature using v4 auth.
2022-02-08 17:30:40,923 DEBUG CanonicalRequest:
POST
/
content-type:application/x-www-form-urlencoded; charset=utf-8
host:rds.ap-south-1.amazonaws.com
x-amz-date:20220208T120040Z
content-type;host;x-amz-date
2b3b8b966d87481c286215c38f9f2f4529da4f4507574b8f4aab9427c6154842
2022-02-08 17:30:40,923 DEBUG StringToSign:
AWS4-HMAC-SHA256
20220208T120040Z
20220208/ap-south-1/rds/aws4_request
07881f356328f78852be70a56b76cb7de671349df4cd437c903738a02a5fa4e9
2022-02-08 17:30:40,923 DEBUG Signature:
32da6a195e2d7ed6bd652ed0781bdf5ff2f8e28b3f2d7a2fe4542400a700cc14
2022-02-08 17:30:40,924 DEBUG Sending http request: <AWSPreparedRequest stream_output=False, method=POST, url=https://rds.ap-south-1.amazonaws.com/, headers={'Content-Type': b'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': b'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46', 'X-Amz-Date': b'20220208T120040Z', 'Authorization': b'AWS4-HMAC-SHA256 Credential=AKIAVJ2ENV5GFATKFHH7/20220208/ap-south-1/rds/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=32da6a195e2d7ed6bd652ed0781bdf5ff2f8e28b3f2d7a2fe4542400a700cc14', 'Content-Length': '73'}>
2022-02-08 17:30:40,924 DEBUG Certificate path: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/certifi/cacert.pem
2022-02-08 17:30:40,995 DEBUG https://rds.ap-south-1.amazonaws.com:443 "POST / HTTP/1.1" 200 4598
2022-02-08 17:30:40,996 DEBUG Response headers: {'x-amzn-RequestId': 'cb16e6a1-e5e0-41b2-8d25-93392e1974c5', 'Content-Type': 'text/xml', 'Content-Length': '4598', 'Date': 'Tue, 08 Feb 2022 12:00:40 GMT'}
2022-02-08 17:30:40,996 DEBUG Response body:
b'<DescribeDBInstancesResponse xmlns="http://rds.amazonaws.com/doc/2014-10-31/">\n <DescribeDBInstancesResult>\n <DBInstances>\n <DBInstance>\n <AllocatedStorage>20</AllocatedStorage>\n <AssociatedRoles/>\n <DBParameterGroups>\n <DBParameterGroup>\n <DBParameterGroupName>default.postgres9.6</DBParameterGroupName>\n <ParameterApplyStatus>in-sync</ParameterApplyStatus>\n </DBParameterGroup>\n </DBParameterGroups>\n <AvailabilityZone>ap-south-1b</AvailabilityZone>\n <DBSecurityGroups/>\n <EngineVersion>9.6.1</EngineVersion>\n <MasterUsername>khushboo</MasterUsername>\n <DBInstanceClass>db.m4.10xlarge</DBInstanceClass>\n <StorageThroughput>0</StorageThroughput>\n <HttpEndpointEnabled>false</HttpEndpointEnabled>\n <ReadReplicaDBInstanceIdentifiers/>\n <CustomerOwnedIpEnabled>false</CustomerOwnedIpEnabled>\n <MonitoringInterval>0</MonitoringInterval>\n <DBInstanceStatus>creating</DBInstanceStatus>\n <BackupRetentionPeriod>1</BackupRetentionPeriod>\n <KmsKeyId>arn:aws:kms:ap-south-1:364678852428:key/231709c2-7c94-49a5-af19-07199168dd1d</KmsKeyId>\n <OptionGroupMemberships>\n <OptionGroupMembership>\n <OptionGroupName>default:postgres-9-6</OptionGroupName>\n <Status>in-sync</Status>\n </OptionGroupMembership>\n </OptionGroupMemberships>\n <BackupTarget>region</BackupTarget>\n <CACertificateIdentifier>rds-ca-2019</CACertificateIdentifier>\n <DbInstancePort>0</DbInstancePort>\n <DbiResourceId>db-BUJY6KHDQ36N6SUXI65GC452EQ</DbiResourceId>\n <PreferredBackupWindow>23:22-23:52</PreferredBackupWindow>\n <DeletionProtection>false</DeletionProtection>\n <DBInstanceIdentifier>khtest</DBInstanceIdentifier>\n <DBInstanceArn>arn:aws:rds:ap-south-1:364678852428:db:khtest</DBInstanceArn>\n <Engine>postgres</Engine>\n <PubliclyAccessible>true</PubliclyAccessible>\n <IAMDatabaseAuthenticationEnabled>false</IAMDatabaseAuthenticationEnabled>\n <NetworkType>IPV4</NetworkType>\n <ActivityStreamStatus>stopped</ActivityStreamStatus>\n <PerformanceInsightsEnabled>false</PerformanceInsightsEnabled>\n <DBName>postgres</DBName>\n <MultiAZ>false</MultiAZ>\n <DomainMemberships/>\n <StorageEncrypted>true</StorageEncrypted>\n <DBSubnetGroup>\n <VpcId>vpc-07c09e8c7e59e4272</VpcId>\n <Subnets>\n <Subnet>\n <SubnetIdentifier>subnet-084ecee0253c0de08</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1a</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-005c6e858233ebcc8</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1b</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-0fe8dbbdb819ac8c9</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1c</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n </Subnets>\n <SubnetGroupStatus>Complete</SubnetGroupStatus>\n <DBSubnetGroupDescription>default</DBSubnetGroupDescription>\n <DBSubnetGroupName>default</DBSubnetGroupName>\n </DBSubnetGroup>\n <VpcSecurityGroups>\n <VpcSecurityGroupMembership>\n <VpcSecurityGroupId>sg-05c680adc3fc69fa5</VpcSecurityGroupId>\n <Status>active</Status>\n </VpcSecurityGroupMembership>\n </VpcSecurityGroups>\n <TagList/>\n <LicenseModel>postgresql-license</LicenseModel>\n <PendingModifiedValues>\n <MasterUserPassword>****</MasterUserPassword>\n </PendingModifiedValues>\n <PreferredMaintenanceWindow>thu:06:13-thu:06:43</PreferredMaintenanceWindow>\n <StorageType>gp2</StorageType>\n <AutoMinorVersionUpgrade>true</AutoMinorVersionUpgrade>\n <CopyTagsToSnapshot>false</CopyTagsToSnapshot>\n </DBInstance>\n </DBInstances>\n </DescribeDBInstancesResult>\n <ResponseMetadata>\n <RequestId>cb16e6a1-e5e0-41b2-8d25-93392e1974c5</RequestId>\n </ResponseMetadata>\n</DescribeDBInstancesResponse>\n'
2022-02-08 17:30:40,997 DEBUG Event needs-retry.rds.DescribeDBInstances: calling handler <botocore.retryhandler.RetryHandler object at 0x118cde7d0>
2022-02-08 17:30:40,997 DEBUG No retry needed.
2022-02-08 17:30:40,997 INFO {"Status-": "creating"}
2022-02-08 17:30:46,001 DEBUG Event before-parameter-build.rds.DescribeDBInstances: calling handler <function generate_idempotent_uuid at 0x10e0637f0>
2022-02-08 17:30:46,002 DEBUG Event before-call.rds.DescribeDBInstances: calling handler <function inject_api_version_header_if_needed at 0x10e095090>
2022-02-08 17:30:46,002 DEBUG Making request for OperationModel(name=DescribeDBInstances) with params: {'url_path': '/', 'query_string': '', 'method': 'POST', 'headers': {'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': 'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46'}, 'body': {'Action': 'DescribeDBInstances', 'Version': '2014-10-31', 'DBInstanceIdentifier': 'KhTest'}, 'url': 'https://rds.ap-south-1.amazonaws.com/', 'context': {'client_region': 'ap-south-1', 'client_config': <botocore.config.Config object at 0x118cdded0>, 'has_streaming_input': False, 'auth_type': None}}
2022-02-08 17:30:46,002 DEBUG Event request-created.rds.DescribeDBInstances: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x118cdde40>>
2022-02-08 17:30:46,002 DEBUG Event choose-signer.rds.DescribeDBInstances: calling handler <function set_operation_specific_signer at 0x10e0636d0>
2022-02-08 17:30:46,002 DEBUG Calculating signature using v4 auth.
2022-02-08 17:30:46,002 DEBUG CanonicalRequest:
POST
/
content-type:application/x-www-form-urlencoded; charset=utf-8
host:rds.ap-south-1.amazonaws.com
x-amz-date:20220208T120046Z
content-type;host;x-amz-date
2b3b8b966d87481c286215c38f9f2f4529da4f4507574b8f4aab9427c6154842
2022-02-08 17:30:46,002 DEBUG StringToSign:
AWS4-HMAC-SHA256
20220208T120046Z
20220208/ap-south-1/rds/aws4_request
ad2264f2e1b75800de51635bab5a4bd29d9a77ad9069c18ae3f41ff15e308e8a
2022-02-08 17:30:46,002 DEBUG Signature:
02df9775ab9f90da9af35ad7efacb850ef4cbaf295a508626baf263085e4e44c
2022-02-08 17:30:46,003 DEBUG Sending http request: <AWSPreparedRequest stream_output=False, method=POST, url=https://rds.ap-south-1.amazonaws.com/, headers={'Content-Type': b'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': b'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46', 'X-Amz-Date': b'20220208T120046Z', 'Authorization': b'AWS4-HMAC-SHA256 Credential=AKIAVJ2ENV5GFATKFHH7/20220208/ap-south-1/rds/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=02df9775ab9f90da9af35ad7efacb850ef4cbaf295a508626baf263085e4e44c', 'Content-Length': '73'}>
2022-02-08 17:30:46,003 DEBUG Certificate path: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/certifi/cacert.pem
2022-02-08 17:30:46,080 DEBUG https://rds.ap-south-1.amazonaws.com:443 "POST / HTTP/1.1" 200 4598
2022-02-08 17:30:46,081 DEBUG Response headers: {'x-amzn-RequestId': 'a69b5a9b-8deb-4dab-b3a9-ac63558c0c2f', 'Content-Type': 'text/xml', 'Content-Length': '4598', 'Date': 'Tue, 08 Feb 2022 12:00:45 GMT'}
2022-02-08 17:30:46,081 DEBUG Response body:
b'<DescribeDBInstancesResponse xmlns="http://rds.amazonaws.com/doc/2014-10-31/">\n <DescribeDBInstancesResult>\n <DBInstances>\n <DBInstance>\n <AllocatedStorage>20</AllocatedStorage>\n <AssociatedRoles/>\n <DBParameterGroups>\n <DBParameterGroup>\n <DBParameterGroupName>default.postgres9.6</DBParameterGroupName>\n <ParameterApplyStatus>in-sync</ParameterApplyStatus>\n </DBParameterGroup>\n </DBParameterGroups>\n <AvailabilityZone>ap-south-1b</AvailabilityZone>\n <DBSecurityGroups/>\n <EngineVersion>9.6.1</EngineVersion>\n <MasterUsername>khushboo</MasterUsername>\n <DBInstanceClass>db.m4.10xlarge</DBInstanceClass>\n <StorageThroughput>0</StorageThroughput>\n <HttpEndpointEnabled>false</HttpEndpointEnabled>\n <ReadReplicaDBInstanceIdentifiers/>\n <CustomerOwnedIpEnabled>false</CustomerOwnedIpEnabled>\n <MonitoringInterval>0</MonitoringInterval>\n <DBInstanceStatus>creating</DBInstanceStatus>\n <BackupRetentionPeriod>1</BackupRetentionPeriod>\n <KmsKeyId>arn:aws:kms:ap-south-1:364678852428:key/231709c2-7c94-49a5-af19-07199168dd1d</KmsKeyId>\n <OptionGroupMemberships>\n <OptionGroupMembership>\n <OptionGroupName>default:postgres-9-6</OptionGroupName>\n <Status>in-sync</Status>\n </OptionGroupMembership>\n </OptionGroupMemberships>\n <BackupTarget>region</BackupTarget>\n <CACertificateIdentifier>rds-ca-2019</CACertificateIdentifier>\n <DbInstancePort>0</DbInstancePort>\n <DbiResourceId>db-BUJY6KHDQ36N6SUXI65GC452EQ</DbiResourceId>\n <PreferredBackupWindow>23:22-23:52</PreferredBackupWindow>\n <DeletionProtection>false</DeletionProtection>\n <DBInstanceIdentifier>khtest</DBInstanceIdentifier>\n <DBInstanceArn>arn:aws:rds:ap-south-1:364678852428:db:khtest</DBInstanceArn>\n <Engine>postgres</Engine>\n <PubliclyAccessible>true</PubliclyAccessible>\n <IAMDatabaseAuthenticationEnabled>false</IAMDatabaseAuthenticationEnabled>\n <NetworkType>IPV4</NetworkType>\n <ActivityStreamStatus>stopped</ActivityStreamStatus>\n <PerformanceInsightsEnabled>false</PerformanceInsightsEnabled>\n <DBName>postgres</DBName>\n <MultiAZ>false</MultiAZ>\n <DomainMemberships/>\n <StorageEncrypted>true</StorageEncrypted>\n <DBSubnetGroup>\n <VpcId>vpc-07c09e8c7e59e4272</VpcId>\n <Subnets>\n <Subnet>\n <SubnetIdentifier>subnet-084ecee0253c0de08</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1a</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-005c6e858233ebcc8</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1b</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-0fe8dbbdb819ac8c9</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1c</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n </Subnets>\n <SubnetGroupStatus>Complete</SubnetGroupStatus>\n <DBSubnetGroupDescription>default</DBSubnetGroupDescription>\n <DBSubnetGroupName>default</DBSubnetGroupName>\n </DBSubnetGroup>\n <VpcSecurityGroups>\n <VpcSecurityGroupMembership>\n <VpcSecurityGroupId>sg-05c680adc3fc69fa5</VpcSecurityGroupId>\n <Status>active</Status>\n </VpcSecurityGroupMembership>\n </VpcSecurityGroups>\n <TagList/>\n <LicenseModel>postgresql-license</LicenseModel>\n <PendingModifiedValues>\n <MasterUserPassword>****</MasterUserPassword>\n </PendingModifiedValues>\n <PreferredMaintenanceWindow>thu:06:13-thu:06:43</PreferredMaintenanceWindow>\n <StorageType>gp2</StorageType>\n <AutoMinorVersionUpgrade>true</AutoMinorVersionUpgrade>\n <CopyTagsToSnapshot>false</CopyTagsToSnapshot>\n </DBInstance>\n </DBInstances>\n </DescribeDBInstancesResult>\n <ResponseMetadata>\n <RequestId>a69b5a9b-8deb-4dab-b3a9-ac63558c0c2f</RequestId>\n </ResponseMetadata>\n</DescribeDBInstancesResponse>\n'
2022-02-08 17:30:46,081 DEBUG Event needs-retry.rds.DescribeDBInstances: calling handler <botocore.retryhandler.RetryHandler object at 0x118cde7d0>
2022-02-08 17:30:46,081 DEBUG No retry needed.
2022-02-08 17:30:46,082 INFO {"Status-": "creating"}
2022-02-08 17:30:51,084 DEBUG Event before-parameter-build.rds.DescribeDBInstances: calling handler <function generate_idempotent_uuid at 0x10e0637f0>
2022-02-08 17:30:51,085 DEBUG Event before-call.rds.DescribeDBInstances: calling handler <function inject_api_version_header_if_needed at 0x10e095090>
2022-02-08 17:30:51,085 DEBUG Making request for OperationModel(name=DescribeDBInstances) with params: {'url_path': '/', 'query_string': '', 'method': 'POST', 'headers': {'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': 'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46'}, 'body': {'Action': 'DescribeDBInstances', 'Version': '2014-10-31', 'DBInstanceIdentifier': 'KhTest'}, 'url': 'https://rds.ap-south-1.amazonaws.com/', 'context': {'client_region': 'ap-south-1', 'client_config': <botocore.config.Config object at 0x118cdded0>, 'has_streaming_input': False, 'auth_type': None}}
2022-02-08 17:30:51,085 DEBUG Event request-created.rds.DescribeDBInstances: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x118cdde40>>
2022-02-08 17:30:51,085 DEBUG Event choose-signer.rds.DescribeDBInstances: calling handler <function set_operation_specific_signer at 0x10e0636d0>
2022-02-08 17:30:51,086 DEBUG Calculating signature using v4 auth.
2022-02-08 17:30:51,086 DEBUG CanonicalRequest:
POST
/
content-type:application/x-www-form-urlencoded; charset=utf-8
host:rds.ap-south-1.amazonaws.com
x-amz-date:20220208T120051Z
content-type;host;x-amz-date
2b3b8b966d87481c286215c38f9f2f4529da4f4507574b8f4aab9427c6154842
2022-02-08 17:30:51,086 DEBUG StringToSign:
AWS4-HMAC-SHA256
20220208T120051Z
20220208/ap-south-1/rds/aws4_request
5aab57b23274923369bd52e600b42ebb3847c74d4aba7cf843955248ef8fa188
2022-02-08 17:30:51,086 DEBUG Signature:
f3a1d76bacff76c8a08a4c05c0eb413216170c5ac74d309e9992eec9b3c86ca6
2022-02-08 17:30:51,086 DEBUG Sending http request: <AWSPreparedRequest stream_output=False, method=POST, url=https://rds.ap-south-1.amazonaws.com/, headers={'Content-Type': b'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': b'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46', 'X-Amz-Date': b'20220208T120051Z', 'Authorization': b'AWS4-HMAC-SHA256 Credential=AKIAVJ2ENV5GFATKFHH7/20220208/ap-south-1/rds/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=f3a1d76bacff76c8a08a4c05c0eb413216170c5ac74d309e9992eec9b3c86ca6', 'Content-Length': '73'}>
2022-02-08 17:30:51,087 DEBUG Certificate path: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/certifi/cacert.pem
2022-02-08 17:30:51,189 DEBUG https://rds.ap-south-1.amazonaws.com:443 "POST / HTTP/1.1" 200 4598
2022-02-08 17:30:51,190 DEBUG Response headers: {'x-amzn-RequestId': '2e83b152-263d-4ae7-9240-e97b3560911d', 'Content-Type': 'text/xml', 'Content-Length': '4598', 'Date': 'Tue, 08 Feb 2022 12:00:50 GMT'}
2022-02-08 17:30:51,190 DEBUG Response body:
b'<DescribeDBInstancesResponse xmlns="http://rds.amazonaws.com/doc/2014-10-31/">\n <DescribeDBInstancesResult>\n <DBInstances>\n <DBInstance>\n <AllocatedStorage>20</AllocatedStorage>\n <AssociatedRoles/>\n <DBParameterGroups>\n <DBParameterGroup>\n <DBParameterGroupName>default.postgres9.6</DBParameterGroupName>\n <ParameterApplyStatus>in-sync</ParameterApplyStatus>\n </DBParameterGroup>\n </DBParameterGroups>\n <AvailabilityZone>ap-south-1b</AvailabilityZone>\n <DBSecurityGroups/>\n <EngineVersion>9.6.1</EngineVersion>\n <MasterUsername>khushboo</MasterUsername>\n <DBInstanceClass>db.m4.10xlarge</DBInstanceClass>\n <StorageThroughput>0</StorageThroughput>\n <HttpEndpointEnabled>false</HttpEndpointEnabled>\n <ReadReplicaDBInstanceIdentifiers/>\n <CustomerOwnedIpEnabled>false</CustomerOwnedIpEnabled>\n <MonitoringInterval>0</MonitoringInterval>\n <DBInstanceStatus>creating</DBInstanceStatus>\n <BackupRetentionPeriod>1</BackupRetentionPeriod>\n <KmsKeyId>arn:aws:kms:ap-south-1:364678852428:key/231709c2-7c94-49a5-af19-07199168dd1d</KmsKeyId>\n <OptionGroupMemberships>\n <OptionGroupMembership>\n <OptionGroupName>default:postgres-9-6</OptionGroupName>\n <Status>in-sync</Status>\n </OptionGroupMembership>\n </OptionGroupMemberships>\n <BackupTarget>region</BackupTarget>\n <CACertificateIdentifier>rds-ca-2019</CACertificateIdentifier>\n <DbInstancePort>0</DbInstancePort>\n <DbiResourceId>db-BUJY6KHDQ36N6SUXI65GC452EQ</DbiResourceId>\n <PreferredBackupWindow>23:22-23:52</PreferredBackupWindow>\n <DeletionProtection>false</DeletionProtection>\n <DBInstanceIdentifier>khtest</DBInstanceIdentifier>\n <DBInstanceArn>arn:aws:rds:ap-south-1:364678852428:db:khtest</DBInstanceArn>\n <Engine>postgres</Engine>\n <PubliclyAccessible>true</PubliclyAccessible>\n <IAMDatabaseAuthenticationEnabled>false</IAMDatabaseAuthenticationEnabled>\n <NetworkType>IPV4</NetworkType>\n <ActivityStreamStatus>stopped</ActivityStreamStatus>\n <PerformanceInsightsEnabled>false</PerformanceInsightsEnabled>\n <DBName>postgres</DBName>\n <MultiAZ>false</MultiAZ>\n <DomainMemberships/>\n <StorageEncrypted>true</StorageEncrypted>\n <DBSubnetGroup>\n <VpcId>vpc-07c09e8c7e59e4272</VpcId>\n <Subnets>\n <Subnet>\n <SubnetIdentifier>subnet-084ecee0253c0de08</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1a</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-005c6e858233ebcc8</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1b</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-0fe8dbbdb819ac8c9</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1c</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n </Subnets>\n <SubnetGroupStatus>Complete</SubnetGroupStatus>\n <DBSubnetGroupDescription>default</DBSubnetGroupDescription>\n <DBSubnetGroupName>default</DBSubnetGroupName>\n </DBSubnetGroup>\n <VpcSecurityGroups>\n <VpcSecurityGroupMembership>\n <VpcSecurityGroupId>sg-05c680adc3fc69fa5</VpcSecurityGroupId>\n <Status>active</Status>\n </VpcSecurityGroupMembership>\n </VpcSecurityGroups>\n <TagList/>\n <LicenseModel>postgresql-license</LicenseModel>\n <PendingModifiedValues>\n <MasterUserPassword>****</MasterUserPassword>\n </PendingModifiedValues>\n <PreferredMaintenanceWindow>thu:06:13-thu:06:43</PreferredMaintenanceWindow>\n <StorageType>gp2</StorageType>\n <AutoMinorVersionUpgrade>true</AutoMinorVersionUpgrade>\n <CopyTagsToSnapshot>false</CopyTagsToSnapshot>\n </DBInstance>\n </DBInstances>\n </DescribeDBInstancesResult>\n <ResponseMetadata>\n <RequestId>2e83b152-263d-4ae7-9240-e97b3560911d</RequestId>\n </ResponseMetadata>\n</DescribeDBInstancesResponse>\n'
2022-02-08 17:30:51,191 DEBUG Event needs-retry.rds.DescribeDBInstances: calling handler <botocore.retryhandler.RetryHandler object at 0x118cde7d0>
2022-02-08 17:30:51,191 DEBUG No retry needed.
2022-02-08 17:30:51,191 INFO {"Status-": "creating"}
2022-02-08 17:30:56,195 DEBUG Event before-parameter-build.rds.DescribeDBInstances: calling handler <function generate_idempotent_uuid at 0x10e0637f0>
2022-02-08 17:30:56,196 DEBUG Event before-call.rds.DescribeDBInstances: calling handler <function inject_api_version_header_if_needed at 0x10e095090>
2022-02-08 17:30:56,196 DEBUG Making request for OperationModel(name=DescribeDBInstances) with params: {'url_path': '/', 'query_string': '', 'method': 'POST', 'headers': {'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': 'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46'}, 'body': {'Action': 'DescribeDBInstances', 'Version': '2014-10-31', 'DBInstanceIdentifier': 'KhTest'}, 'url': 'https://rds.ap-south-1.amazonaws.com/', 'context': {'client_region': 'ap-south-1', 'client_config': <botocore.config.Config object at 0x118cdded0>, 'has_streaming_input': False, 'auth_type': None}}
2022-02-08 17:30:56,196 DEBUG Event request-created.rds.DescribeDBInstances: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x118cdde40>>
2022-02-08 17:30:56,197 DEBUG Event choose-signer.rds.DescribeDBInstances: calling handler <function set_operation_specific_signer at 0x10e0636d0>
2022-02-08 17:30:56,197 DEBUG Calculating signature using v4 auth.
2022-02-08 17:30:56,197 DEBUG CanonicalRequest:
POST
/
content-type:application/x-www-form-urlencoded; charset=utf-8
host:rds.ap-south-1.amazonaws.com
x-amz-date:20220208T120056Z
content-type;host;x-amz-date
2b3b8b966d87481c286215c38f9f2f4529da4f4507574b8f4aab9427c6154842
2022-02-08 17:30:56,197 DEBUG StringToSign:
AWS4-HMAC-SHA256
20220208T120056Z
20220208/ap-south-1/rds/aws4_request
bece0a026756489b6cde13dd7980db2503b7d05836f166ef2981967a514ec627
2022-02-08 17:30:56,197 DEBUG Signature:
54f71f108973d188ee2c704512abc0dd2ce8559b1400274708ae92a70d185db2
2022-02-08 17:30:56,198 DEBUG Sending http request: <AWSPreparedRequest stream_output=False, method=POST, url=https://rds.ap-south-1.amazonaws.com/, headers={'Content-Type': b'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': b'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46', 'X-Amz-Date': b'20220208T120056Z', 'Authorization': b'AWS4-HMAC-SHA256 Credential=AKIAVJ2ENV5GFATKFHH7/20220208/ap-south-1/rds/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=54f71f108973d188ee2c704512abc0dd2ce8559b1400274708ae92a70d185db2', 'Content-Length': '73'}>
2022-02-08 17:30:56,198 DEBUG Certificate path: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/certifi/cacert.pem
2022-02-08 17:30:56,276 DEBUG https://rds.ap-south-1.amazonaws.com:443 "POST / HTTP/1.1" 200 4598
2022-02-08 17:30:56,276 DEBUG Response headers: {'x-amzn-RequestId': 'c256ae42-970b-4a5e-a9da-ca6b06997f11', 'Content-Type': 'text/xml', 'Content-Length': '4598', 'Date': 'Tue, 08 Feb 2022 12:00:55 GMT'}
2022-02-08 17:30:56,276 DEBUG Response body:
b'<DescribeDBInstancesResponse xmlns="http://rds.amazonaws.com/doc/2014-10-31/">\n <DescribeDBInstancesResult>\n <DBInstances>\n <DBInstance>\n <AllocatedStorage>20</AllocatedStorage>\n <AssociatedRoles/>\n <DBParameterGroups>\n <DBParameterGroup>\n <DBParameterGroupName>default.postgres9.6</DBParameterGroupName>\n <ParameterApplyStatus>in-sync</ParameterApplyStatus>\n </DBParameterGroup>\n </DBParameterGroups>\n <AvailabilityZone>ap-south-1b</AvailabilityZone>\n <DBSecurityGroups/>\n <EngineVersion>9.6.1</EngineVersion>\n <MasterUsername>khushboo</MasterUsername>\n <DBInstanceClass>db.m4.10xlarge</DBInstanceClass>\n <StorageThroughput>0</StorageThroughput>\n <HttpEndpointEnabled>false</HttpEndpointEnabled>\n <ReadReplicaDBInstanceIdentifiers/>\n <CustomerOwnedIpEnabled>false</CustomerOwnedIpEnabled>\n <MonitoringInterval>0</MonitoringInterval>\n <DBInstanceStatus>creating</DBInstanceStatus>\n <BackupRetentionPeriod>1</BackupRetentionPeriod>\n <KmsKeyId>arn:aws:kms:ap-south-1:364678852428:key/231709c2-7c94-49a5-af19-07199168dd1d</KmsKeyId>\n <OptionGroupMemberships>\n <OptionGroupMembership>\n <OptionGroupName>default:postgres-9-6</OptionGroupName>\n <Status>in-sync</Status>\n </OptionGroupMembership>\n </OptionGroupMemberships>\n <BackupTarget>region</BackupTarget>\n <CACertificateIdentifier>rds-ca-2019</CACertificateIdentifier>\n <DbInstancePort>0</DbInstancePort>\n <DbiResourceId>db-BUJY6KHDQ36N6SUXI65GC452EQ</DbiResourceId>\n <PreferredBackupWindow>23:22-23:52</PreferredBackupWindow>\n <DeletionProtection>false</DeletionProtection>\n <DBInstanceIdentifier>khtest</DBInstanceIdentifier>\n <DBInstanceArn>arn:aws:rds:ap-south-1:364678852428:db:khtest</DBInstanceArn>\n <Engine>postgres</Engine>\n <PubliclyAccessible>true</PubliclyAccessible>\n <IAMDatabaseAuthenticationEnabled>false</IAMDatabaseAuthenticationEnabled>\n <NetworkType>IPV4</NetworkType>\n <ActivityStreamStatus>stopped</ActivityStreamStatus>\n <PerformanceInsightsEnabled>false</PerformanceInsightsEnabled>\n <DBName>postgres</DBName>\n <MultiAZ>false</MultiAZ>\n <DomainMemberships/>\n <StorageEncrypted>true</StorageEncrypted>\n <DBSubnetGroup>\n <VpcId>vpc-07c09e8c7e59e4272</VpcId>\n <Subnets>\n <Subnet>\n <SubnetIdentifier>subnet-084ecee0253c0de08</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1a</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-005c6e858233ebcc8</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1b</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-0fe8dbbdb819ac8c9</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1c</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n </Subnets>\n <SubnetGroupStatus>Complete</SubnetGroupStatus>\n <DBSubnetGroupDescription>default</DBSubnetGroupDescription>\n <DBSubnetGroupName>default</DBSubnetGroupName>\n </DBSubnetGroup>\n <VpcSecurityGroups>\n <VpcSecurityGroupMembership>\n <VpcSecurityGroupId>sg-05c680adc3fc69fa5</VpcSecurityGroupId>\n <Status>active</Status>\n </VpcSecurityGroupMembership>\n </VpcSecurityGroups>\n <TagList/>\n <LicenseModel>postgresql-license</LicenseModel>\n <PendingModifiedValues>\n <MasterUserPassword>****</MasterUserPassword>\n </PendingModifiedValues>\n <PreferredMaintenanceWindow>thu:06:13-thu:06:43</PreferredMaintenanceWindow>\n <StorageType>gp2</StorageType>\n <AutoMinorVersionUpgrade>true</AutoMinorVersionUpgrade>\n <CopyTagsToSnapshot>false</CopyTagsToSnapshot>\n </DBInstance>\n </DBInstances>\n </DescribeDBInstancesResult>\n <ResponseMetadata>\n <RequestId>c256ae42-970b-4a5e-a9da-ca6b06997f11</RequestId>\n </ResponseMetadata>\n</DescribeDBInstancesResponse>\n'
2022-02-08 17:30:56,277 DEBUG Event needs-retry.rds.DescribeDBInstances: calling handler <botocore.retryhandler.RetryHandler object at 0x118cde7d0>
2022-02-08 17:30:56,277 DEBUG No retry needed.
2022-02-08 17:30:56,277 INFO {"Status-": "creating"}
2022-02-08 17:31:01,278 DEBUG Event before-parameter-build.rds.DescribeDBInstances: calling handler <function generate_idempotent_uuid at 0x10e0637f0>
2022-02-08 17:31:01,278 DEBUG Event before-call.rds.DescribeDBInstances: calling handler <function inject_api_version_header_if_needed at 0x10e095090>
2022-02-08 17:31:01,278 DEBUG Making request for OperationModel(name=DescribeDBInstances) with params: {'url_path': '/', 'query_string': '', 'method': 'POST', 'headers': {'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': 'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46'}, 'body': {'Action': 'DescribeDBInstances', 'Version': '2014-10-31', 'DBInstanceIdentifier': 'KhTest'}, 'url': 'https://rds.ap-south-1.amazonaws.com/', 'context': {'client_region': 'ap-south-1', 'client_config': <botocore.config.Config object at 0x118cdded0>, 'has_streaming_input': False, 'auth_type': None}}
2022-02-08 17:31:01,278 DEBUG Event request-created.rds.DescribeDBInstances: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x118cdde40>>
2022-02-08 17:31:01,278 DEBUG Event choose-signer.rds.DescribeDBInstances: calling handler <function set_operation_specific_signer at 0x10e0636d0>
2022-02-08 17:31:01,279 DEBUG Calculating signature using v4 auth.
2022-02-08 17:31:01,279 DEBUG CanonicalRequest:
POST
/
content-type:application/x-www-form-urlencoded; charset=utf-8
host:rds.ap-south-1.amazonaws.com
x-amz-date:20220208T120101Z
content-type;host;x-amz-date
2b3b8b966d87481c286215c38f9f2f4529da4f4507574b8f4aab9427c6154842
2022-02-08 17:31:01,279 DEBUG StringToSign:
AWS4-HMAC-SHA256
20220208T120101Z
20220208/ap-south-1/rds/aws4_request
ad3544b95b95de9148baa9245f7f36caff49fa95305cd080d0132495af63ff7a
2022-02-08 17:31:01,279 DEBUG Signature:
57ec7056404677794079ad4be3f00b3c04f3d7cf1ed59746a2aa8e22b3aa2fcf
2022-02-08 17:31:01,279 DEBUG Sending http request: <AWSPreparedRequest stream_output=False, method=POST, url=https://rds.ap-south-1.amazonaws.com/, headers={'Content-Type': b'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': b'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46', 'X-Amz-Date': b'20220208T120101Z', 'Authorization': b'AWS4-HMAC-SHA256 Credential=AKIAVJ2ENV5GFATKFHH7/20220208/ap-south-1/rds/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=57ec7056404677794079ad4be3f00b3c04f3d7cf1ed59746a2aa8e22b3aa2fcf', 'Content-Length': '73'}>
2022-02-08 17:31:01,280 DEBUG Certificate path: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/certifi/cacert.pem
2022-02-08 17:31:01,347 DEBUG https://rds.ap-south-1.amazonaws.com:443 "POST / HTTP/1.1" 200 4598
2022-02-08 17:31:01,348 DEBUG Response headers: {'x-amzn-RequestId': '275f455f-ce7b-4f79-b082-d56c0be64cc8', 'Content-Type': 'text/xml', 'Content-Length': '4598', 'Date': 'Tue, 08 Feb 2022 12:01:00 GMT'}
2022-02-08 17:31:01,348 DEBUG Response body:
b'<DescribeDBInstancesResponse xmlns="http://rds.amazonaws.com/doc/2014-10-31/">\n <DescribeDBInstancesResult>\n <DBInstances>\n <DBInstance>\n <AllocatedStorage>20</AllocatedStorage>\n <AssociatedRoles/>\n <DBParameterGroups>\n <DBParameterGroup>\n <DBParameterGroupName>default.postgres9.6</DBParameterGroupName>\n <ParameterApplyStatus>in-sync</ParameterApplyStatus>\n </DBParameterGroup>\n </DBParameterGroups>\n <AvailabilityZone>ap-south-1b</AvailabilityZone>\n <DBSecurityGroups/>\n <EngineVersion>9.6.1</EngineVersion>\n <MasterUsername>khushboo</MasterUsername>\n <DBInstanceClass>db.m4.10xlarge</DBInstanceClass>\n <StorageThroughput>0</StorageThroughput>\n <HttpEndpointEnabled>false</HttpEndpointEnabled>\n <ReadReplicaDBInstanceIdentifiers/>\n <CustomerOwnedIpEnabled>false</CustomerOwnedIpEnabled>\n <MonitoringInterval>0</MonitoringInterval>\n <DBInstanceStatus>creating</DBInstanceStatus>\n <BackupRetentionPeriod>1</BackupRetentionPeriod>\n <KmsKeyId>arn:aws:kms:ap-south-1:364678852428:key/231709c2-7c94-49a5-af19-07199168dd1d</KmsKeyId>\n <OptionGroupMemberships>\n <OptionGroupMembership>\n <OptionGroupName>default:postgres-9-6</OptionGroupName>\n <Status>in-sync</Status>\n </OptionGroupMembership>\n </OptionGroupMemberships>\n <BackupTarget>region</BackupTarget>\n <CACertificateIdentifier>rds-ca-2019</CACertificateIdentifier>\n <DbInstancePort>0</DbInstancePort>\n <DbiResourceId>db-BUJY6KHDQ36N6SUXI65GC452EQ</DbiResourceId>\n <PreferredBackupWindow>23:22-23:52</PreferredBackupWindow>\n <DeletionProtection>false</DeletionProtection>\n <DBInstanceIdentifier>khtest</DBInstanceIdentifier>\n <DBInstanceArn>arn:aws:rds:ap-south-1:364678852428:db:khtest</DBInstanceArn>\n <Engine>postgres</Engine>\n <PubliclyAccessible>true</PubliclyAccessible>\n <IAMDatabaseAuthenticationEnabled>false</IAMDatabaseAuthenticationEnabled>\n <NetworkType>IPV4</NetworkType>\n <ActivityStreamStatus>stopped</ActivityStreamStatus>\n <PerformanceInsightsEnabled>false</PerformanceInsightsEnabled>\n <DBName>postgres</DBName>\n <MultiAZ>false</MultiAZ>\n <DomainMemberships/>\n <StorageEncrypted>true</StorageEncrypted>\n <DBSubnetGroup>\n <VpcId>vpc-07c09e8c7e59e4272</VpcId>\n <Subnets>\n <Subnet>\n <SubnetIdentifier>subnet-084ecee0253c0de08</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1a</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-005c6e858233ebcc8</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1b</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-0fe8dbbdb819ac8c9</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1c</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n </Subnets>\n <SubnetGroupStatus>Complete</SubnetGroupStatus>\n <DBSubnetGroupDescription>default</DBSubnetGroupDescription>\n <DBSubnetGroupName>default</DBSubnetGroupName>\n </DBSubnetGroup>\n <VpcSecurityGroups>\n <VpcSecurityGroupMembership>\n <VpcSecurityGroupId>sg-05c680adc3fc69fa5</VpcSecurityGroupId>\n <Status>active</Status>\n </VpcSecurityGroupMembership>\n </VpcSecurityGroups>\n <TagList/>\n <LicenseModel>postgresql-license</LicenseModel>\n <PendingModifiedValues>\n <MasterUserPassword>****</MasterUserPassword>\n </PendingModifiedValues>\n <PreferredMaintenanceWindow>thu:06:13-thu:06:43</PreferredMaintenanceWindow>\n <StorageType>gp2</StorageType>\n <AutoMinorVersionUpgrade>true</AutoMinorVersionUpgrade>\n <CopyTagsToSnapshot>false</CopyTagsToSnapshot>\n </DBInstance>\n </DBInstances>\n </DescribeDBInstancesResult>\n <ResponseMetadata>\n <RequestId>275f455f-ce7b-4f79-b082-d56c0be64cc8</RequestId>\n </ResponseMetadata>\n</DescribeDBInstancesResponse>\n'
2022-02-08 17:31:01,349 DEBUG Event needs-retry.rds.DescribeDBInstances: calling handler <botocore.retryhandler.RetryHandler object at 0x118cde7d0>
2022-02-08 17:31:01,349 DEBUG No retry needed.
2022-02-08 17:31:01,349 INFO {"Status-": "creating"}
2022-02-08 17:31:06,352 DEBUG Event before-parameter-build.rds.DescribeDBInstances: calling handler <function generate_idempotent_uuid at 0x10e0637f0>
2022-02-08 17:31:06,353 DEBUG Event before-call.rds.DescribeDBInstances: calling handler <function inject_api_version_header_if_needed at 0x10e095090>
2022-02-08 17:31:06,353 DEBUG Making request for OperationModel(name=DescribeDBInstances) with params: {'url_path': '/', 'query_string': '', 'method': 'POST', 'headers': {'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': 'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46'}, 'body': {'Action': 'DescribeDBInstances', 'Version': '2014-10-31', 'DBInstanceIdentifier': 'KhTest'}, 'url': 'https://rds.ap-south-1.amazonaws.com/', 'context': {'client_region': 'ap-south-1', 'client_config': <botocore.config.Config object at 0x118cdded0>, 'has_streaming_input': False, 'auth_type': None}}
2022-02-08 17:31:06,353 DEBUG Event request-created.rds.DescribeDBInstances: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x118cdde40>>
2022-02-08 17:31:06,353 DEBUG Event choose-signer.rds.DescribeDBInstances: calling handler <function set_operation_specific_signer at 0x10e0636d0>
2022-02-08 17:31:06,354 DEBUG Calculating signature using v4 auth.
2022-02-08 17:31:06,354 DEBUG CanonicalRequest:
POST
/
content-type:application/x-www-form-urlencoded; charset=utf-8
host:rds.ap-south-1.amazonaws.com
x-amz-date:20220208T120106Z
content-type;host;x-amz-date
2b3b8b966d87481c286215c38f9f2f4529da4f4507574b8f4aab9427c6154842
2022-02-08 17:31:06,354 DEBUG StringToSign:
AWS4-HMAC-SHA256
20220208T120106Z
20220208/ap-south-1/rds/aws4_request
eaa2c0b98404dcd94d0fdb096c4d19c9214d99e1420bee5baed9b6a33b222b88
2022-02-08 17:31:06,354 DEBUG Signature:
7706f387383fccec9a8c9180396276864f171e62203107823a9fccc52eb255f7
2022-02-08 17:31:06,354 DEBUG Sending http request: <AWSPreparedRequest stream_output=False, method=POST, url=https://rds.ap-south-1.amazonaws.com/, headers={'Content-Type': b'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': b'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46', 'X-Amz-Date': b'20220208T120106Z', 'Authorization': b'AWS4-HMAC-SHA256 Credential=AKIAVJ2ENV5GFATKFHH7/20220208/ap-south-1/rds/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=7706f387383fccec9a8c9180396276864f171e62203107823a9fccc52eb255f7', 'Content-Length': '73'}>
2022-02-08 17:31:06,355 DEBUG Certificate path: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/certifi/cacert.pem
2022-02-08 17:31:06,434 DEBUG https://rds.ap-south-1.amazonaws.com:443 "POST / HTTP/1.1" 200 4598
2022-02-08 17:31:06,434 DEBUG Response headers: {'x-amzn-RequestId': '9e287a14-7585-482a-b01e-411b0d72fdf0', 'Content-Type': 'text/xml', 'Content-Length': '4598', 'Date': 'Tue, 08 Feb 2022 12:01:05 GMT'}
2022-02-08 17:31:06,434 DEBUG Response body:
b'<DescribeDBInstancesResponse xmlns="http://rds.amazonaws.com/doc/2014-10-31/">\n <DescribeDBInstancesResult>\n <DBInstances>\n <DBInstance>\n <AllocatedStorage>20</AllocatedStorage>\n <AssociatedRoles/>\n <DBParameterGroups>\n <DBParameterGroup>\n <DBParameterGroupName>default.postgres9.6</DBParameterGroupName>\n <ParameterApplyStatus>in-sync</ParameterApplyStatus>\n </DBParameterGroup>\n </DBParameterGroups>\n <AvailabilityZone>ap-south-1b</AvailabilityZone>\n <DBSecurityGroups/>\n <EngineVersion>9.6.1</EngineVersion>\n <MasterUsername>khushboo</MasterUsername>\n <DBInstanceClass>db.m4.10xlarge</DBInstanceClass>\n <StorageThroughput>0</StorageThroughput>\n <HttpEndpointEnabled>false</HttpEndpointEnabled>\n <ReadReplicaDBInstanceIdentifiers/>\n <CustomerOwnedIpEnabled>false</CustomerOwnedIpEnabled>\n <MonitoringInterval>0</MonitoringInterval>\n <DBInstanceStatus>creating</DBInstanceStatus>\n <BackupRetentionPeriod>1</BackupRetentionPeriod>\n <KmsKeyId>arn:aws:kms:ap-south-1:364678852428:key/231709c2-7c94-49a5-af19-07199168dd1d</KmsKeyId>\n <OptionGroupMemberships>\n <OptionGroupMembership>\n <OptionGroupName>default:postgres-9-6</OptionGroupName>\n <Status>in-sync</Status>\n </OptionGroupMembership>\n </OptionGroupMemberships>\n <BackupTarget>region</BackupTarget>\n <CACertificateIdentifier>rds-ca-2019</CACertificateIdentifier>\n <DbInstancePort>0</DbInstancePort>\n <DbiResourceId>db-BUJY6KHDQ36N6SUXI65GC452EQ</DbiResourceId>\n <PreferredBackupWindow>23:22-23:52</PreferredBackupWindow>\n <DeletionProtection>false</DeletionProtection>\n <DBInstanceIdentifier>khtest</DBInstanceIdentifier>\n <DBInstanceArn>arn:aws:rds:ap-south-1:364678852428:db:khtest</DBInstanceArn>\n <Engine>postgres</Engine>\n <PubliclyAccessible>true</PubliclyAccessible>\n <IAMDatabaseAuthenticationEnabled>false</IAMDatabaseAuthenticationEnabled>\n <NetworkType>IPV4</NetworkType>\n <ActivityStreamStatus>stopped</ActivityStreamStatus>\n <PerformanceInsightsEnabled>false</PerformanceInsightsEnabled>\n <DBName>postgres</DBName>\n <MultiAZ>false</MultiAZ>\n <DomainMemberships/>\n <StorageEncrypted>true</StorageEncrypted>\n <DBSubnetGroup>\n <VpcId>vpc-07c09e8c7e59e4272</VpcId>\n <Subnets>\n <Subnet>\n <SubnetIdentifier>subnet-084ecee0253c0de08</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1a</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-005c6e858233ebcc8</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1b</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-0fe8dbbdb819ac8c9</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1c</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n </Subnets>\n <SubnetGroupStatus>Complete</SubnetGroupStatus>\n <DBSubnetGroupDescription>default</DBSubnetGroupDescription>\n <DBSubnetGroupName>default</DBSubnetGroupName>\n </DBSubnetGroup>\n <VpcSecurityGroups>\n <VpcSecurityGroupMembership>\n <VpcSecurityGroupId>sg-05c680adc3fc69fa5</VpcSecurityGroupId>\n <Status>active</Status>\n </VpcSecurityGroupMembership>\n </VpcSecurityGroups>\n <TagList/>\n <LicenseModel>postgresql-license</LicenseModel>\n <PendingModifiedValues>\n <MasterUserPassword>****</MasterUserPassword>\n </PendingModifiedValues>\n <PreferredMaintenanceWindow>thu:06:13-thu:06:43</PreferredMaintenanceWindow>\n <StorageType>gp2</StorageType>\n <AutoMinorVersionUpgrade>true</AutoMinorVersionUpgrade>\n <CopyTagsToSnapshot>false</CopyTagsToSnapshot>\n </DBInstance>\n </DBInstances>\n </DescribeDBInstancesResult>\n <ResponseMetadata>\n <RequestId>9e287a14-7585-482a-b01e-411b0d72fdf0</RequestId>\n </ResponseMetadata>\n</DescribeDBInstancesResponse>\n'
2022-02-08 17:31:06,435 DEBUG Event needs-retry.rds.DescribeDBInstances: calling handler <botocore.retryhandler.RetryHandler object at 0x118cde7d0>
2022-02-08 17:31:06,436 DEBUG No retry needed.
2022-02-08 17:31:06,436 INFO {"Status-": "creating"}
2022-02-08 17:31:11,437 DEBUG Event before-parameter-build.rds.DescribeDBInstances: calling handler <function generate_idempotent_uuid at 0x10e0637f0>
2022-02-08 17:31:11,437 DEBUG Event before-call.rds.DescribeDBInstances: calling handler <function inject_api_version_header_if_needed at 0x10e095090>
2022-02-08 17:31:11,437 DEBUG Making request for OperationModel(name=DescribeDBInstances) with params: {'url_path': '/', 'query_string': '', 'method': 'POST', 'headers': {'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': 'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46'}, 'body': {'Action': 'DescribeDBInstances', 'Version': '2014-10-31', 'DBInstanceIdentifier': 'KhTest'}, 'url': 'https://rds.ap-south-1.amazonaws.com/', 'context': {'client_region': 'ap-south-1', 'client_config': <botocore.config.Config object at 0x118cdded0>, 'has_streaming_input': False, 'auth_type': None}}
2022-02-08 17:31:11,437 DEBUG Event request-created.rds.DescribeDBInstances: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x118cdde40>>
2022-02-08 17:31:11,437 DEBUG Event choose-signer.rds.DescribeDBInstances: calling handler <function set_operation_specific_signer at 0x10e0636d0>
2022-02-08 17:31:11,437 DEBUG Calculating signature using v4 auth.
2022-02-08 17:31:11,437 DEBUG CanonicalRequest:
POST
/
content-type:application/x-www-form-urlencoded; charset=utf-8
host:rds.ap-south-1.amazonaws.com
x-amz-date:20220208T120111Z
content-type;host;x-amz-date
2b3b8b966d87481c286215c38f9f2f4529da4f4507574b8f4aab9427c6154842
2022-02-08 17:31:11,438 DEBUG StringToSign:
AWS4-HMAC-SHA256
20220208T120111Z
20220208/ap-south-1/rds/aws4_request
99e7a73350b5876a83a926741f056eafddaaf5069cc591037cb2c3f23754dd41
2022-02-08 17:31:11,438 DEBUG Signature:
e320a9778320b8ab65a10355e8c6f5577c64497b6d015bf9b5104face415b8f5
2022-02-08 17:31:11,438 DEBUG Sending http request: <AWSPreparedRequest stream_output=False, method=POST, url=https://rds.ap-south-1.amazonaws.com/, headers={'Content-Type': b'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': b'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46', 'X-Amz-Date': b'20220208T120111Z', 'Authorization': b'AWS4-HMAC-SHA256 Credential=AKIAVJ2ENV5GFATKFHH7/20220208/ap-south-1/rds/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=e320a9778320b8ab65a10355e8c6f5577c64497b6d015bf9b5104face415b8f5', 'Content-Length': '73'}>
2022-02-08 17:31:11,438 DEBUG Certificate path: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/certifi/cacert.pem
2022-02-08 17:31:11,523 DEBUG https://rds.ap-south-1.amazonaws.com:443 "POST / HTTP/1.1" 200 4598
2022-02-08 17:31:11,523 DEBUG Response headers: {'x-amzn-RequestId': '4a8c2ada-57b1-4c6a-834e-68fd9d462215', 'Content-Type': 'text/xml', 'Content-Length': '4598', 'Date': 'Tue, 08 Feb 2022 12:01:10 GMT'}
2022-02-08 17:31:11,523 DEBUG Response body:
b'<DescribeDBInstancesResponse xmlns="http://rds.amazonaws.com/doc/2014-10-31/">\n <DescribeDBInstancesResult>\n <DBInstances>\n <DBInstance>\n <AllocatedStorage>20</AllocatedStorage>\n <AssociatedRoles/>\n <DBParameterGroups>\n <DBParameterGroup>\n <DBParameterGroupName>default.postgres9.6</DBParameterGroupName>\n <ParameterApplyStatus>in-sync</ParameterApplyStatus>\n </DBParameterGroup>\n </DBParameterGroups>\n <AvailabilityZone>ap-south-1b</AvailabilityZone>\n <DBSecurityGroups/>\n <EngineVersion>9.6.1</EngineVersion>\n <MasterUsername>khushboo</MasterUsername>\n <DBInstanceClass>db.m4.10xlarge</DBInstanceClass>\n <StorageThroughput>0</StorageThroughput>\n <HttpEndpointEnabled>false</HttpEndpointEnabled>\n <ReadReplicaDBInstanceIdentifiers/>\n <CustomerOwnedIpEnabled>false</CustomerOwnedIpEnabled>\n <MonitoringInterval>0</MonitoringInterval>\n <DBInstanceStatus>creating</DBInstanceStatus>\n <BackupRetentionPeriod>1</BackupRetentionPeriod>\n <KmsKeyId>arn:aws:kms:ap-south-1:364678852428:key/231709c2-7c94-49a5-af19-07199168dd1d</KmsKeyId>\n <OptionGroupMemberships>\n <OptionGroupMembership>\n <OptionGroupName>default:postgres-9-6</OptionGroupName>\n <Status>in-sync</Status>\n </OptionGroupMembership>\n </OptionGroupMemberships>\n <BackupTarget>region</BackupTarget>\n <CACertificateIdentifier>rds-ca-2019</CACertificateIdentifier>\n <DbInstancePort>0</DbInstancePort>\n <DbiResourceId>db-BUJY6KHDQ36N6SUXI65GC452EQ</DbiResourceId>\n <PreferredBackupWindow>23:22-23:52</PreferredBackupWindow>\n <DeletionProtection>false</DeletionProtection>\n <DBInstanceIdentifier>khtest</DBInstanceIdentifier>\n <DBInstanceArn>arn:aws:rds:ap-south-1:364678852428:db:khtest</DBInstanceArn>\n <Engine>postgres</Engine>\n <PubliclyAccessible>true</PubliclyAccessible>\n <IAMDatabaseAuthenticationEnabled>false</IAMDatabaseAuthenticationEnabled>\n <NetworkType>IPV4</NetworkType>\n <ActivityStreamStatus>stopped</ActivityStreamStatus>\n <PerformanceInsightsEnabled>false</PerformanceInsightsEnabled>\n <DBName>postgres</DBName>\n <MultiAZ>false</MultiAZ>\n <DomainMemberships/>\n <StorageEncrypted>true</StorageEncrypted>\n <DBSubnetGroup>\n <VpcId>vpc-07c09e8c7e59e4272</VpcId>\n <Subnets>\n <Subnet>\n <SubnetIdentifier>subnet-084ecee0253c0de08</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1a</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-005c6e858233ebcc8</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1b</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-0fe8dbbdb819ac8c9</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1c</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n </Subnets>\n <SubnetGroupStatus>Complete</SubnetGroupStatus>\n <DBSubnetGroupDescription>default</DBSubnetGroupDescription>\n <DBSubnetGroupName>default</DBSubnetGroupName>\n </DBSubnetGroup>\n <VpcSecurityGroups>\n <VpcSecurityGroupMembership>\n <VpcSecurityGroupId>sg-05c680adc3fc69fa5</VpcSecurityGroupId>\n <Status>active</Status>\n </VpcSecurityGroupMembership>\n </VpcSecurityGroups>\n <TagList/>\n <LicenseModel>postgresql-license</LicenseModel>\n <PendingModifiedValues>\n <MasterUserPassword>****</MasterUserPassword>\n </PendingModifiedValues>\n <PreferredMaintenanceWindow>thu:06:13-thu:06:43</PreferredMaintenanceWindow>\n <StorageType>gp2</StorageType>\n <AutoMinorVersionUpgrade>true</AutoMinorVersionUpgrade>\n <CopyTagsToSnapshot>false</CopyTagsToSnapshot>\n </DBInstance>\n </DBInstances>\n </DescribeDBInstancesResult>\n <ResponseMetadata>\n <RequestId>4a8c2ada-57b1-4c6a-834e-68fd9d462215</RequestId>\n </ResponseMetadata>\n</DescribeDBInstancesResponse>\n'
2022-02-08 17:31:11,524 DEBUG Event needs-retry.rds.DescribeDBInstances: calling handler <botocore.retryhandler.RetryHandler object at 0x118cde7d0>
2022-02-08 17:31:11,524 DEBUG No retry needed.
2022-02-08 17:31:11,524 INFO {"Status-": "creating"}
2022-02-08 17:31:16,527 DEBUG Event before-parameter-build.rds.DescribeDBInstances: calling handler <function generate_idempotent_uuid at 0x10e0637f0>
2022-02-08 17:31:16,527 DEBUG Event before-call.rds.DescribeDBInstances: calling handler <function inject_api_version_header_if_needed at 0x10e095090>
2022-02-08 17:31:16,527 DEBUG Making request for OperationModel(name=DescribeDBInstances) with params: {'url_path': '/', 'query_string': '', 'method': 'POST', 'headers': {'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': 'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46'}, 'body': {'Action': 'DescribeDBInstances', 'Version': '2014-10-31', 'DBInstanceIdentifier': 'KhTest'}, 'url': 'https://rds.ap-south-1.amazonaws.com/', 'context': {'client_region': 'ap-south-1', 'client_config': <botocore.config.Config object at 0x118cdded0>, 'has_streaming_input': False, 'auth_type': None}}
2022-02-08 17:31:16,527 DEBUG Event request-created.rds.DescribeDBInstances: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x118cdde40>>
2022-02-08 17:31:16,528 DEBUG Event choose-signer.rds.DescribeDBInstances: calling handler <function set_operation_specific_signer at 0x10e0636d0>
2022-02-08 17:31:16,528 DEBUG Calculating signature using v4 auth.
2022-02-08 17:31:16,528 DEBUG CanonicalRequest:
POST
/
content-type:application/x-www-form-urlencoded; charset=utf-8
host:rds.ap-south-1.amazonaws.com
x-amz-date:20220208T120116Z
content-type;host;x-amz-date
2b3b8b966d87481c286215c38f9f2f4529da4f4507574b8f4aab9427c6154842
2022-02-08 17:31:16,528 DEBUG StringToSign:
AWS4-HMAC-SHA256
20220208T120116Z
20220208/ap-south-1/rds/aws4_request
883251b10e05a2130872aaff6fb363fc2a8797ecd52a3c3998d14769941a45f6
2022-02-08 17:31:16,528 DEBUG Signature:
0567e1eedf8ccf1e46ecde8ca28c72ebd4a8bbfc702f4e882f303e1e1f99d70b
2022-02-08 17:31:16,529 DEBUG Sending http request: <AWSPreparedRequest stream_output=False, method=POST, url=https://rds.ap-south-1.amazonaws.com/, headers={'Content-Type': b'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': b'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46', 'X-Amz-Date': b'20220208T120116Z', 'Authorization': b'AWS4-HMAC-SHA256 Credential=AKIAVJ2ENV5GFATKFHH7/20220208/ap-south-1/rds/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=0567e1eedf8ccf1e46ecde8ca28c72ebd4a8bbfc702f4e882f303e1e1f99d70b', 'Content-Length': '73'}>
2022-02-08 17:31:16,529 DEBUG Certificate path: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/certifi/cacert.pem
2022-02-08 17:31:16,605 DEBUG https://rds.ap-south-1.amazonaws.com:443 "POST / HTTP/1.1" 200 4598
2022-02-08 17:31:16,605 DEBUG Response headers: {'x-amzn-RequestId': '83396a88-3c6f-420a-97ad-e6fb95221af8', 'Content-Type': 'text/xml', 'Content-Length': '4598', 'Date': 'Tue, 08 Feb 2022 12:01:15 GMT'}
2022-02-08 17:31:16,606 DEBUG Response body:
b'<DescribeDBInstancesResponse xmlns="http://rds.amazonaws.com/doc/2014-10-31/">\n <DescribeDBInstancesResult>\n <DBInstances>\n <DBInstance>\n <AllocatedStorage>20</AllocatedStorage>\n <AssociatedRoles/>\n <DBParameterGroups>\n <DBParameterGroup>\n <DBParameterGroupName>default.postgres9.6</DBParameterGroupName>\n <ParameterApplyStatus>in-sync</ParameterApplyStatus>\n </DBParameterGroup>\n </DBParameterGroups>\n <AvailabilityZone>ap-south-1b</AvailabilityZone>\n <DBSecurityGroups/>\n <EngineVersion>9.6.1</EngineVersion>\n <MasterUsername>khushboo</MasterUsername>\n <DBInstanceClass>db.m4.10xlarge</DBInstanceClass>\n <StorageThroughput>0</StorageThroughput>\n <HttpEndpointEnabled>false</HttpEndpointEnabled>\n <ReadReplicaDBInstanceIdentifiers/>\n <CustomerOwnedIpEnabled>false</CustomerOwnedIpEnabled>\n <MonitoringInterval>0</MonitoringInterval>\n <DBInstanceStatus>creating</DBInstanceStatus>\n <BackupRetentionPeriod>1</BackupRetentionPeriod>\n <KmsKeyId>arn:aws:kms:ap-south-1:364678852428:key/231709c2-7c94-49a5-af19-07199168dd1d</KmsKeyId>\n <OptionGroupMemberships>\n <OptionGroupMembership>\n <OptionGroupName>default:postgres-9-6</OptionGroupName>\n <Status>in-sync</Status>\n </OptionGroupMembership>\n </OptionGroupMemberships>\n <BackupTarget>region</BackupTarget>\n <CACertificateIdentifier>rds-ca-2019</CACertificateIdentifier>\n <DbInstancePort>0</DbInstancePort>\n <DbiResourceId>db-BUJY6KHDQ36N6SUXI65GC452EQ</DbiResourceId>\n <PreferredBackupWindow>23:22-23:52</PreferredBackupWindow>\n <DeletionProtection>false</DeletionProtection>\n <DBInstanceIdentifier>khtest</DBInstanceIdentifier>\n <DBInstanceArn>arn:aws:rds:ap-south-1:364678852428:db:khtest</DBInstanceArn>\n <Engine>postgres</Engine>\n <PubliclyAccessible>true</PubliclyAccessible>\n <IAMDatabaseAuthenticationEnabled>false</IAMDatabaseAuthenticationEnabled>\n <NetworkType>IPV4</NetworkType>\n <ActivityStreamStatus>stopped</ActivityStreamStatus>\n <PerformanceInsightsEnabled>false</PerformanceInsightsEnabled>\n <DBName>postgres</DBName>\n <MultiAZ>false</MultiAZ>\n <DomainMemberships/>\n <StorageEncrypted>true</StorageEncrypted>\n <DBSubnetGroup>\n <VpcId>vpc-07c09e8c7e59e4272</VpcId>\n <Subnets>\n <Subnet>\n <SubnetIdentifier>subnet-084ecee0253c0de08</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1a</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-005c6e858233ebcc8</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1b</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-0fe8dbbdb819ac8c9</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1c</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n </Subnets>\n <SubnetGroupStatus>Complete</SubnetGroupStatus>\n <DBSubnetGroupDescription>default</DBSubnetGroupDescription>\n <DBSubnetGroupName>default</DBSubnetGroupName>\n </DBSubnetGroup>\n <VpcSecurityGroups>\n <VpcSecurityGroupMembership>\n <VpcSecurityGroupId>sg-05c680adc3fc69fa5</VpcSecurityGroupId>\n <Status>active</Status>\n </VpcSecurityGroupMembership>\n </VpcSecurityGroups>\n <TagList/>\n <LicenseModel>postgresql-license</LicenseModel>\n <PendingModifiedValues>\n <MasterUserPassword>****</MasterUserPassword>\n </PendingModifiedValues>\n <PreferredMaintenanceWindow>thu:06:13-thu:06:43</PreferredMaintenanceWindow>\n <StorageType>gp2</StorageType>\n <AutoMinorVersionUpgrade>true</AutoMinorVersionUpgrade>\n <CopyTagsToSnapshot>false</CopyTagsToSnapshot>\n </DBInstance>\n </DBInstances>\n </DescribeDBInstancesResult>\n <ResponseMetadata>\n <RequestId>83396a88-3c6f-420a-97ad-e6fb95221af8</RequestId>\n </ResponseMetadata>\n</DescribeDBInstancesResponse>\n'
2022-02-08 17:31:16,606 DEBUG Event needs-retry.rds.DescribeDBInstances: calling handler <botocore.retryhandler.RetryHandler object at 0x118cde7d0>
2022-02-08 17:31:16,607 DEBUG No retry needed.
2022-02-08 17:31:16,607 INFO {"Status-": "creating"}
2022-02-08 17:31:21,610 DEBUG Event before-parameter-build.rds.DescribeDBInstances: calling handler <function generate_idempotent_uuid at 0x10e0637f0>
2022-02-08 17:31:21,611 DEBUG Event before-call.rds.DescribeDBInstances: calling handler <function inject_api_version_header_if_needed at 0x10e095090>
2022-02-08 17:31:21,611 DEBUG Making request for OperationModel(name=DescribeDBInstances) with params: {'url_path': '/', 'query_string': '', 'method': 'POST', 'headers': {'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': 'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46'}, 'body': {'Action': 'DescribeDBInstances', 'Version': '2014-10-31', 'DBInstanceIdentifier': 'KhTest'}, 'url': 'https://rds.ap-south-1.amazonaws.com/', 'context': {'client_region': 'ap-south-1', 'client_config': <botocore.config.Config object at 0x118cdded0>, 'has_streaming_input': False, 'auth_type': None}}
2022-02-08 17:31:21,611 DEBUG Event request-created.rds.DescribeDBInstances: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x118cdde40>>
2022-02-08 17:31:21,611 DEBUG Event choose-signer.rds.DescribeDBInstances: calling handler <function set_operation_specific_signer at 0x10e0636d0>
2022-02-08 17:31:21,611 DEBUG Calculating signature using v4 auth.
2022-02-08 17:31:21,612 DEBUG CanonicalRequest:
POST
/
content-type:application/x-www-form-urlencoded; charset=utf-8
host:rds.ap-south-1.amazonaws.com
x-amz-date:20220208T120121Z
content-type;host;x-amz-date
2b3b8b966d87481c286215c38f9f2f4529da4f4507574b8f4aab9427c6154842
2022-02-08 17:31:21,612 DEBUG StringToSign:
AWS4-HMAC-SHA256
20220208T120121Z
20220208/ap-south-1/rds/aws4_request
02a0dcfd669636e5821dc284a064262851fb5c17b0ace509ea96f66418099c14
2022-02-08 17:31:21,612 DEBUG Signature:
bfc4cae17032dad4d27b52fbb66cdfa2de76135f821ebf6337a65d9d3b214b11
2022-02-08 17:31:21,612 DEBUG Sending http request: <AWSPreparedRequest stream_output=False, method=POST, url=https://rds.ap-south-1.amazonaws.com/, headers={'Content-Type': b'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': b'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46', 'X-Amz-Date': b'20220208T120121Z', 'Authorization': b'AWS4-HMAC-SHA256 Credential=AKIAVJ2ENV5GFATKFHH7/20220208/ap-south-1/rds/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=bfc4cae17032dad4d27b52fbb66cdfa2de76135f821ebf6337a65d9d3b214b11', 'Content-Length': '73'}>
2022-02-08 17:31:21,612 DEBUG Certificate path: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/certifi/cacert.pem
2022-02-08 17:31:21,699 DEBUG https://rds.ap-south-1.amazonaws.com:443 "POST / HTTP/1.1" 200 4598
2022-02-08 17:31:21,700 DEBUG Response headers: {'x-amzn-RequestId': 'e1d3320a-ec59-43b7-ae7b-efba3bda4dde', 'Content-Type': 'text/xml', 'Content-Length': '4598', 'Date': 'Tue, 08 Feb 2022 12:01:21 GMT'}
2022-02-08 17:31:21,700 DEBUG Response body:
b'<DescribeDBInstancesResponse xmlns="http://rds.amazonaws.com/doc/2014-10-31/">\n <DescribeDBInstancesResult>\n <DBInstances>\n <DBInstance>\n <AllocatedStorage>20</AllocatedStorage>\n <AssociatedRoles/>\n <DBParameterGroups>\n <DBParameterGroup>\n <DBParameterGroupName>default.postgres9.6</DBParameterGroupName>\n <ParameterApplyStatus>in-sync</ParameterApplyStatus>\n </DBParameterGroup>\n </DBParameterGroups>\n <AvailabilityZone>ap-south-1b</AvailabilityZone>\n <DBSecurityGroups/>\n <EngineVersion>9.6.1</EngineVersion>\n <MasterUsername>khushboo</MasterUsername>\n <DBInstanceClass>db.m4.10xlarge</DBInstanceClass>\n <StorageThroughput>0</StorageThroughput>\n <HttpEndpointEnabled>false</HttpEndpointEnabled>\n <ReadReplicaDBInstanceIdentifiers/>\n <CustomerOwnedIpEnabled>false</CustomerOwnedIpEnabled>\n <MonitoringInterval>0</MonitoringInterval>\n <DBInstanceStatus>creating</DBInstanceStatus>\n <BackupRetentionPeriod>1</BackupRetentionPeriod>\n <KmsKeyId>arn:aws:kms:ap-south-1:364678852428:key/231709c2-7c94-49a5-af19-07199168dd1d</KmsKeyId>\n <OptionGroupMemberships>\n <OptionGroupMembership>\n <OptionGroupName>default:postgres-9-6</OptionGroupName>\n <Status>in-sync</Status>\n </OptionGroupMembership>\n </OptionGroupMemberships>\n <BackupTarget>region</BackupTarget>\n <CACertificateIdentifier>rds-ca-2019</CACertificateIdentifier>\n <DbInstancePort>0</DbInstancePort>\n <DbiResourceId>db-BUJY6KHDQ36N6SUXI65GC452EQ</DbiResourceId>\n <PreferredBackupWindow>23:22-23:52</PreferredBackupWindow>\n <DeletionProtection>false</DeletionProtection>\n <DBInstanceIdentifier>khtest</DBInstanceIdentifier>\n <DBInstanceArn>arn:aws:rds:ap-south-1:364678852428:db:khtest</DBInstanceArn>\n <Engine>postgres</Engine>\n <PubliclyAccessible>true</PubliclyAccessible>\n <IAMDatabaseAuthenticationEnabled>false</IAMDatabaseAuthenticationEnabled>\n <NetworkType>IPV4</NetworkType>\n <ActivityStreamStatus>stopped</ActivityStreamStatus>\n <PerformanceInsightsEnabled>false</PerformanceInsightsEnabled>\n <DBName>postgres</DBName>\n <MultiAZ>false</MultiAZ>\n <DomainMemberships/>\n <StorageEncrypted>true</StorageEncrypted>\n <DBSubnetGroup>\n <VpcId>vpc-07c09e8c7e59e4272</VpcId>\n <Subnets>\n <Subnet>\n <SubnetIdentifier>subnet-084ecee0253c0de08</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1a</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-005c6e858233ebcc8</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1b</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-0fe8dbbdb819ac8c9</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1c</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n </Subnets>\n <SubnetGroupStatus>Complete</SubnetGroupStatus>\n <DBSubnetGroupDescription>default</DBSubnetGroupDescription>\n <DBSubnetGroupName>default</DBSubnetGroupName>\n </DBSubnetGroup>\n <VpcSecurityGroups>\n <VpcSecurityGroupMembership>\n <VpcSecurityGroupId>sg-05c680adc3fc69fa5</VpcSecurityGroupId>\n <Status>active</Status>\n </VpcSecurityGroupMembership>\n </VpcSecurityGroups>\n <TagList/>\n <LicenseModel>postgresql-license</LicenseModel>\n <PendingModifiedValues>\n <MasterUserPassword>****</MasterUserPassword>\n </PendingModifiedValues>\n <PreferredMaintenanceWindow>thu:06:13-thu:06:43</PreferredMaintenanceWindow>\n <StorageType>gp2</StorageType>\n <AutoMinorVersionUpgrade>true</AutoMinorVersionUpgrade>\n <CopyTagsToSnapshot>false</CopyTagsToSnapshot>\n </DBInstance>\n </DBInstances>\n </DescribeDBInstancesResult>\n <ResponseMetadata>\n <RequestId>e1d3320a-ec59-43b7-ae7b-efba3bda4dde</RequestId>\n </ResponseMetadata>\n</DescribeDBInstancesResponse>\n'
2022-02-08 17:31:21,701 DEBUG Event needs-retry.rds.DescribeDBInstances: calling handler <botocore.retryhandler.RetryHandler object at 0x118cde7d0>
2022-02-08 17:31:21,701 DEBUG No retry needed.
2022-02-08 17:31:21,701 INFO {"Status-": "creating"}
2022-02-08 17:31:26,702 DEBUG Event before-parameter-build.rds.DescribeDBInstances: calling handler <function generate_idempotent_uuid at 0x10e0637f0>
2022-02-08 17:31:26,702 DEBUG Event before-call.rds.DescribeDBInstances: calling handler <function inject_api_version_header_if_needed at 0x10e095090>
2022-02-08 17:31:26,702 DEBUG Making request for OperationModel(name=DescribeDBInstances) with params: {'url_path': '/', 'query_string': '', 'method': 'POST', 'headers': {'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': 'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46'}, 'body': {'Action': 'DescribeDBInstances', 'Version': '2014-10-31', 'DBInstanceIdentifier': 'KhTest'}, 'url': 'https://rds.ap-south-1.amazonaws.com/', 'context': {'client_region': 'ap-south-1', 'client_config': <botocore.config.Config object at 0x118cdded0>, 'has_streaming_input': False, 'auth_type': None}}
2022-02-08 17:31:26,703 DEBUG Event request-created.rds.DescribeDBInstances: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x118cdde40>>
2022-02-08 17:31:26,703 DEBUG Event choose-signer.rds.DescribeDBInstances: calling handler <function set_operation_specific_signer at 0x10e0636d0>
2022-02-08 17:31:26,703 DEBUG Calculating signature using v4 auth.
2022-02-08 17:31:26,703 DEBUG CanonicalRequest:
POST
/
content-type:application/x-www-form-urlencoded; charset=utf-8
host:rds.ap-south-1.amazonaws.com
x-amz-date:20220208T120126Z
content-type;host;x-amz-date
2b3b8b966d87481c286215c38f9f2f4529da4f4507574b8f4aab9427c6154842
2022-02-08 17:31:26,703 DEBUG StringToSign:
AWS4-HMAC-SHA256
20220208T120126Z
20220208/ap-south-1/rds/aws4_request
bd3e984d9fa583b1653687159583ce77426dc3b0e9110ec353b16689d37ab4ea
2022-02-08 17:31:26,704 DEBUG Signature:
1f37ee61408eb64f3786f23d0d1c694e59dd0eb74e04a7059cc9ece57297b083
2022-02-08 17:31:26,704 DEBUG Sending http request: <AWSPreparedRequest stream_output=False, method=POST, url=https://rds.ap-south-1.amazonaws.com/, headers={'Content-Type': b'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': b'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46', 'X-Amz-Date': b'20220208T120126Z', 'Authorization': b'AWS4-HMAC-SHA256 Credential=AKIAVJ2ENV5GFATKFHH7/20220208/ap-south-1/rds/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=1f37ee61408eb64f3786f23d0d1c694e59dd0eb74e04a7059cc9ece57297b083', 'Content-Length': '73'}>
2022-02-08 17:31:26,704 DEBUG Certificate path: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/certifi/cacert.pem
2022-02-08 17:31:26,781 DEBUG https://rds.ap-south-1.amazonaws.com:443 "POST / HTTP/1.1" 200 4598
2022-02-08 17:31:26,781 DEBUG Response headers: {'x-amzn-RequestId': '556d65ba-118a-4aa3-98e6-072828b483ba', 'Content-Type': 'text/xml', 'Content-Length': '4598', 'Date': 'Tue, 08 Feb 2022 12:01:26 GMT'}
2022-02-08 17:31:26,781 DEBUG Response body:
b'<DescribeDBInstancesResponse xmlns="http://rds.amazonaws.com/doc/2014-10-31/">\n <DescribeDBInstancesResult>\n <DBInstances>\n <DBInstance>\n <AllocatedStorage>20</AllocatedStorage>\n <AssociatedRoles/>\n <DBParameterGroups>\n <DBParameterGroup>\n <DBParameterGroupName>default.postgres9.6</DBParameterGroupName>\n <ParameterApplyStatus>in-sync</ParameterApplyStatus>\n </DBParameterGroup>\n </DBParameterGroups>\n <AvailabilityZone>ap-south-1b</AvailabilityZone>\n <DBSecurityGroups/>\n <EngineVersion>9.6.1</EngineVersion>\n <MasterUsername>khushboo</MasterUsername>\n <DBInstanceClass>db.m4.10xlarge</DBInstanceClass>\n <StorageThroughput>0</StorageThroughput>\n <HttpEndpointEnabled>false</HttpEndpointEnabled>\n <ReadReplicaDBInstanceIdentifiers/>\n <CustomerOwnedIpEnabled>false</CustomerOwnedIpEnabled>\n <MonitoringInterval>0</MonitoringInterval>\n <DBInstanceStatus>creating</DBInstanceStatus>\n <BackupRetentionPeriod>1</BackupRetentionPeriod>\n <KmsKeyId>arn:aws:kms:ap-south-1:364678852428:key/231709c2-7c94-49a5-af19-07199168dd1d</KmsKeyId>\n <OptionGroupMemberships>\n <OptionGroupMembership>\n <OptionGroupName>default:postgres-9-6</OptionGroupName>\n <Status>in-sync</Status>\n </OptionGroupMembership>\n </OptionGroupMemberships>\n <BackupTarget>region</BackupTarget>\n <CACertificateIdentifier>rds-ca-2019</CACertificateIdentifier>\n <DbInstancePort>0</DbInstancePort>\n <DbiResourceId>db-BUJY6KHDQ36N6SUXI65GC452EQ</DbiResourceId>\n <PreferredBackupWindow>23:22-23:52</PreferredBackupWindow>\n <DeletionProtection>false</DeletionProtection>\n <DBInstanceIdentifier>khtest</DBInstanceIdentifier>\n <DBInstanceArn>arn:aws:rds:ap-south-1:364678852428:db:khtest</DBInstanceArn>\n <Engine>postgres</Engine>\n <PubliclyAccessible>true</PubliclyAccessible>\n <IAMDatabaseAuthenticationEnabled>false</IAMDatabaseAuthenticationEnabled>\n <NetworkType>IPV4</NetworkType>\n <ActivityStreamStatus>stopped</ActivityStreamStatus>\n <PerformanceInsightsEnabled>false</PerformanceInsightsEnabled>\n <DBName>postgres</DBName>\n <MultiAZ>false</MultiAZ>\n <DomainMemberships/>\n <StorageEncrypted>true</StorageEncrypted>\n <DBSubnetGroup>\n <VpcId>vpc-07c09e8c7e59e4272</VpcId>\n <Subnets>\n <Subnet>\n <SubnetIdentifier>subnet-084ecee0253c0de08</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1a</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-005c6e858233ebcc8</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1b</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-0fe8dbbdb819ac8c9</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1c</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n </Subnets>\n <SubnetGroupStatus>Complete</SubnetGroupStatus>\n <DBSubnetGroupDescription>default</DBSubnetGroupDescription>\n <DBSubnetGroupName>default</DBSubnetGroupName>\n </DBSubnetGroup>\n <VpcSecurityGroups>\n <VpcSecurityGroupMembership>\n <VpcSecurityGroupId>sg-05c680adc3fc69fa5</VpcSecurityGroupId>\n <Status>active</Status>\n </VpcSecurityGroupMembership>\n </VpcSecurityGroups>\n <TagList/>\n <LicenseModel>postgresql-license</LicenseModel>\n <PendingModifiedValues>\n <MasterUserPassword>****</MasterUserPassword>\n </PendingModifiedValues>\n <PreferredMaintenanceWindow>thu:06:13-thu:06:43</PreferredMaintenanceWindow>\n <StorageType>gp2</StorageType>\n <AutoMinorVersionUpgrade>true</AutoMinorVersionUpgrade>\n <CopyTagsToSnapshot>false</CopyTagsToSnapshot>\n </DBInstance>\n </DBInstances>\n </DescribeDBInstancesResult>\n <ResponseMetadata>\n <RequestId>556d65ba-118a-4aa3-98e6-072828b483ba</RequestId>\n </ResponseMetadata>\n</DescribeDBInstancesResponse>\n'
2022-02-08 17:31:26,782 DEBUG Event needs-retry.rds.DescribeDBInstances: calling handler <botocore.retryhandler.RetryHandler object at 0x118cde7d0>
2022-02-08 17:31:26,782 DEBUG No retry needed.
2022-02-08 17:31:26,782 INFO {"Status-": "creating"}
2022-02-08 17:31:31,785 DEBUG Event before-parameter-build.rds.DescribeDBInstances: calling handler <function generate_idempotent_uuid at 0x10e0637f0>
2022-02-08 17:31:31,786 DEBUG Event before-call.rds.DescribeDBInstances: calling handler <function inject_api_version_header_if_needed at 0x10e095090>
2022-02-08 17:31:31,786 DEBUG Making request for OperationModel(name=DescribeDBInstances) with params: {'url_path': '/', 'query_string': '', 'method': 'POST', 'headers': {'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': 'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46'}, 'body': {'Action': 'DescribeDBInstances', 'Version': '2014-10-31', 'DBInstanceIdentifier': 'KhTest'}, 'url': 'https://rds.ap-south-1.amazonaws.com/', 'context': {'client_region': 'ap-south-1', 'client_config': <botocore.config.Config object at 0x118cdded0>, 'has_streaming_input': False, 'auth_type': None}}
2022-02-08 17:31:31,786 DEBUG Event request-created.rds.DescribeDBInstances: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x118cdde40>>
2022-02-08 17:31:31,786 DEBUG Event choose-signer.rds.DescribeDBInstances: calling handler <function set_operation_specific_signer at 0x10e0636d0>
2022-02-08 17:31:31,787 DEBUG Calculating signature using v4 auth.
2022-02-08 17:31:31,787 DEBUG CanonicalRequest:
POST
/
content-type:application/x-www-form-urlencoded; charset=utf-8
host:rds.ap-south-1.amazonaws.com
x-amz-date:20220208T120131Z
content-type;host;x-amz-date
2b3b8b966d87481c286215c38f9f2f4529da4f4507574b8f4aab9427c6154842
2022-02-08 17:31:31,787 DEBUG StringToSign:
AWS4-HMAC-SHA256
20220208T120131Z
20220208/ap-south-1/rds/aws4_request
592682804e3e4268328e97867ca885e458c83c0b4d4450b6efaabfd76a3026f4
2022-02-08 17:31:31,787 DEBUG Signature:
a97e0ed9eb48a79374e62d4010946411b4ac94d55106438e98245095f229e6b4
2022-02-08 17:31:31,787 DEBUG Sending http request: <AWSPreparedRequest stream_output=False, method=POST, url=https://rds.ap-south-1.amazonaws.com/, headers={'Content-Type': b'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': b'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46', 'X-Amz-Date': b'20220208T120131Z', 'Authorization': b'AWS4-HMAC-SHA256 Credential=AKIAVJ2ENV5GFATKFHH7/20220208/ap-south-1/rds/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=a97e0ed9eb48a79374e62d4010946411b4ac94d55106438e98245095f229e6b4', 'Content-Length': '73'}>
2022-02-08 17:31:31,787 DEBUG Certificate path: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/certifi/cacert.pem
2022-02-08 17:31:31,854 DEBUG https://rds.ap-south-1.amazonaws.com:443 "POST / HTTP/1.1" 200 4598
2022-02-08 17:31:31,854 DEBUG Response headers: {'x-amzn-RequestId': '0b733ef2-caf8-4501-9103-0432a613e698', 'Content-Type': 'text/xml', 'Content-Length': '4598', 'Date': 'Tue, 08 Feb 2022 12:01:31 GMT'}
2022-02-08 17:31:31,854 DEBUG Response body:
b'<DescribeDBInstancesResponse xmlns="http://rds.amazonaws.com/doc/2014-10-31/">\n <DescribeDBInstancesResult>\n <DBInstances>\n <DBInstance>\n <AllocatedStorage>20</AllocatedStorage>\n <AssociatedRoles/>\n <DBParameterGroups>\n <DBParameterGroup>\n <DBParameterGroupName>default.postgres9.6</DBParameterGroupName>\n <ParameterApplyStatus>in-sync</ParameterApplyStatus>\n </DBParameterGroup>\n </DBParameterGroups>\n <AvailabilityZone>ap-south-1b</AvailabilityZone>\n <DBSecurityGroups/>\n <EngineVersion>9.6.1</EngineVersion>\n <MasterUsername>khushboo</MasterUsername>\n <DBInstanceClass>db.m4.10xlarge</DBInstanceClass>\n <StorageThroughput>0</StorageThroughput>\n <HttpEndpointEnabled>false</HttpEndpointEnabled>\n <ReadReplicaDBInstanceIdentifiers/>\n <CustomerOwnedIpEnabled>false</CustomerOwnedIpEnabled>\n <MonitoringInterval>0</MonitoringInterval>\n <DBInstanceStatus>creating</DBInstanceStatus>\n <BackupRetentionPeriod>1</BackupRetentionPeriod>\n <KmsKeyId>arn:aws:kms:ap-south-1:364678852428:key/231709c2-7c94-49a5-af19-07199168dd1d</KmsKeyId>\n <OptionGroupMemberships>\n <OptionGroupMembership>\n <OptionGroupName>default:postgres-9-6</OptionGroupName>\n <Status>in-sync</Status>\n </OptionGroupMembership>\n </OptionGroupMemberships>\n <BackupTarget>region</BackupTarget>\n <CACertificateIdentifier>rds-ca-2019</CACertificateIdentifier>\n <DbInstancePort>0</DbInstancePort>\n <DbiResourceId>db-BUJY6KHDQ36N6SUXI65GC452EQ</DbiResourceId>\n <PreferredBackupWindow>23:22-23:52</PreferredBackupWindow>\n <DeletionProtection>false</DeletionProtection>\n <DBInstanceIdentifier>khtest</DBInstanceIdentifier>\n <DBInstanceArn>arn:aws:rds:ap-south-1:364678852428:db:khtest</DBInstanceArn>\n <Engine>postgres</Engine>\n <PubliclyAccessible>true</PubliclyAccessible>\n <IAMDatabaseAuthenticationEnabled>false</IAMDatabaseAuthenticationEnabled>\n <NetworkType>IPV4</NetworkType>\n <ActivityStreamStatus>stopped</ActivityStreamStatus>\n <PerformanceInsightsEnabled>false</PerformanceInsightsEnabled>\n <DBName>postgres</DBName>\n <MultiAZ>false</MultiAZ>\n <DomainMemberships/>\n <StorageEncrypted>true</StorageEncrypted>\n <DBSubnetGroup>\n <VpcId>vpc-07c09e8c7e59e4272</VpcId>\n <Subnets>\n <Subnet>\n <SubnetIdentifier>subnet-084ecee0253c0de08</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1a</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-005c6e858233ebcc8</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1b</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-0fe8dbbdb819ac8c9</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1c</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n </Subnets>\n <SubnetGroupStatus>Complete</SubnetGroupStatus>\n <DBSubnetGroupDescription>default</DBSubnetGroupDescription>\n <DBSubnetGroupName>default</DBSubnetGroupName>\n </DBSubnetGroup>\n <VpcSecurityGroups>\n <VpcSecurityGroupMembership>\n <VpcSecurityGroupId>sg-05c680adc3fc69fa5</VpcSecurityGroupId>\n <Status>active</Status>\n </VpcSecurityGroupMembership>\n </VpcSecurityGroups>\n <TagList/>\n <LicenseModel>postgresql-license</LicenseModel>\n <PendingModifiedValues>\n <MasterUserPassword>****</MasterUserPassword>\n </PendingModifiedValues>\n <PreferredMaintenanceWindow>thu:06:13-thu:06:43</PreferredMaintenanceWindow>\n <StorageType>gp2</StorageType>\n <AutoMinorVersionUpgrade>true</AutoMinorVersionUpgrade>\n <CopyTagsToSnapshot>false</CopyTagsToSnapshot>\n </DBInstance>\n </DBInstances>\n </DescribeDBInstancesResult>\n <ResponseMetadata>\n <RequestId>0b733ef2-caf8-4501-9103-0432a613e698</RequestId>\n </ResponseMetadata>\n</DescribeDBInstancesResponse>\n'
2022-02-08 17:31:31,855 DEBUG Event needs-retry.rds.DescribeDBInstances: calling handler <botocore.retryhandler.RetryHandler object at 0x118cde7d0>
2022-02-08 17:31:31,856 DEBUG No retry needed.
2022-02-08 17:31:31,856 INFO {"Status-": "creating"}
2022-02-08 17:31:36,859 DEBUG Event before-parameter-build.rds.DescribeDBInstances: calling handler <function generate_idempotent_uuid at 0x10e0637f0>
2022-02-08 17:31:36,859 DEBUG Event before-call.rds.DescribeDBInstances: calling handler <function inject_api_version_header_if_needed at 0x10e095090>
2022-02-08 17:31:36,860 DEBUG Making request for OperationModel(name=DescribeDBInstances) with params: {'url_path': '/', 'query_string': '', 'method': 'POST', 'headers': {'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': 'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46'}, 'body': {'Action': 'DescribeDBInstances', 'Version': '2014-10-31', 'DBInstanceIdentifier': 'KhTest'}, 'url': 'https://rds.ap-south-1.amazonaws.com/', 'context': {'client_region': 'ap-south-1', 'client_config': <botocore.config.Config object at 0x118cdded0>, 'has_streaming_input': False, 'auth_type': None}}
2022-02-08 17:31:36,860 DEBUG Event request-created.rds.DescribeDBInstances: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x118cdde40>>
2022-02-08 17:31:36,860 DEBUG Event choose-signer.rds.DescribeDBInstances: calling handler <function set_operation_specific_signer at 0x10e0636d0>
2022-02-08 17:31:36,860 DEBUG Calculating signature using v4 auth.
2022-02-08 17:31:36,860 DEBUG CanonicalRequest:
POST
/
content-type:application/x-www-form-urlencoded; charset=utf-8
host:rds.ap-south-1.amazonaws.com
x-amz-date:20220208T120136Z
content-type;host;x-amz-date
2b3b8b966d87481c286215c38f9f2f4529da4f4507574b8f4aab9427c6154842
2022-02-08 17:31:36,860 DEBUG StringToSign:
AWS4-HMAC-SHA256
20220208T120136Z
20220208/ap-south-1/rds/aws4_request
b3e6fab45ca76e36a537317d7241d1bee90b2de0ad4290a889c0e51eced0c3e3
2022-02-08 17:31:36,860 DEBUG Signature:
17c0bf986f224b3cc16e08f9bc95a12c5e5faef1f0fded1e3dd405270854bc44
2022-02-08 17:31:36,860 DEBUG Sending http request: <AWSPreparedRequest stream_output=False, method=POST, url=https://rds.ap-south-1.amazonaws.com/, headers={'Content-Type': b'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': b'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46', 'X-Amz-Date': b'20220208T120136Z', 'Authorization': b'AWS4-HMAC-SHA256 Credential=AKIAVJ2ENV5GFATKFHH7/20220208/ap-south-1/rds/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=17c0bf986f224b3cc16e08f9bc95a12c5e5faef1f0fded1e3dd405270854bc44', 'Content-Length': '73'}>
2022-02-08 17:31:36,861 DEBUG Certificate path: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/certifi/cacert.pem
2022-02-08 17:31:36,935 DEBUG https://rds.ap-south-1.amazonaws.com:443 "POST / HTTP/1.1" 200 4598
2022-02-08 17:31:36,936 DEBUG Response headers: {'x-amzn-RequestId': '5d2c1c9c-44fd-4469-8f40-ac52d182c2a7', 'Content-Type': 'text/xml', 'Content-Length': '4598', 'Date': 'Tue, 08 Feb 2022 12:01:36 GMT'}
2022-02-08 17:31:36,936 DEBUG Response body:
b'<DescribeDBInstancesResponse xmlns="http://rds.amazonaws.com/doc/2014-10-31/">\n <DescribeDBInstancesResult>\n <DBInstances>\n <DBInstance>\n <AllocatedStorage>20</AllocatedStorage>\n <AssociatedRoles/>\n <DBParameterGroups>\n <DBParameterGroup>\n <DBParameterGroupName>default.postgres9.6</DBParameterGroupName>\n <ParameterApplyStatus>in-sync</ParameterApplyStatus>\n </DBParameterGroup>\n </DBParameterGroups>\n <AvailabilityZone>ap-south-1b</AvailabilityZone>\n <DBSecurityGroups/>\n <EngineVersion>9.6.1</EngineVersion>\n <MasterUsername>khushboo</MasterUsername>\n <DBInstanceClass>db.m4.10xlarge</DBInstanceClass>\n <StorageThroughput>0</StorageThroughput>\n <HttpEndpointEnabled>false</HttpEndpointEnabled>\n <ReadReplicaDBInstanceIdentifiers/>\n <CustomerOwnedIpEnabled>false</CustomerOwnedIpEnabled>\n <MonitoringInterval>0</MonitoringInterval>\n <DBInstanceStatus>creating</DBInstanceStatus>\n <BackupRetentionPeriod>1</BackupRetentionPeriod>\n <KmsKeyId>arn:aws:kms:ap-south-1:364678852428:key/231709c2-7c94-49a5-af19-07199168dd1d</KmsKeyId>\n <OptionGroupMemberships>\n <OptionGroupMembership>\n <OptionGroupName>default:postgres-9-6</OptionGroupName>\n <Status>in-sync</Status>\n </OptionGroupMembership>\n </OptionGroupMemberships>\n <BackupTarget>region</BackupTarget>\n <CACertificateIdentifier>rds-ca-2019</CACertificateIdentifier>\n <DbInstancePort>0</DbInstancePort>\n <DbiResourceId>db-BUJY6KHDQ36N6SUXI65GC452EQ</DbiResourceId>\n <PreferredBackupWindow>23:22-23:52</PreferredBackupWindow>\n <DeletionProtection>false</DeletionProtection>\n <DBInstanceIdentifier>khtest</DBInstanceIdentifier>\n <DBInstanceArn>arn:aws:rds:ap-south-1:364678852428:db:khtest</DBInstanceArn>\n <Engine>postgres</Engine>\n <PubliclyAccessible>true</PubliclyAccessible>\n <IAMDatabaseAuthenticationEnabled>false</IAMDatabaseAuthenticationEnabled>\n <NetworkType>IPV4</NetworkType>\n <ActivityStreamStatus>stopped</ActivityStreamStatus>\n <PerformanceInsightsEnabled>false</PerformanceInsightsEnabled>\n <DBName>postgres</DBName>\n <MultiAZ>false</MultiAZ>\n <DomainMemberships/>\n <StorageEncrypted>true</StorageEncrypted>\n <DBSubnetGroup>\n <VpcId>vpc-07c09e8c7e59e4272</VpcId>\n <Subnets>\n <Subnet>\n <SubnetIdentifier>subnet-084ecee0253c0de08</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1a</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-005c6e858233ebcc8</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1b</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-0fe8dbbdb819ac8c9</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1c</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n </Subnets>\n <SubnetGroupStatus>Complete</SubnetGroupStatus>\n <DBSubnetGroupDescription>default</DBSubnetGroupDescription>\n <DBSubnetGroupName>default</DBSubnetGroupName>\n </DBSubnetGroup>\n <VpcSecurityGroups>\n <VpcSecurityGroupMembership>\n <VpcSecurityGroupId>sg-05c680adc3fc69fa5</VpcSecurityGroupId>\n <Status>active</Status>\n </VpcSecurityGroupMembership>\n </VpcSecurityGroups>\n <TagList/>\n <LicenseModel>postgresql-license</LicenseModel>\n <PendingModifiedValues>\n <MasterUserPassword>****</MasterUserPassword>\n </PendingModifiedValues>\n <PreferredMaintenanceWindow>thu:06:13-thu:06:43</PreferredMaintenanceWindow>\n <StorageType>gp2</StorageType>\n <AutoMinorVersionUpgrade>true</AutoMinorVersionUpgrade>\n <CopyTagsToSnapshot>false</CopyTagsToSnapshot>\n </DBInstance>\n </DBInstances>\n </DescribeDBInstancesResult>\n <ResponseMetadata>\n <RequestId>5d2c1c9c-44fd-4469-8f40-ac52d182c2a7</RequestId>\n </ResponseMetadata>\n</DescribeDBInstancesResponse>\n'
2022-02-08 17:31:36,937 DEBUG Event needs-retry.rds.DescribeDBInstances: calling handler <botocore.retryhandler.RetryHandler object at 0x118cde7d0>
2022-02-08 17:31:36,937 DEBUG No retry needed.
2022-02-08 17:31:36,937 INFO {"Status-": "creating"}
2022-02-08 17:31:41,943 DEBUG Event before-parameter-build.rds.DescribeDBInstances: calling handler <function generate_idempotent_uuid at 0x10e0637f0>
2022-02-08 17:31:41,943 DEBUG Event before-call.rds.DescribeDBInstances: calling handler <function inject_api_version_header_if_needed at 0x10e095090>
2022-02-08 17:31:41,943 DEBUG Making request for OperationModel(name=DescribeDBInstances) with params: {'url_path': '/', 'query_string': '', 'method': 'POST', 'headers': {'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': 'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46'}, 'body': {'Action': 'DescribeDBInstances', 'Version': '2014-10-31', 'DBInstanceIdentifier': 'KhTest'}, 'url': 'https://rds.ap-south-1.amazonaws.com/', 'context': {'client_region': 'ap-south-1', 'client_config': <botocore.config.Config object at 0x118cdded0>, 'has_streaming_input': False, 'auth_type': None}}
2022-02-08 17:31:41,943 DEBUG Event request-created.rds.DescribeDBInstances: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x118cdde40>>
2022-02-08 17:31:41,944 DEBUG Event choose-signer.rds.DescribeDBInstances: calling handler <function set_operation_specific_signer at 0x10e0636d0>
2022-02-08 17:31:41,944 DEBUG Calculating signature using v4 auth.
2022-02-08 17:31:41,944 DEBUG CanonicalRequest:
POST
/
content-type:application/x-www-form-urlencoded; charset=utf-8
host:rds.ap-south-1.amazonaws.com
x-amz-date:20220208T120141Z
content-type;host;x-amz-date
2b3b8b966d87481c286215c38f9f2f4529da4f4507574b8f4aab9427c6154842
2022-02-08 17:31:41,944 DEBUG StringToSign:
AWS4-HMAC-SHA256
20220208T120141Z
20220208/ap-south-1/rds/aws4_request
a152462276ee59facaf71234a63e433195820abe5d52f2b17e8832e1a62b9f83
2022-02-08 17:31:41,944 DEBUG Signature:
0d323695594246fc92c7364200614c202a1b0b298397a86a7f851ae968b57c1f
2022-02-08 17:31:41,945 DEBUG Sending http request: <AWSPreparedRequest stream_output=False, method=POST, url=https://rds.ap-south-1.amazonaws.com/, headers={'Content-Type': b'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': b'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46', 'X-Amz-Date': b'20220208T120141Z', 'Authorization': b'AWS4-HMAC-SHA256 Credential=AKIAVJ2ENV5GFATKFHH7/20220208/ap-south-1/rds/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=0d323695594246fc92c7364200614c202a1b0b298397a86a7f851ae968b57c1f', 'Content-Length': '73'}>
2022-02-08 17:31:41,945 DEBUG Certificate path: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/certifi/cacert.pem
2022-02-08 17:31:42,024 DEBUG https://rds.ap-south-1.amazonaws.com:443 "POST / HTTP/1.1" 200 4598
2022-02-08 17:31:42,025 DEBUG Response headers: {'x-amzn-RequestId': 'e1f49d41-86ed-4f2e-a844-2f98db6cfe10', 'Content-Type': 'text/xml', 'Content-Length': '4598', 'Date': 'Tue, 08 Feb 2022 12:01:41 GMT'}
2022-02-08 17:31:42,025 DEBUG Response body:
b'<DescribeDBInstancesResponse xmlns="http://rds.amazonaws.com/doc/2014-10-31/">\n <DescribeDBInstancesResult>\n <DBInstances>\n <DBInstance>\n <AllocatedStorage>20</AllocatedStorage>\n <AssociatedRoles/>\n <DBParameterGroups>\n <DBParameterGroup>\n <DBParameterGroupName>default.postgres9.6</DBParameterGroupName>\n <ParameterApplyStatus>in-sync</ParameterApplyStatus>\n </DBParameterGroup>\n </DBParameterGroups>\n <AvailabilityZone>ap-south-1b</AvailabilityZone>\n <DBSecurityGroups/>\n <EngineVersion>9.6.1</EngineVersion>\n <MasterUsername>khushboo</MasterUsername>\n <DBInstanceClass>db.m4.10xlarge</DBInstanceClass>\n <StorageThroughput>0</StorageThroughput>\n <HttpEndpointEnabled>false</HttpEndpointEnabled>\n <ReadReplicaDBInstanceIdentifiers/>\n <CustomerOwnedIpEnabled>false</CustomerOwnedIpEnabled>\n <MonitoringInterval>0</MonitoringInterval>\n <DBInstanceStatus>creating</DBInstanceStatus>\n <BackupRetentionPeriod>1</BackupRetentionPeriod>\n <KmsKeyId>arn:aws:kms:ap-south-1:364678852428:key/231709c2-7c94-49a5-af19-07199168dd1d</KmsKeyId>\n <OptionGroupMemberships>\n <OptionGroupMembership>\n <OptionGroupName>default:postgres-9-6</OptionGroupName>\n <Status>in-sync</Status>\n </OptionGroupMembership>\n </OptionGroupMemberships>\n <BackupTarget>region</BackupTarget>\n <CACertificateIdentifier>rds-ca-2019</CACertificateIdentifier>\n <DbInstancePort>0</DbInstancePort>\n <DbiResourceId>db-BUJY6KHDQ36N6SUXI65GC452EQ</DbiResourceId>\n <PreferredBackupWindow>23:22-23:52</PreferredBackupWindow>\n <DeletionProtection>false</DeletionProtection>\n <DBInstanceIdentifier>khtest</DBInstanceIdentifier>\n <DBInstanceArn>arn:aws:rds:ap-south-1:364678852428:db:khtest</DBInstanceArn>\n <Engine>postgres</Engine>\n <PubliclyAccessible>true</PubliclyAccessible>\n <IAMDatabaseAuthenticationEnabled>false</IAMDatabaseAuthenticationEnabled>\n <NetworkType>IPV4</NetworkType>\n <ActivityStreamStatus>stopped</ActivityStreamStatus>\n <PerformanceInsightsEnabled>false</PerformanceInsightsEnabled>\n <DBName>postgres</DBName>\n <MultiAZ>false</MultiAZ>\n <DomainMemberships/>\n <StorageEncrypted>true</StorageEncrypted>\n <DBSubnetGroup>\n <VpcId>vpc-07c09e8c7e59e4272</VpcId>\n <Subnets>\n <Subnet>\n <SubnetIdentifier>subnet-084ecee0253c0de08</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1a</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-005c6e858233ebcc8</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1b</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-0fe8dbbdb819ac8c9</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1c</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n </Subnets>\n <SubnetGroupStatus>Complete</SubnetGroupStatus>\n <DBSubnetGroupDescription>default</DBSubnetGroupDescription>\n <DBSubnetGroupName>default</DBSubnetGroupName>\n </DBSubnetGroup>\n <VpcSecurityGroups>\n <VpcSecurityGroupMembership>\n <VpcSecurityGroupId>sg-05c680adc3fc69fa5</VpcSecurityGroupId>\n <Status>active</Status>\n </VpcSecurityGroupMembership>\n </VpcSecurityGroups>\n <TagList/>\n <LicenseModel>postgresql-license</LicenseModel>\n <PendingModifiedValues>\n <MasterUserPassword>****</MasterUserPassword>\n </PendingModifiedValues>\n <PreferredMaintenanceWindow>thu:06:13-thu:06:43</PreferredMaintenanceWindow>\n <StorageType>gp2</StorageType>\n <AutoMinorVersionUpgrade>true</AutoMinorVersionUpgrade>\n <CopyTagsToSnapshot>false</CopyTagsToSnapshot>\n </DBInstance>\n </DBInstances>\n </DescribeDBInstancesResult>\n <ResponseMetadata>\n <RequestId>e1f49d41-86ed-4f2e-a844-2f98db6cfe10</RequestId>\n </ResponseMetadata>\n</DescribeDBInstancesResponse>\n'
2022-02-08 17:31:42,026 DEBUG Event needs-retry.rds.DescribeDBInstances: calling handler <botocore.retryhandler.RetryHandler object at 0x118cde7d0>
2022-02-08 17:31:42,026 DEBUG No retry needed.
2022-02-08 17:31:42,026 INFO {"Status-": "creating"}
2022-02-08 17:31:47,027 DEBUG Event before-parameter-build.rds.DescribeDBInstances: calling handler <function generate_idempotent_uuid at 0x10e0637f0>
2022-02-08 17:31:47,028 DEBUG Event before-call.rds.DescribeDBInstances: calling handler <function inject_api_version_header_if_needed at 0x10e095090>
2022-02-08 17:31:47,028 DEBUG Making request for OperationModel(name=DescribeDBInstances) with params: {'url_path': '/', 'query_string': '', 'method': 'POST', 'headers': {'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': 'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46'}, 'body': {'Action': 'DescribeDBInstances', 'Version': '2014-10-31', 'DBInstanceIdentifier': 'KhTest'}, 'url': 'https://rds.ap-south-1.amazonaws.com/', 'context': {'client_region': 'ap-south-1', 'client_config': <botocore.config.Config object at 0x118cdded0>, 'has_streaming_input': False, 'auth_type': None}}
2022-02-08 17:31:47,028 DEBUG Event request-created.rds.DescribeDBInstances: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x118cdde40>>
2022-02-08 17:31:47,028 DEBUG Event choose-signer.rds.DescribeDBInstances: calling handler <function set_operation_specific_signer at 0x10e0636d0>
2022-02-08 17:31:47,029 DEBUG Calculating signature using v4 auth.
2022-02-08 17:31:47,029 DEBUG CanonicalRequest:
POST
/
content-type:application/x-www-form-urlencoded; charset=utf-8
host:rds.ap-south-1.amazonaws.com
x-amz-date:20220208T120147Z
content-type;host;x-amz-date
2b3b8b966d87481c286215c38f9f2f4529da4f4507574b8f4aab9427c6154842
2022-02-08 17:31:47,029 DEBUG StringToSign:
AWS4-HMAC-SHA256
20220208T120147Z
20220208/ap-south-1/rds/aws4_request
71a0c17f8c48bbfe87f786aca6524feb0c15ee56e7682c0a8fb865813405be59
2022-02-08 17:31:47,029 DEBUG Signature:
b74607850a235dbf4f30fbed8e55e500995ba1660db34fba185f64c7f64490a4
2022-02-08 17:31:47,029 DEBUG Sending http request: <AWSPreparedRequest stream_output=False, method=POST, url=https://rds.ap-south-1.amazonaws.com/, headers={'Content-Type': b'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': b'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46', 'X-Amz-Date': b'20220208T120147Z', 'Authorization': b'AWS4-HMAC-SHA256 Credential=AKIAVJ2ENV5GFATKFHH7/20220208/ap-south-1/rds/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=b74607850a235dbf4f30fbed8e55e500995ba1660db34fba185f64c7f64490a4', 'Content-Length': '73'}>
2022-02-08 17:31:47,030 DEBUG Certificate path: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/certifi/cacert.pem
2022-02-08 17:31:47,114 DEBUG https://rds.ap-south-1.amazonaws.com:443 "POST / HTTP/1.1" 200 4598
2022-02-08 17:31:47,114 DEBUG Response headers: {'x-amzn-RequestId': 'b4fdcc03-c613-4ff1-a37b-3882996f80bf', 'Content-Type': 'text/xml', 'Content-Length': '4598', 'Date': 'Tue, 08 Feb 2022 12:01:46 GMT'}
2022-02-08 17:31:47,115 DEBUG Response body:
b'<DescribeDBInstancesResponse xmlns="http://rds.amazonaws.com/doc/2014-10-31/">\n <DescribeDBInstancesResult>\n <DBInstances>\n <DBInstance>\n <AllocatedStorage>20</AllocatedStorage>\n <AssociatedRoles/>\n <DBParameterGroups>\n <DBParameterGroup>\n <DBParameterGroupName>default.postgres9.6</DBParameterGroupName>\n <ParameterApplyStatus>in-sync</ParameterApplyStatus>\n </DBParameterGroup>\n </DBParameterGroups>\n <AvailabilityZone>ap-south-1b</AvailabilityZone>\n <DBSecurityGroups/>\n <EngineVersion>9.6.1</EngineVersion>\n <MasterUsername>khushboo</MasterUsername>\n <DBInstanceClass>db.m4.10xlarge</DBInstanceClass>\n <StorageThroughput>0</StorageThroughput>\n <HttpEndpointEnabled>false</HttpEndpointEnabled>\n <ReadReplicaDBInstanceIdentifiers/>\n <CustomerOwnedIpEnabled>false</CustomerOwnedIpEnabled>\n <MonitoringInterval>0</MonitoringInterval>\n <DBInstanceStatus>creating</DBInstanceStatus>\n <BackupRetentionPeriod>1</BackupRetentionPeriod>\n <KmsKeyId>arn:aws:kms:ap-south-1:364678852428:key/231709c2-7c94-49a5-af19-07199168dd1d</KmsKeyId>\n <OptionGroupMemberships>\n <OptionGroupMembership>\n <OptionGroupName>default:postgres-9-6</OptionGroupName>\n <Status>in-sync</Status>\n </OptionGroupMembership>\n </OptionGroupMemberships>\n <BackupTarget>region</BackupTarget>\n <CACertificateIdentifier>rds-ca-2019</CACertificateIdentifier>\n <DbInstancePort>0</DbInstancePort>\n <DbiResourceId>db-BUJY6KHDQ36N6SUXI65GC452EQ</DbiResourceId>\n <PreferredBackupWindow>23:22-23:52</PreferredBackupWindow>\n <DeletionProtection>false</DeletionProtection>\n <DBInstanceIdentifier>khtest</DBInstanceIdentifier>\n <DBInstanceArn>arn:aws:rds:ap-south-1:364678852428:db:khtest</DBInstanceArn>\n <Engine>postgres</Engine>\n <PubliclyAccessible>true</PubliclyAccessible>\n <IAMDatabaseAuthenticationEnabled>false</IAMDatabaseAuthenticationEnabled>\n <NetworkType>IPV4</NetworkType>\n <ActivityStreamStatus>stopped</ActivityStreamStatus>\n <PerformanceInsightsEnabled>false</PerformanceInsightsEnabled>\n <DBName>postgres</DBName>\n <MultiAZ>false</MultiAZ>\n <DomainMemberships/>\n <StorageEncrypted>true</StorageEncrypted>\n <DBSubnetGroup>\n <VpcId>vpc-07c09e8c7e59e4272</VpcId>\n <Subnets>\n <Subnet>\n <SubnetIdentifier>subnet-084ecee0253c0de08</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1a</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-005c6e858233ebcc8</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1b</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-0fe8dbbdb819ac8c9</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1c</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n </Subnets>\n <SubnetGroupStatus>Complete</SubnetGroupStatus>\n <DBSubnetGroupDescription>default</DBSubnetGroupDescription>\n <DBSubnetGroupName>default</DBSubnetGroupName>\n </DBSubnetGroup>\n <VpcSecurityGroups>\n <VpcSecurityGroupMembership>\n <VpcSecurityGroupId>sg-05c680adc3fc69fa5</VpcSecurityGroupId>\n <Status>active</Status>\n </VpcSecurityGroupMembership>\n </VpcSecurityGroups>\n <TagList/>\n <LicenseModel>postgresql-license</LicenseModel>\n <PendingModifiedValues>\n <MasterUserPassword>****</MasterUserPassword>\n </PendingModifiedValues>\n <PreferredMaintenanceWindow>thu:06:13-thu:06:43</PreferredMaintenanceWindow>\n <StorageType>gp2</StorageType>\n <AutoMinorVersionUpgrade>true</AutoMinorVersionUpgrade>\n <CopyTagsToSnapshot>false</CopyTagsToSnapshot>\n </DBInstance>\n </DBInstances>\n </DescribeDBInstancesResult>\n <ResponseMetadata>\n <RequestId>b4fdcc03-c613-4ff1-a37b-3882996f80bf</RequestId>\n </ResponseMetadata>\n</DescribeDBInstancesResponse>\n'
2022-02-08 17:31:47,115 DEBUG Event needs-retry.rds.DescribeDBInstances: calling handler <botocore.retryhandler.RetryHandler object at 0x118cde7d0>
2022-02-08 17:31:47,116 DEBUG No retry needed.
2022-02-08 17:31:47,116 INFO {"Status-": "creating"}
2022-02-08 17:31:52,120 DEBUG Event before-parameter-build.rds.DescribeDBInstances: calling handler <function generate_idempotent_uuid at 0x10e0637f0>
2022-02-08 17:31:52,120 DEBUG Event before-call.rds.DescribeDBInstances: calling handler <function inject_api_version_header_if_needed at 0x10e095090>
2022-02-08 17:31:52,120 DEBUG Making request for OperationModel(name=DescribeDBInstances) with params: {'url_path': '/', 'query_string': '', 'method': 'POST', 'headers': {'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': 'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46'}, 'body': {'Action': 'DescribeDBInstances', 'Version': '2014-10-31', 'DBInstanceIdentifier': 'KhTest'}, 'url': 'https://rds.ap-south-1.amazonaws.com/', 'context': {'client_region': 'ap-south-1', 'client_config': <botocore.config.Config object at 0x118cdded0>, 'has_streaming_input': False, 'auth_type': None}}
2022-02-08 17:31:52,121 DEBUG Event request-created.rds.DescribeDBInstances: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x118cdde40>>
2022-02-08 17:31:52,121 DEBUG Event choose-signer.rds.DescribeDBInstances: calling handler <function set_operation_specific_signer at 0x10e0636d0>
2022-02-08 17:31:52,121 DEBUG Calculating signature using v4 auth.
2022-02-08 17:31:52,121 DEBUG CanonicalRequest:
POST
/
content-type:application/x-www-form-urlencoded; charset=utf-8
host:rds.ap-south-1.amazonaws.com
x-amz-date:20220208T120152Z
content-type;host;x-amz-date
2b3b8b966d87481c286215c38f9f2f4529da4f4507574b8f4aab9427c6154842
2022-02-08 17:31:52,121 DEBUG StringToSign:
AWS4-HMAC-SHA256
20220208T120152Z
20220208/ap-south-1/rds/aws4_request
3fe804ac8f173051cfd971e8d1afcfed27173d4f7f2896e881fead08a6784876
2022-02-08 17:31:52,121 DEBUG Signature:
9436c03558d04c2b2d8924ba6393ef6c0f806dd8bf41f5b2931b3ca2b350b254
2022-02-08 17:31:52,121 DEBUG Sending http request: <AWSPreparedRequest stream_output=False, method=POST, url=https://rds.ap-south-1.amazonaws.com/, headers={'Content-Type': b'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': b'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46', 'X-Amz-Date': b'20220208T120152Z', 'Authorization': b'AWS4-HMAC-SHA256 Credential=AKIAVJ2ENV5GFATKFHH7/20220208/ap-south-1/rds/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=9436c03558d04c2b2d8924ba6393ef6c0f806dd8bf41f5b2931b3ca2b350b254', 'Content-Length': '73'}>
2022-02-08 17:31:52,121 DEBUG Certificate path: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/certifi/cacert.pem
2022-02-08 17:31:52,199 DEBUG https://rds.ap-south-1.amazonaws.com:443 "POST / HTTP/1.1" 200 4598
2022-02-08 17:31:52,199 DEBUG Response headers: {'x-amzn-RequestId': '57bbe5e2-ec33-4f98-a2ed-7198e88d4cfc', 'Content-Type': 'text/xml', 'Content-Length': '4598', 'Date': 'Tue, 08 Feb 2022 12:01:51 GMT'}
2022-02-08 17:31:52,199 DEBUG Response body:
b'<DescribeDBInstancesResponse xmlns="http://rds.amazonaws.com/doc/2014-10-31/">\n <DescribeDBInstancesResult>\n <DBInstances>\n <DBInstance>\n <AllocatedStorage>20</AllocatedStorage>\n <AssociatedRoles/>\n <DBParameterGroups>\n <DBParameterGroup>\n <DBParameterGroupName>default.postgres9.6</DBParameterGroupName>\n <ParameterApplyStatus>in-sync</ParameterApplyStatus>\n </DBParameterGroup>\n </DBParameterGroups>\n <AvailabilityZone>ap-south-1b</AvailabilityZone>\n <DBSecurityGroups/>\n <EngineVersion>9.6.1</EngineVersion>\n <MasterUsername>khushboo</MasterUsername>\n <DBInstanceClass>db.m4.10xlarge</DBInstanceClass>\n <StorageThroughput>0</StorageThroughput>\n <HttpEndpointEnabled>false</HttpEndpointEnabled>\n <ReadReplicaDBInstanceIdentifiers/>\n <CustomerOwnedIpEnabled>false</CustomerOwnedIpEnabled>\n <MonitoringInterval>0</MonitoringInterval>\n <DBInstanceStatus>creating</DBInstanceStatus>\n <BackupRetentionPeriod>1</BackupRetentionPeriod>\n <KmsKeyId>arn:aws:kms:ap-south-1:364678852428:key/231709c2-7c94-49a5-af19-07199168dd1d</KmsKeyId>\n <OptionGroupMemberships>\n <OptionGroupMembership>\n <OptionGroupName>default:postgres-9-6</OptionGroupName>\n <Status>in-sync</Status>\n </OptionGroupMembership>\n </OptionGroupMemberships>\n <BackupTarget>region</BackupTarget>\n <CACertificateIdentifier>rds-ca-2019</CACertificateIdentifier>\n <DbInstancePort>0</DbInstancePort>\n <DbiResourceId>db-BUJY6KHDQ36N6SUXI65GC452EQ</DbiResourceId>\n <PreferredBackupWindow>23:22-23:52</PreferredBackupWindow>\n <DeletionProtection>false</DeletionProtection>\n <DBInstanceIdentifier>khtest</DBInstanceIdentifier>\n <DBInstanceArn>arn:aws:rds:ap-south-1:364678852428:db:khtest</DBInstanceArn>\n <Engine>postgres</Engine>\n <PubliclyAccessible>true</PubliclyAccessible>\n <IAMDatabaseAuthenticationEnabled>false</IAMDatabaseAuthenticationEnabled>\n <NetworkType>IPV4</NetworkType>\n <ActivityStreamStatus>stopped</ActivityStreamStatus>\n <PerformanceInsightsEnabled>false</PerformanceInsightsEnabled>\n <DBName>postgres</DBName>\n <MultiAZ>false</MultiAZ>\n <DomainMemberships/>\n <StorageEncrypted>true</StorageEncrypted>\n <DBSubnetGroup>\n <VpcId>vpc-07c09e8c7e59e4272</VpcId>\n <Subnets>\n <Subnet>\n <SubnetIdentifier>subnet-084ecee0253c0de08</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1a</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-005c6e858233ebcc8</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1b</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-0fe8dbbdb819ac8c9</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1c</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n </Subnets>\n <SubnetGroupStatus>Complete</SubnetGroupStatus>\n <DBSubnetGroupDescription>default</DBSubnetGroupDescription>\n <DBSubnetGroupName>default</DBSubnetGroupName>\n </DBSubnetGroup>\n <VpcSecurityGroups>\n <VpcSecurityGroupMembership>\n <VpcSecurityGroupId>sg-05c680adc3fc69fa5</VpcSecurityGroupId>\n <Status>active</Status>\n </VpcSecurityGroupMembership>\n </VpcSecurityGroups>\n <TagList/>\n <LicenseModel>postgresql-license</LicenseModel>\n <PendingModifiedValues>\n <MasterUserPassword>****</MasterUserPassword>\n </PendingModifiedValues>\n <PreferredMaintenanceWindow>thu:06:13-thu:06:43</PreferredMaintenanceWindow>\n <StorageType>gp2</StorageType>\n <AutoMinorVersionUpgrade>true</AutoMinorVersionUpgrade>\n <CopyTagsToSnapshot>false</CopyTagsToSnapshot>\n </DBInstance>\n </DBInstances>\n </DescribeDBInstancesResult>\n <ResponseMetadata>\n <RequestId>57bbe5e2-ec33-4f98-a2ed-7198e88d4cfc</RequestId>\n </ResponseMetadata>\n</DescribeDBInstancesResponse>\n'
2022-02-08 17:31:52,200 DEBUG Event needs-retry.rds.DescribeDBInstances: calling handler <botocore.retryhandler.RetryHandler object at 0x118cde7d0>
2022-02-08 17:31:52,200 DEBUG No retry needed.
2022-02-08 17:31:52,200 INFO {"Status-": "creating"}
2022-02-08 17:31:57,203 DEBUG Event before-parameter-build.rds.DescribeDBInstances: calling handler <function generate_idempotent_uuid at 0x10e0637f0>
2022-02-08 17:31:57,204 DEBUG Event before-call.rds.DescribeDBInstances: calling handler <function inject_api_version_header_if_needed at 0x10e095090>
2022-02-08 17:31:57,204 DEBUG Making request for OperationModel(name=DescribeDBInstances) with params: {'url_path': '/', 'query_string': '', 'method': 'POST', 'headers': {'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': 'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46'}, 'body': {'Action': 'DescribeDBInstances', 'Version': '2014-10-31', 'DBInstanceIdentifier': 'KhTest'}, 'url': 'https://rds.ap-south-1.amazonaws.com/', 'context': {'client_region': 'ap-south-1', 'client_config': <botocore.config.Config object at 0x118cdded0>, 'has_streaming_input': False, 'auth_type': None}}
2022-02-08 17:31:57,204 DEBUG Event request-created.rds.DescribeDBInstances: calling handler <bound method RequestSigner.handler of <botocore.signers.RequestSigner object at 0x118cdde40>>
2022-02-08 17:31:57,204 DEBUG Event choose-signer.rds.DescribeDBInstances: calling handler <function set_operation_specific_signer at 0x10e0636d0>
2022-02-08 17:31:57,204 DEBUG Calculating signature using v4 auth.
2022-02-08 17:31:57,204 DEBUG CanonicalRequest:
POST
/
content-type:application/x-www-form-urlencoded; charset=utf-8
host:rds.ap-south-1.amazonaws.com
x-amz-date:20220208T120157Z
content-type;host;x-amz-date
2b3b8b966d87481c286215c38f9f2f4529da4f4507574b8f4aab9427c6154842
2022-02-08 17:31:57,204 DEBUG StringToSign:
AWS4-HMAC-SHA256
20220208T120157Z
20220208/ap-south-1/rds/aws4_request
707ced20e7116d22422073cde8609d04bf515913f15a688121971ac398d96aeb
2022-02-08 17:31:57,205 DEBUG Signature:
6180f4b3e86370df4f6570783a7a5bcc5a070538001741ca49849ffe316fed45
2022-02-08 17:31:57,205 DEBUG Sending http request: <AWSPreparedRequest stream_output=False, method=POST, url=https://rds.ap-south-1.amazonaws.com/, headers={'Content-Type': b'application/x-www-form-urlencoded; charset=utf-8', 'User-Agent': b'Boto3/1.20.46 Python/3.10.1 Darwin/20.3.0 Botocore/1.23.46', 'X-Amz-Date': b'20220208T120157Z', 'Authorization': b'AWS4-HMAC-SHA256 Credential=AKIAVJ2ENV5GFATKFHH7/20220208/ap-south-1/rds/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=6180f4b3e86370df4f6570783a7a5bcc5a070538001741ca49849ffe316fed45', 'Content-Length': '73'}>
2022-02-08 17:31:57,205 DEBUG Certificate path: /Users/khushboovashi/Projects/python_vm/python_rds/lib/python3.10/site-packages/certifi/cacert.pem
2022-02-08 17:31:57,278 DEBUG https://rds.ap-south-1.amazonaws.com:443 "POST / HTTP/1.1" 200 4598
2022-02-08 17:31:57,279 DEBUG Response headers: {'x-amzn-RequestId': '1ed1e7fa-a5bc-417e-841e-2fc2bebbec24', 'Content-Type': 'text/xml', 'Content-Length': '4598', 'Date': 'Tue, 08 Feb 2022 12:01:56 GMT'}
2022-02-08 17:31:57,279 DEBUG Response body:
b'<DescribeDBInstancesResponse xmlns="http://rds.amazonaws.com/doc/2014-10-31/">\n <DescribeDBInstancesResult>\n <DBInstances>\n <DBInstance>\n <AllocatedStorage>20</AllocatedStorage>\n <AssociatedRoles/>\n <DBParameterGroups>\n <DBParameterGroup>\n <DBParameterGroupName>default.postgres9.6</DBParameterGroupName>\n <ParameterApplyStatus>in-sync</ParameterApplyStatus>\n </DBParameterGroup>\n </DBParameterGroups>\n <AvailabilityZone>ap-south-1b</AvailabilityZone>\n <DBSecurityGroups/>\n <EngineVersion>9.6.1</EngineVersion>\n <MasterUsername>khushboo</MasterUsername>\n <DBInstanceClass>db.m4.10xlarge</DBInstanceClass>\n <StorageThroughput>0</StorageThroughput>\n <HttpEndpointEnabled>false</HttpEndpointEnabled>\n <ReadReplicaDBInstanceIdentifiers/>\n <CustomerOwnedIpEnabled>false</CustomerOwnedIpEnabled>\n <MonitoringInterval>0</MonitoringInterval>\n <DBInstanceStatus>creating</DBInstanceStatus>\n <BackupRetentionPeriod>1</BackupRetentionPeriod>\n <KmsKeyId>arn:aws:kms:ap-south-1:364678852428:key/231709c2-7c94-49a5-af19-07199168dd1d</KmsKeyId>\n <OptionGroupMemberships>\n <OptionGroupMembership>\n <OptionGroupName>default:postgres-9-6</OptionGroupName>\n <Status>in-sync</Status>\n </OptionGroupMembership>\n </OptionGroupMemberships>\n <BackupTarget>region</BackupTarget>\n <CACertificateIdentifier>rds-ca-2019</CACertificateIdentifier>\n <DbInstancePort>0</DbInstancePort>\n <DbiResourceId>db-BUJY6KHDQ36N6SUXI65GC452EQ</DbiResourceId>\n <PreferredBackupWindow>23:22-23:52</PreferredBackupWindow>\n <DeletionProtection>false</DeletionProtection>\n <DBInstanceIdentifier>khtest</DBInstanceIdentifier>\n <DBInstanceArn>arn:aws:rds:ap-south-1:364678852428:db:khtest</DBInstanceArn>\n <Engine>postgres</Engine>\n <PubliclyAccessible>true</PubliclyAccessible>\n <IAMDatabaseAuthenticationEnabled>false</IAMDatabaseAuthenticationEnabled>\n <NetworkType>IPV4</NetworkType>\n <ActivityStreamStatus>stopped</ActivityStreamStatus>\n <PerformanceInsightsEnabled>false</PerformanceInsightsEnabled>\n <DBName>postgres</DBName>\n <MultiAZ>false</MultiAZ>\n <DomainMemberships/>\n <StorageEncrypted>true</StorageEncrypted>\n <DBSubnetGroup>\n <VpcId>vpc-07c09e8c7e59e4272</VpcId>\n <Subnets>\n <Subnet>\n <SubnetIdentifier>subnet-084ecee0253c0de08</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1a</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-005c6e858233ebcc8</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1b</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n <Subnet>\n <SubnetIdentifier>subnet-0fe8dbbdb819ac8c9</SubnetIdentifier>\n <SubnetStatus>Active</SubnetStatus>\n <SubnetOutpost/>\n <SubnetAvailabilityZone>\n <Name>ap-south-1c</Name>\n </SubnetAvailabilityZone>\n </Subnet>\n </Subnets>\n <SubnetGroupStatus>Complete</SubnetGroupStatus>\n <DBSubnetGroupDescription>default</DBSubnetGroupDescription>\n <DBSubnetGroupName>default</DBSubnetGroupName>\n </DBSubnetGroup>\n <VpcSecurityGroups>\n <VpcSecurityGroupMembership>\n <VpcSecurityGroupId>sg-05c680adc3fc69fa5</VpcSecurityGroupId>\n <Status>active</Status>\n </VpcSecurityGroupMembership>\n </VpcSecurityGroups>\n <TagList/>\n <LicenseModel>postgresql-license</LicenseModel>\n <PendingModifiedValues>\n <MasterUserPassword>****</MasterUserPassword>\n </PendingModifiedValues>\n <PreferredMaintenanceWindow>thu:06:13-thu:06:43</PreferredMaintenanceWindow>\n <StorageType>gp2</StorageType>\n <AutoMinorVersionUpgrade>true</AutoMinorVersionUpgrade>\n <CopyTagsToSnapshot>false</CopyTagsToSnapshot>\n </DBInstance>\n </DBInstances>\n </DescribeDBInstancesResult>\n <ResponseMetadata>\n <RequestId>1ed1e7fa-a5bc-417e-841e-2fc2bebbec24</RequestId>\n </ResponseMetadata>\n</DescribeDBInstancesResponse>\n'
2022-02-08 17:31:57,280 DEBUG Event needs-retry.rds.DescribeDBInstances: calling handler <botocore.retryhandler.RetryHandler object at 0x118cde7d0>
2022-02-08 17:31:57,280 DEBUG No retry needed.
2022-02-08 17:31:57,281 INFO {"Status-": "creating"}