amazon ec2 - Using EC2 instance to send large amount of emails using SES API (BOTO - Python) -



amazon ec2 - Using EC2 instance to send large amount of emails using SES API (BOTO - Python) -

currently have python script sends big amount of emails , throttle emails using threads sleeping main thread after x number of times comply amazon max rate restrictions.

i using script: github benchmark tool ec2 instance , personal computer.

my ec2 in same part ses end point; taking consideration script should able finish each batch of emails faster in reality considerably slower.

ec2 takes average of 0.2 0.3 seconds while locally takes less 0.1. concern want able send 70 emails per sec , based on readings not able to.

amazon instance:

type: m3.medium zone: us-east-1c

an m3.medium single core pc 4gb of memory. that's less powerful personal computer. if want improve performance, seek using more powerful instance such m3.large.

python amazon-ec2 amazon boto amazon-ses

Comments

Popular posts from this blog

php - Edges appear in image after resizing -

ios8 - iOS custom keyboard - preserve state between appearances -

Delphi change the assembly code of a running process -