PHP & Mysql on AWS

Asked

Viewed 113 times

0

Hello,

I am new to the issue of AWS and would like to acquire a machine there so that it works basically as a localhost server (MAMP, WAMP, XAMPP) so that it works as a website, only with everything that these "pacotões" already offer. What packages do I need to purchase? At the free level is possible? I intend to make available on the internet with a specific domain.

Grateful,

1 answer

0

Expensive,

When you are climbing your EC2 instance you can select an already configured ami in the AWS Marketplace, search by LAMP (there are free options) or WAMP (only paid).

Another option is to upload a pure instance (only with OS) and install the required packages through IIS (win) or the package manager specific to the chosen Linux distro (there are several tutos for this ex: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/install-LAMP.html).

It is possible to install everything on the free level since you choose the EC2 instance of type t2.micro (only gives right to 1 instance for linux + 1 instance for Windows if used 24hr/day) and your storage (EBS) does not exceed 30GB. To make available on the Internet with a specific domain you must use Route 53, which is not free-Tier but costs $~0.50 per domain.

Source: https://aws.amazon.com/pt/free/

Hug.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.