Skip to content

Commit ec99b4f

Browse files
update follow up questions
1 parent 30237f4 commit ec99b4f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/blog/multi-tenant-system-with-aws-cdk.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,9 @@ In conclusion, building a scalable and efficient multi-tenant system on AWS requ
270270

271271
We look forward to sharing more of our experiences in future blog posts with follow-up questions like below.
272272

273-
1. How to automate the provisioning and updating of CDK infrastructure using GitHub Actions?
274-
2. What are the key factors to consider when deciding between these two popular IaC tools Terraform and AWS CDK?
275-
3. What are the downfalls of choosing multiple applications and databases for a multi-tenant system with a multi-VPC AWS architecture?
276-
4. As the system grows, how to design an application deployment pipeline that accommodates multiple services and tenants?
277-
5. How to ensure a complex system is resilient in the face of disasters or outages?
278-
6. How to normalize our complex multi-VPC system to reduce costs and improve efficiency?
273+
1. How to automate CDK infrastructure provisioning with GitHub Actions?
274+
2. When to choose CDK over Terraform?
275+
3. What are the downsides of choosing a multi-VPC AWS architecture?
276+
4. How to design a scalable deployment pipeline for multiple services and tenants?
277+
5. How to plan for disaster recovery?
278+
6. How to optimize multi-VPC architecture to reduce costs?

0 commit comments

Comments
 (0)