-1

I am currently instructed to devise a scheme for managing stack dependencies (10 fixed stack dependencies given) and environments (a combination of stacks) as part of a challenge. There is no documentation and information are rather abstract. I need to find a way to parse stacks and environments (stored in yaml) and iterate through each environment and build dependencies and/or find missing ones. I have to present the algorithms that i used and bonus implement a new layer on top of the scheme to upgrade the stacks of already running environments and test some examples. Where should I start? Is this a problem of IaC or DevOps and should I use Ansible or AWS?

0 Answers0