Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Click 'Next' in the lower right in the screen capture above. This will bring up the stack configuration page shown below.

Set the following properties for the stack:

  • Stack Name
    • This is a friendly name that will allow you to easily identify the stack in your AWS account
  • Instance Type
    • The instance size to use for the deployment. Note the size will affect the costs associated with your deployment.
  • KeyName
    • This is the EC2 keypair that you created at the beginning of this process. If you missed it, instructions to create it are here.
  • SSH Location
    • This is the the IP address or addresses that will be whitelisted to allow SSH access to the EC2 instance. The example '0.0.0.0/0' will allow SSH access from anywhere. This is not recommended for production environments but will allow access from anywhere initially. This can be changed later as well. A more secure option would be to use your IP address. For example, '47.123.53.23/32' would be used if your IP address is '47.123.53.23'.

After setting the properties, click the 'Next' button in the lower right of the Window.




After the AWS Infrastructure has been deployed via the AWS Marketplace 1-click procedure, the application must be configured. In order to configure the application you must be able to access the EC2 instance via SSH. Information on accessing the EC2 instance via SSH can be found here. Additional details on the filesystem layout of this EC2 instance can be found here.

...