29 lines
859 B
Markdown
29 lines
859 B
Markdown
# To Do
|
|
|
|
Finish S3 config for env vars
|
|
Deploy to AWS and ensure vars are working
|
|
|
|
Use cloudformation to deploy bucket instead of tieing it to the RDS instance.
|
|
Use <https://strapi.io/documentation/3.0.0-beta.x/deployment/amazon-aws.html#_2-create-the-bucket> for bucket options for the template.
|
|
|
|
~~Strapi documentation - build and host~~
|
|
|
|
Deploy strapi as load balanced rather than single instance
|
|
|
|
Deploy strapi with a custom domain with HTTPS as a single instance + load balanced.
|
|
|
|
RDS cloudformation template
|
|
Use the GUI to go through options and create cloudformation template
|
|
Create an RDS db before deployment
|
|
Configure Strapi to use this RDS db
|
|
|
|
Combine ELB Documentations (strapi, ELB etc)
|
|
|
|
Use codebuild to update strapi
|
|
|
|
Use circle CI instead
|
|
|
|
Finish the backgrounds for the demo website
|
|
|
|
Cloudformation template to deploy an S3 bucket
|