Skip to content
Architecture videos

Description

Make it entertaining and engaging.

What is the name for the new architecture?
Advantages:
one click deploy in 5 mins
on top of AWS
you can extend with any AWS service easily
automatically integrate Github account with OIDC
AWS best practices
Uses ECS Fargate cluster
docker based
no EC2 provision needed
fully managed
cheap
uses namespaces
uses AWS Route 53 local domain zone for service discovery
Uses ECR for artifacts publishing
Uses two environments: dev and prod, with shared resources, could be extended
Ready to use github actions
Automatic domain provisioning
Create and validate Route 53 public zone
Creates and validates SSL certificate
Attach the certificate to ECS load balancer
All secrets managed by AWS SSM parameter store, encrypted with
Components build-in:
backend (any language)
S3 bucket attached to backend
mockoon for dev environment
identifo
cognito
RDS Postgres
SES
support test emails
automatic test zone
automatic DNS record for validation
EventBridge cron job enabled task
EventBridge enabled job
S3 buckets
CloudWatch logs
Plugins to rewrite and add any AWS component with regular terraform format
Automatic deployment controller with Lambda
redeploy service to dev on new push to ECR
redeploy service if env variables (SSM parameter store) changes
redeploy service on new EventBridge event
listen and notify on deployment status, reports to Slack
Incremental infrastructure updates just in second thanks to the magic of terraform
Price for the infrastructure is just $45 per month!

Coming soon:
dynamodb setup
AWS CloudWatch alerts setup (recommended set of rules)
AWS Xray support and deployment
CloudWatch dashboard
Web tool to create and edit your environment


Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.