AWS
S3
List S3 buckets
Create S3 bucket
aws s3 mb s3://my-first-backup-bucket
Upload file to S3 bucket
aws s3 cp “C:\users\my first backup.bak” s3://my-first-backup-bucket/
Download file from S3 bucket
aws s3 cp s3://my-first-backup-bucket/my-first-backup.bak ./
Delete file from S3 bucket
aws s3 rm s3://my-first-backup-bucket/my-first-backup.bak
Processes
Add new email accounts to SES
- Create/modify SES rule set(s) to add a new recipient address
- Modify the lamba forwarding process to include that recipient address
- Add the email address to GMail and verify