This repository contains Terraform configurations that deploy the prerequisites for exporting mailbox content from Amazon WorkMail.
Please check the wiki page for a step-by-step tutorial on this solution.
- Amazon Web Services (AWS) account.
- Terraform 0.14 installed on your computer. Check out HasiCorp documentation on how to install Terraform.
- Configure your AWS access keys as environment variables:
$ export AWS_ACCESS_KEY_ID=(your access key id)
$ export AWS_SECRET_ACCESS_KEY=(your secret access key)
- Clone this repository:
$ git clone https://github.com/RaduLupan/export-aws-workmail.git
$ cd export-aws-workmail
- Deploy AWS WorkMail export prerequisites:
$ terraform init
$ terraform apply