Any recommendations on an EC2 instance type/size f...
# getting-started
m
Any recommendations on an EC2 instance type/size for Meltano Prod Environment?
t
@aaronsteers any thoughts on this one?
a
A relatively humble instance type should work for running Meltano itself. However, for actually running EL pipelines, something with 4GB+ is recommended. I have seen 2GB of RAM used up pretty easily, especially if a target cannot keep up with the speed of the tap. (Varies per tap/target combo; you can always start with a 2GB instance and double it if/when needed.)
Does this help?
m
@aaronsteers thanks for the reply! Has Meltano been tested on ARM based compute?
a
Not that I'm aware of. I think it probably comes down to python library compatibility - very possible that it would work fine, but each tap/target plugin might use different libraries so I think you'd have to test your pipeline plugins specifically.
I know the Macbook "M1" line faced issues at launch due to python compatibility, but the resolution of those issues may have also paved the way for other ARM-based implementations.
If you try this out, please do post back. I'm very interested in what you find.