Part 3: Create an Amazon Simple Storage Service Bucket - connect-group/terraform-aws-ses-dashboard GitHub Wiki

This procedure describes how to create and configure an Amazon S3 bucket to store the dashboard files that are generated by the AWS Lambda function.

To create a new Amazon S3 bucket

  1. Sign in to the AWS Management Console and open the Amazon S3 console at https://console.aws.amazon.com/s3/.
  2. Choose Create bucket.
  3. On the Create bucket window, for Bucket name, type a name for the bucket.
  4. For Region, choose the AWS Region in which you want to create the Amazon S3 bucket. Choose Next.
  5. On the Set properties and Set permissions screens, choose Next. On the Review screen, choose Create bucket.
  6. Proceed to Part 4: Create AWS Identity and Access Management Policies and Roles.