Assessment Test
-
Instance templates are used to create a group of identical VMs. The instance templates include:
- Machine type, boot disk image or container image, zone, and labels
- Cloud Storage bucket definitions
- A load balancer description
- App Engine configuration file
-
The command-line command to create a Cloud Storage bucket is:
- gcloud mb
- gsutil mb
- gcloud mkbucket
- gsutil mkbucket
-
Your company has an object management policy that requires that objects stored in Cloud Storage be migrated from regional storage to nearline storage 90 days after the object is created. The most efficient way to do this is to:
- Create a cloud function to copy objects from regional storage to nearline storage.
- Set the MigrateObjectAfter property on the stored object to 90 days.
- Copy the object to persistent storage attached to a VM and then copy the object to a bucket created on nearline storage.
- Create a lifecycle management configuration policy specifying an age of 90 days and SetStorageClass...