Versions Compared

Key

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

...

Note deployments can fail for multiple reasons included account resource limitations. Below is an example of a failed deployment's resources page. Note the 'DELETE_COMPLETE' state for a subset of all of the resources that should've been created.

Image Added

By clicking the 'Events' page we can see more information about what failed as shown below.

Image Added

Note the 'Status reason' column on the right. This deployment failed because the AWS account under which it was deployed has reached its limit of Internet Gateways. To resolve the issue for this case, follow these steps:

  1. Delete the stack using the 'Delete' button at the top of the stack's page
  2. Resolve the limit issue - either free up an Internet Gateway or request additional resources via an AWS support ticket
  3. Repeat this procedure to deploy the stack.


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.

...