I have a “best practices” question I want to ask, Our aws stack include networking(vpc,subnets,etc.), rds, amazonmq, eks, nodes groups, roles, and lambda.
I am using argo to leverge this infrastructure, And I wanted to ask do you think it is better to create one big composition that holds everything inside?
Or it will be better to create difrennet compositions, like: networking, db, eks and use those compositions separately.
The big downside in the I see in creating multiple compositions is that I will need to hard code things like subnets-ids in the claims.
While in one big composition I can reffer to each resources.
Your thought will be appreciated