The task is to incorporate an image upload feature into a social media application. The feature should allow users to upload images ranging from 2 MB to 1 GB in size. The objective is to reduce infrastructure operational overhead for this functionality.
Your application will be deployed on a Compute Engine instance that will communicate with Cloud SQL. In order to allow communication between the application and the database using the service account associated with the instance, you will use Cloud SQL Proxy. It is recommended by Google to provide minimum access for the role assigned to the service account, which you intend to follow as a best practice.
Your company has created an application that uploads a report to a Cloud Storage bucket. When the report is
uploaded to the bucket, you want to publish a message to a Cloud Pub/Sub topic. You want to implement a
solution that will take a small amount to effort to implement.
What should you do?