#! /usr/bin/env php  AWS SDK for PHP  PHP Environment Compatibility Test (CLI) ---------------------------------------- PHP 5.2 or newer............  Yes  8.3.6 64-bit architecture.........  Yes  cURL with SSL...............  Yes  8.5.0 (OpenSSL/3.0.13) Standard PHP Library........  Yes  SimpleXML...................  Yes  JSON........................  Yes  PCRE........................  Yes  File system read/write......  Yes  OpenSSL extension...........  Yes  Zlib........................  Yes  APC.........................  No  XCache......................  No  Memcache....................  No  Memcached...................  Yes  PDO.........................  Yes  SQLite 2....................  No  SQLite 3....................  Yes  PDO-SQLite driver...........  Yes  open_basedir disabled.......  Yes  safe_mode disabled..........  Yes  Garbage Collector enabled...  Yes  Valid SSL certificate.......  Yes  ----------------------------------------  Your environment meets the minimum requirements for using the AWS SDK for PHP!  * The OpenSSL extension is installed. This will allow you to use CloudFront Private URLs and decrypt Windows instance passwords. * The Zlib extension is installed. The SDK will automatically leverage the compression capabilities of Zlib. * Storage types available for response caching: The file system, SQLite 3, Memcached ----------------------------------------  Bottom Line: Yes, you can!  Your PHP environment is ready to go, and can take advantage of all possible features!  Recommended settings for config.inc.php  CFCredentials::set(array( '@default' => array( 'key' => 'aws-key', 'secret' => 'aws-secret', 'default_cache_config' =>  '/path/to/cache/folder' , 'certificate_authority' =>  false  ) ));