From aa0104c879ba2bc28dee730572cedbd3c2993727 Mon Sep 17 00:00:00 2001 From: vyshnavi-pvr <106270364+vyshnavi-pvr@users.noreply.github.com> Date: Mon, 4 Dec 2023 12:10:43 -0500 Subject: [PATCH] dev ssl update --- __main__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/__main__.py b/__main__.py index 7bf2d08..cab984e 100644 --- a/__main__.py +++ b/__main__.py @@ -45,13 +45,13 @@ domain_name=url, validation_method="DNS", ) + acm_cert_arn= certificate.arn # AWS Route53 Zone for the domain zone = route53.get_zone(name=url) # Find the DNS validation records validation_records = route53.Record("certificate_validation_dns_records", - records=[ - r.value for r in certificate.domain_validation_options[0].resource_record], + records=[certificate.domain_validation_options[0].resource_record_value], name=certificate.domain_validation_options[0].resource_record_name, type=certificate.domain_validation_options[0].resource_record_type, ttl=60, @@ -355,7 +355,7 @@ def createdbSecurityGroup(): "protocol": "HTTP", "port": "8001", "interval": 15, - "timeout": 5, + "timeout": 15, "healthy_threshold": 2, "unhealthy_threshold": 2, },