Resolved: Adding MX Record(s) in AWS

 Recently, I was migrating MX records from WIX to AWS. I was using GSuite and I was unable to do the same. Then after a little bit of research, I found this stackoverflow link , which helped me resolve the problem. Here is how you should be adding the records in AWS. Record Name: @ Record Type: MX Value: <Priority> <Route Traffic to> example: 10 aspx.alt1.google.com And if you have multiple records, simply add the records in the same text area in the new line and no commas. This will resolve your problem. :)

Learn Azure Service Bus in 10 minutes in Hindi

 Recently, I created a video on youtube which talks about:

  1. Creating Azure Service Bus in Microsoft Azure Cloud
  2. Understanding the difference between Basic and Standard Tier
  3. Understanding the difference between Topics and Queues
  4. Creating a Queue
  5. Sending a message on Queue
  6. Peek a message and learn how many messages can be peeked
  7. Receive a message
Check out this Video.



Happy Learning :)