This document introduces several Amazon Web Services (AWS) that can be used to expand the capabilities of a ColdFusion application, including Amazon S3 for file storage, AWS CloudFront for content delivery, Amazon Simple Notification Service (SNS) for push notifications, AWS Lambda for serverless backend functions, and Amazon DynamoDB for a NoSQL database. It provides high-level overviews of each service and examples of how they can integrate with ColdFusion, such as reading and writing files to S3, setting up a CloudFront distribution, sending notifications with SNS, and invoking Lambda functions from CF.