The AWS account setup was done by others. From my end, i can not do any edits at VPC
sh-5.2$ sudo traceroute -T -p 443 acme-v02.api.letsencrypt.org
traceroute to acme-v02.api.letsencrypt.org (172.65.32.248), 30 hops max, 60 byte packets
1 * * *
2 * * *
3 * * *
4 * * *
5 * * *
6 * * *
7 * * *
8 * * *
9 * * *
10 * * *
11 * * *
12 172.65.32.248 (172.65.32.248) 4.061 ms 3.926 ms 3.913 ms
sh-5.2$ netstat -nr
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 10.110.142.129 0.0.0.0 UG 0 0 0 enX0
10.110.142.128 0.0.0.0 255.255.255.240 U 0 0 0 enX0
10.110.142.129 0.0.0.0 255.255.255.255 UH 0 0 0 enX0
10.110.142.130 0.0.0.0 255.255.255.255 UH 0 0 0 enX0
sh-5.2$ curl -I https://google.com
HTTP/2 301
location: https://www.google.com/
content-type: text/html; charset=UTF-8
content-security-policy-report-only: object-src 'none';base-uri 'self';script-src 'nonce-Mq9rvwwKWMrjhuv8XzFZ2A' 'strict-dynamic' 'report-sample' 'unsafe-eval' 'unsafe-inline' https: http:;report-uri https://csp.withgoogle.com/csp/gws/other-hp
date: Thu, 20 Mar 2025 15:36:36 GMT
expires: Sat, 19 Apr 2025 15:36:36 GMT
cache-control: public, max-age=2592000
server: gws
content-length: 220
x-xss-protection: 0
x-frame-options: SAMEORIGIN
alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
sh-5.2$ curl -I https://aws.amazon.com
curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to aws.amazon.com:443
sh-5.2$ ping acme-v02.api.letsencrypt.org
PING ca80a1adb12a4fbdac5ffcbc944e9a61.pacloudflare.com (172.65.32.248) 56(84) bytes of data.
^C
--- ca80a1adb12a4fbdac5ffcbc944e9a61.pacloudflare.com ping statistics ---
126 packets transmitted, 0 received, 100% packet loss, time 129999ms