Upgrading our present infrastructure to use Load-balancer

0

SendX, a provider of email marketing software, relies on AWS resources for our infrastructure. A critical aspect of our operations involves the dynamic generation of SSL certificates for our clients' domains, such as "sp-track.<client_url>," within the Nginx layer of our instances.

In our previous setup, we accomplished this by configuring a CNAME record for "sp-track.<client_url>," pointing it to our domain, "track.sptrackh.com." Requests directed to "track.sptrackh.com" were then routed to the IP addresses of our instances. Within these instances, requests like "https://sp-track.sx22.email/api/v1/track/click/7/34782/293/default/dc172479-9707-4680-bb21-6627ed6fd8f4?redirecturl=http%3A%2F%2Fsendx.io " triggered the generation of SSL certificates for "sp-track.sx22.email" at the Nginx layer.

Additionally, we implemented security measures at the Nginx layer to proactively combat phishing emails and spam email links.

Now, as we aim to integrate a load balancer into our infrastructure, we seek to shift the responsibility of blocking phishing emails and spam email links exclusively to the load balancer. However, it is imperative that we retain the capability to generate SSL certificates for our clients' domains, especially for cases like "sp-track.<client_url>," where SSL certificates are currently generated at the instance level.

In this endeavor, we would greatly appreciate the assistance and guidance of the AWS support team to help us implement this transition successfully. We are looking for expert suggestions and best practices to ensure that our SSL certificate generation remains intact while enhancing our security measures by offloading the task of blocking malicious emails and links to the load balancer. AWS support is a vital resource in helping us achieve this critical milestone in our infrastructure evolution.

1개 답변
0

Hi Jayapal, I have conveyed your request to the account team for sendx.io. They will reach out to you offline.

AWS
전문가
Mike_L
답변함 8달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠