I have a php application that will be running on several instances of Google Compute Engine (GCE). The application will utilize php sessions. I understand Amazon AWS offers a DynamoDB Session Handler for handling sessions on EC2 instances (link here ).
What about Google Compute Engine ? I could not find any available options other than the Session Affinity setting on the Load Balancer.
Are there any classes or available libraries that can make it easier to implement scalable php sessions on GCE instances ?