How to use multiple profiles on AWS CLI:

Firstly you will need to configure the profiles as such:

aws configure --profile <profile_1>
aws configure --profile <profile_2>

This will prompt you to enter your AWS key details. Then to use each simply append --profile <profile_1> to whatever command:

aws s3 sync dist s3://admin-harperconcierge.com --delete --acl public-read --profile wagner

Send email with SES

Lambda

AWS Ruby Lambda

Add SSL to Elastic Beanstalk