**End-to-end cloud data platform designs covering ingestion, storage, processing, serving, and governance layers — with production-ready IaC templates for AWS.**
Browse the actual product documentation and code examples included in this toolkit.
Key features of Cloud Data Platform Blueprint
• AWS Account with S3, Glue, Kinesis, Athena, Lake Formation, IAM permissions • AWS CLI v2 configured • Python 3.10+ (for scripts) • Terraform >= 1.5 (if using Terraform) • Use Parquet format in Silver/Gold zones (90% less Athena scan cost) • Enable S3 Intelligent-Tiering for Bronze zone
AWS Account with S3, Glue, Kinesis, Athena, Lake Formation, IAM permissions
AWS CLI v2 configured
Python 3.10+ (for scripts)
Terraform >= 1.5 (if using Terraform)
Use Parquet format in Silver/Gold zones (90% less Athena scan cost)
Enable S3 Intelligent-Tiering for Bronze zone
Configure Cloud Data Platform Blueprint parameters to see how the product works.
aws cloudformation deploy \ --template-file cloudformation/data-lake-storage.yaml \ --stack-name data-lake-storage \ --parameter-overrides Environment=production OrganizationPrefix=acme \ --capabilities CAPABILITY_NAMED_IAM