Hosting A PHP Web Application On AWS: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
== Process (rough notes) == | == Process (rough notes) == | ||
Log in to AWS Management Console. | |||
The home page contains an area titled '''Build a solution'''. Click on '''Build a web app''', which is a path to creating a new Elastic Beanstalk instance. | |||
The process to create the EB instance includes a prompt to upload source files for the instance. There is an alternative, which is to select a S3 bucket containing source files. Not sure which is preferable from a maintenance standpoint, or maybe when the source files are uploaded it automatically creates a new S3 bucket which can then be updated. | |||
== Configuration == | |||
From the EB on the the EB instance to view its properties. | |||
'''Notifications''' - Enter an email address to receive notifications. | |||
== Pricing == | == Pricing == | ||
Revision as of 23:18, 18 July 2018
Overview
Process (rough notes)
Log in to AWS Management Console.
The home page contains an area titled Build a solution. Click on Build a web app, which is a path to creating a new Elastic Beanstalk instance.
The process to create the EB instance includes a prompt to upload source files for the instance. There is an alternative, which is to select a S3 bucket containing source files. Not sure which is preferable from a maintenance standpoint, or maybe when the source files are uploaded it automatically creates a new S3 bucket which can then be updated.
Configuration
From the EB on the the EB instance to view its properties.
Notifications - Enter an email address to receive notifications.
Pricing
TK