Frost uses Amazon's Simple Storage Service or S3 to store projects that can later be deployed via the web app.
To make your own S3 bucket with compatible settings using Amazon CloudFormation:
- Go to the CloudFormation service - Enter
CloudFormation
into the AWS Search Bar - Click the
Create stack
button and selectWith new resources(standard)
- Under
Specify template
, selectUpload a template file
- Click the
Choose file
button and select thes3-template.json
file found in this directory - Click
Next
- Enter a stack name, ex. 'frost-s3-stack'
- Enter a bucket name, ex. 'frost-s3-bucket'
- Click
Next
twice - Click
Create stack
Note: The bucket name chosen in step 7 must be unique and conform to S3's bucket naming rules found here