From ebe086a471dd596e4f96eebbaafa0ae5362a2d75 Mon Sep 17 00:00:00 2001 From: Adzhmal Amin Date: Mon, 19 Aug 2019 11:57:59 +0200 Subject: [PATCH] adding URL to the FAQ section. Adding short summary for the CodePipeline limits concerning the most common pipeline type. --- README.md | 1 + docs/FAQ.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d5ca7fee..584657b91 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/docs/FAQ.md b/docs/FAQ.md index dd47422fc..f069e0469 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -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).