Improve CloudFormation documentation:#686
Open
sbrossie wants to merge 1 commit into
Open
Conversation
- Overview — architecture diagram + what the stack creates, at-a-glance prerequisites table - Prerequisites (4 numbered, each independently completable) — account/region, VPC/subnets, TLS cert (with warnings about FQDN and empty ARN), key pair - Step 1: Subscribe — marketplace flow, noted as one-time-only - Step 2: Launch — parameters in 4 groups matching the template UI, with "what to enter" guidance not just a flat list - Step 3: Verify — fixed the wrong port (was :9090, now just /users/sign_in) - Step 4: DNS (optional) — clarified the difference between ACM validation CNAME and routing CNAME - Troubleshooting — four documented error scenarios including the two you hit yourself and the login-via-LB issue
|
|
||
| Common causes: the RDS cluster was not reachable from the EC2 instances (check security groups and subnet routing), or an invalid parameter value was passed to the install script. | ||
|
|
||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
What You Will Need
Prerequisites
And then the steps, with screenshot for each screen.