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