인터넷 사용이 불가능한 Private한 환경에 있는 EC2에서 CLI 로 S3에 접근하고자 하는데 연결이 되지 않음S3와 연결을 위해 S3 Endpoint의 방화벽을 열어주었는데도 안됨.root@ip-10-0-143-45:~# aws s3 ls 위 명령어 사용시 무한 로딩 발생debug 옵션을 사용하여 원인 분석root@ip-10-0-143-45:~# aws s3 ls --debug...2025-05-14 04:17:32,825 - MainThread - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): s3.us-east-1.amazonaws.com:443Starting new HTTPS connection (1): s3.us-ea..