Ooh new editor
DATE: April 23rd, 2020
What will you accomplish by end of April?
- Finish and launch MVP of TinyDev
What did you do yesterday to work towards your goal?
- Progress on autoscaling definition
- Progress on VPC/subnet definition
What will you do today?
- Set up CloudFormation VPC + subnet configuration
- Set up a CloudFormation EC2 definition for the compute layer, with NAT traversal, autoscaling groups, and load balancing
- Set up a CloudFormation EBS volume to scale out the data layer
- Set up a CloudFormation EFS volume for static files to be served
- Set up a CloudFormation ECS definition for the container orchestration layer, with service / task / cluster definitions, and auto-pulling from ECR
- Set up CI/CD pipelines for test and production deploys with AWS CodeBuild and AWS CodePipeline