Posts

Mail Automation by AWS SES with Salesforce Integration

Image
Introduction The Business analysis is to automate the process of sending reply mail to authorized user from the mail id with its domain and mail id registered with Amazon SES. The reply mail body contains case id which is generated in Salesforce through AWS Lambda function. Following are the services required from AWS. Amazon SES   Amazon Simple Email Service (SES) is a cost-effective, flexible, and scalable email service that enables developers to send transactional email or any type of high-quality content to receivers. Amazon SES's helps in protecting sender reputation by its flexible IP deployment and email authentication options. This service is mainly used to send mails securely and globally. Use Case: A solution for forwarding inbound emails to domains that are not managed by Amazon SES. Going forward, we will get an idea, how to forward incoming email to an email address that is managed outside of Amazon SES by deploying python code in AWS Lambda, Amazon SES, Amaz

Allow access to an RDS instance from DMS which is outside your AWS account.

Image
USE CASE: If you are looking to allow AWS RDS access through DMS service which is outside your VPC or across different AWS accounts then this blog is going to help. DESCRIPTION: We can use any of the DB instances. Here, we are going to use AWS RDS SQL Server (Amazon Relational Database Service) and SSMS client for testing purpose.  Amazon RDS is a web service that makes it easier to set up, operate and scale a relatonal database in AWS cloud. It provides cost-efficient, resizable capacity for an industrial-standard relational database and manages common database administration tasks. . STEP 1: Create an RDS SQL Server or choose an existing instance, after logging into AWS Management Console. NOTE : We connect to the RDS SQL Server from SSMS client.   STEP 2: Modify the created RDS with the following: By default public accessibility will be ‘no’, change it to ‘yes’.   Go to Networking section and click on VPC . STEP 3: Make a note of IPv4 CIDR. STEP 4: Go back to DB insta