Examtopics

Professional Cloud Architect
  • Topic 9 Question 59

    If you have object versioning enabled on a multi-regional bucket, what will the following lifecycle config file do? {"lifecycle": { "rule": [ { "action": {"type": "Delete"}, "condition": { "age": 30, "isLive": true } }, { "action": { "type": "SetStorageClass", "storageClass": "COLDLINE"}, "condition": { "age": 365, "matchesStorageClass": ["MULTI_REGIONAL"] } } ] } }

    • Archive objects older than 30 days (the second rule doesn't do anything)

    • Delete objects older than 30 days (the second rule doesn't do anything)

    • Archive objects older than 30 days and move objects to Coldline Storage after 365 days

    • Delete objects older than 30 days and move objects to Coldline Storage after 365 days


    シャッフルモード