Versions Compared

Key

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

...

  1. Administration level AWS account access key and secret key.
  2. You will need an S3 bucket named: '${stack}-default'.
    1. This bucket should contain the property file with all of your stack's passwords named '${stack}-default.properties
  3. SSL Certificates used for the Elastic Load Balancer must be placed in the S3 bucket named: '${stack}-default'. The following files must be there:
    1. SSL/gd_bundle.crt (from GoDaddy)
    2. SSL/sagebase.org.crt (from GoDaddy)
    3. SSL/private-key-for-ssl-certs-2048.pem (from /work/platform/PasswordsAndCredentials/SshCertificates)

Building a Stack

...

Get the Code

The first step is to get the Synapse-Stack-Builder jar either from Artifactory or cloning from GitHub.  To clone from GitHub:

...

There is a minimum amount of configuration information that you must provide to the stack builder.  This is done by passing Java properties file path the path to a java Properties file to the stack builder.  To setup this file start by making a copy of the following file:

...