How to set up email forwarding with Amazon SES

 

In this article you will see how to set up email forwarding with Amazon SES using Amazon S3 and AWS Lambda.

What are you going to do ?

Let’s say you own a domain bravokeyl.com and you want to send and receive emails using b@bravokeyl.com or whatever@bravokeyl.com. To acheive this you can leverage AWS services like Amazon SES, Amazon S3 and AWS Lambda.

Amazon SES: It is a mail server that can both send and receive mail on behalf of your domain.

Amazon S3: It is storage for the Internet. It is designed to make web-scale computing easier for developers.

AWS Lambda: It is a compute service that lets you run code without provisioning or managing servers.

Steps involved to set up email forwarding:

Getting the WordPress blog password installed using Amazon Lightsail

In the previous article, I showed you the steps to install WordPress on Amazon Lightsail. After installing WordPress we need to login into administration area and change the default password or entirely delete the default user and create a new user, in this article I will show you how we can login into WordPress and do that.

The WordPress image or the other images that are available on Amazon Lightsail while creating an instance are basically Bitnami powered apps. Bitnami makes pre-configured, ready to run image for running WordPress on Lightsail.

Read More

How to install WordPress on AWS Amazon Lightsail within five mintues

Amazon Lightsail

AWS launched Amazon Lightsail, a virtual private server service just like DigitalOcean offerings with a starting price of $5 per month. And they are marketing it as The Power of AWS, the Simplicity of a VPS which I think aptly suits, it takes all the hard work on creating an instance and setting up with correct inbound/outbound rules, creating and assigning elastic IP to an instance, setting up firewall, SSH login, taking snapshots.

Features of Amazon Lightsail

  • Lightsail Virtual Private Server (VPS)
  • Powerful API
  • Highly available storage
  • Speedy & secure networking
  • Snapshots
  • Access to AWS Services

So let’s setup a WordPress installation on AWS Amazon Lightsail with in a matter of minutes without any technical knowledge.

Just login to AWS console and click on the services pages check for Lightsail or just go to Lightsail home page after login.

Read More