You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Analytics account offers two deployment options. Following V1.xx customer feedback, we introduced an EC2 & SSM agent receiver option for processing large datasets that exceed Lambda's 15-minute execution limit.
Download sample-aws-multi-account-observability the folder as a zip from AWS Samples repository
3
Extract
Extract all and place it in a folder of your choice
4
Verify
Check that you have all the files
5
QuickSuite Account
MUST DO - Please make sure to have an Amazon Quick Suite account created. • Login to AWS Console > Search for Amazon Quick Suite • Create Account & Log in to Amazon Quick Suite and ensure its working.
Option A : Serverless Deployment
Using a Serverless approach with only Lambda functions handling the transactions.
Architecture
Step
Component
Action
Description
1
EventBridge (Daily Schedule)
Triggers
Daily trigger at 01:00 AM activates sender function
2
Sender Function (Lambda)
Executes
Collects data from AWS services (10GB/15min capacity)
3
KMS Key
Encrypts
Provides encryption for data security
4
S3 Data Bucket
Receives
Stores encrypted JSON data from sender accounts
5
Receiver Function (Lambda)
Processes
Triggered by S3 PUT events, processes JSON data (10GB/15min)