amazon ec2 - Running Chrome on an AWS micro instance -


let me start saying server administration experience limited, please forgive me if i'm making assumptions might seem odd.

i've written extension google chrome , i'd test stability when left running continuously days, unfortunately have no access pc or laptop can leave on 24/7. idea set ec2 micro instance ubuntu, install ubuntu-desktop , vnc server, , connect via vnc instance, access graphical desktop interface, install google chrome, add extension , let run there.

does sound feasible, or silly idea? potential limitations run into?

aws gives complete control of os you're suggesting makes sense.

the main disadvantages of running gui on network come down bandwidth , latency issues, might want consider getting ec2 instance close region possible.

keep in mind aws security groups, need configured allow vnc connection.

micro instances aren't made production use, may find it's not true test of typical system. should factor test may more appropriate use small instance type.

other that, sounds reasonable solution.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -