Rob
Active Member
@Fabian Simões Thanks for that, looks like an interesting service, I'll check them out.
@Rob,
Thank's for the lecture, but my question was simply a request for clarification, nothing more. I did not fully understand how MW sends in parallel, but how I do, which was the original objective.
We run a pretty decent size AWS infrastructure in multiple regions, thus has a very deep understanding relative to clustering, scaling, etc. Yes, I am new to MW.
Again; Thank You.
@Rob
Per my prior message, we are just starting with MW. For email, we have been using other solutions. We do not have a bandwidth issue, etc.
Since you appear to interested on the setup see below.
Our platform is 100% AWS. We do keep a few NY Digital Ocean instances for development, and a few admin functions. Our general highlevel setup, not exclusive to email is as follows:
a. Load balancer with sticky sessions. (In all cases we use application DB based session management).
b. A min of two EC2 instances with an auto-scale group.
c. AWS-RDS / MySQL multi-zone
d. All media is served via S3 including email images.
e. Route53 for DNS services.
Delivery transport is a balancing act, but in most cases it's made up of Elastic Email, SES, and clients own server. We require a lengthy warm-up and slow migration. The client's email server is used for a small fraction of the traffic to improve reputation. Needless to say, we use SPF, DKIM and DMRAC.
We favor VPC over Classic.
@Rob
Per my prior message, we are just starting with MW. For email, we have been using other solutions. We do not have a bandwidth issue, etc.
Since you appear to interested on the setup see below.
Our platform is 100% AWS. We do keep a few NY Digital Ocean instances for development, and a few admin functions. Our general highlevel setup, not exclusive to email is as follows:
a. Load balancer with sticky sessions. (In all cases we use application DB based session management).
b. A min of two EC2 instances with an auto-scale group.
c. AWS-RDS / MySQL multi-zone
d. All media is served via S3 including email images.
e. Route53 for DNS services.
Delivery transport is a balancing act, but in most cases it's made up of Elastic Email, SES, and clients own server. We require a lengthy warm-up and slow migration. The client's email server is used for a small fraction of the traffic to improve reputation. Needless to say, we use SPF, DKIM and DMRAC.
We favor VPC over Classic.
@Fabian Simões no problems just thought it would be for others to know their options and how others are handling similar deployments