I'm seeking objective answers, so that this is not closed as subjective. Question may be moved to a different site if required.
What is the difference between AWS Marketplace and
sudo apt-get install
, and how do I decide to choose one over the other?
I noted that Amazon AWS has a marketplace with ready-to-deploy offerings like LAMP Stack from Bitnami. But tutorials often instruct you to create a blank EC2 instance, SSH into it, and manually install software using commands like sudo apt-get install lamp-server^
.
Are they the same? What are the advantages and disadvantages of each method?
If I get an offering from the AWS Marketplace, can I install other software to the same EC2 instance using either method? If there's a paid offering from AWS Marketplace that I used sudo apt-get
to install, will Amazon charge me? (They should, right? Or that will be a big loophole many will exploit.)