Instance on Amazon
Hi, just wondering what instance type I should select for my trial on amazon for 1-2 HD streams, I’ll be transcoding from H.264 via RTSP to WebRTC..
1 Answers
Hi,
You can start with an EC2 T2.micro instance for preliminary testing. Note that T2 instances are suitable for bursty or non-continuous CPU usage. They provide a baseline CPU performance and can throttle up momentarily for bursty CPU loads. Once you familiarize yourself with the basic functions of the EMS, you can step up to T2.small or larger instances depending on your price/performance needs. See pricing details in https://aws.amazon.com/ec2/pricing/.
Cheers,
Don