fixing strapi extension versions

This commit is contained in:
2020-04-27 03:13:02 +01:00
parent 35ae8cb642
commit 4ee5de123a
4 changed files with 126 additions and 14 deletions

13
todo.md
View File

@@ -1,17 +1,22 @@
# To Do
Configure S3 addon and Configure
Finish S3 config for env vars
Deploy to AWS and ensure vars are working
Strapi documentation - build and host
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
Use cloudformation to deploy bucket instead of tieing it to the RDS instance.
Combine ELB Documentations (strapi, ELB etc)
Use codebuild to update strapi