-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'aws-observability:main' into main
- Loading branch information
Showing
33 changed files
with
1,877 additions
and
70 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
import { configureApp, errorHandler } from '../lib/common/construct-utils'; | ||
import { PipelineMultiEnvMonitoring } from '../lib/multi-acc-new-eks-mixed-observability-pattern'; | ||
|
||
const app = configureApp(); | ||
|
||
/* | ||
CDK Observability Accelerator pattern for Multiple EKS clusters in multiple AWS accounts | ||
*/ | ||
|
||
new PipelineMultiEnvMonitoring() | ||
.buildAsync(app) | ||
.catch((e) => { | ||
errorHandler(app, "Multi Account Multi EKS CDK Observability pattern setup errored. Ensure SSM SecureString Parameter /cdk-accelerator/cdk-context exists in COA_PIPELINE_REGION of pipeline account. See documentation for details.", e); | ||
}); |
Binary file added
BIN
+409 KB
docs/patterns/images/multi-acc-new-eks-mixed-observability-pattern-amg-amp1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+188 KB
docs/patterns/images/multi-acc-new-eks-mixed-observability-pattern-amg-cw1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+224 KB
docs/patterns/images/multi-acc-new-eks-mixed-observability-pattern-amg-xray.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.84 MB
...s/images/multi-acc-new-eks-mixed-observability-pattern-architecture-dark-v2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+12.2 MB
docs/patterns/images/multi-acc-new-eks-mixed-observability-pattern-runme-v2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.