Hi,
We have a deployment model that uses aws ec2 built as immutable instances of Amster. So the config such as Journeys being static, we do
- export a frodo journey
- create a amster export
- identify only the artifacts relevant to the journey by comparing the above
Version control the artifacts identified as such and use it to build the EC2 AMIs to create the autoscaled cluster.
Is there a way frodo can support the above usecase by creating exports compatible with amster, so it can minimize the development pain point?
Please advise if there is an more optimized way to do this.