Amazon web services – Verify that boto3 in EC2 is using VPC endpoint to connect to S3?
How can I verify that boto3.client('s3') in EC2 is using VPC endpoint? In AWS, I have a created VPC Endpoint (service=s3, type=gateway). From what I understand, boto automagically selects its client(endpoint_url). I am ingesting terabytes of data, so I don't…