Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

showing and explaining the CodePipeline limits to early adopters #137

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ Launch ADF via the [Serverless Application Repository](https://console.aws.amazo
- Refer to the [Admin Guide](/docs/admin-guide.md) for Installation steps and Administration.
- Refer to the [User Guide](/docs/user-guide.md) for using ADF once it is setup.
- Refer to the [Samples Guide](/docs/samples-guide.md) for a detailed walk through of the provided samples.
- Refer to the [FAQ](docs/FAQ.md) for list of the frequently asked questions.
2 changes: 1 addition & 1 deletion docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- > A: Organzations can only be accessed from the Master account of the Organization, read more about [AWS Organizations](https://docs.aws.amazon.com/organizations/latest/APIReference/Welcome.html).

- Q: What are the limits of AWS CodePipeline?
- > A: Please read [AWS CodePipeline Limits](https://docs.aws.amazon.com/codepipeline/latest/userguide/limits.html).
- > A: Please read [AWS CodePipeline Limits](https://docs.aws.amazon.com/codepipeline/latest/userguide/limits.html). A single pipeline of type cloudformation can have maximum of 200 deployment targets distributed across 8 organization units.

- Q: I cannot get CodeCommit working nicely with git or it stops working after a short period of time.
- > A: Please read [Setting up CodeCommit](https://docs.aws.amazon.com/codecommit/latest/userguide/setting-up.html).
Expand Down