The document discusses building fault-tolerant applications on Amazon Web Services (AWS). Some key ways to achieve fault tolerance highlighted in the document include:
1) Using Amazon Machine Images (AMIs) which contain application software configurations that can be easily launched across multiple server instances for redundancy.
2) Leveraging services like Auto Scaling to automatically launch new instances when demand increases or failures occur, Elastic Load Balancing to distribute traffic across instances, and Availability Zones which provide isolated infrastructure in each zone.
3) Storing data in fault-tolerant services like Amazon S3, SimpleDB, and RDS to ensure data availability even if server instances fail.