-
You are in charge of maintaining your organization’s GCP infrastructure and you need to perform some significant changes. You have to find a way to share the proposed changes with your entire team before deployment. You want to follow Google’s recommended best practices.
What should you do?
The option that says: Create Deployment Manager templates to define the proposed changes and save them into Cloud Source Repositories is incorrect because the Cloud Source Repositories service is only used for storing container images. It is not used to store other types of files such as Deployment Manager templates.
Really ? Cloud Source Repositories is incorrect because the Cloud Source Repositories service is only used for storing container images? Cloud Source Repositories for container images? Looks like mistake git is much better than cloud storage.
-
Hi Jurkinss,
Thank you for sharing your feedback.
Hosting templates in Google Cloud Storage let you to control who has access to the templates because you can set access control options on the respective Cloud Storage bucket or the specific template.
In contrast, hosting your templates on other publicly-accessible URLs requires that you make the templates widely available.
We have updated the explanation for Cloud Source Repositories and the change will be reflected in our practice tests soon.
Let us know if you need further assistance. The Tutorials Dojo team is dedicated to help you pass your AWS exam on your first try!
Regards,
Wayne @ Tutorials Dojo
- This reply was modified 3 years, 10 months ago by wayne-c.
-
BUT cloud source repository it’s private google managed git you can grant permissions the same way as GCS if it’s your point! Looks like out of reality :), to store deployment yaml files on GCS …
-
You’re totally right Jurkinss. I already found the same.
I also checked that there are different answers as correct for the same question 🙂On exame “Timed Mode Set 2 – Google Certified Associate Cloud Engineer” the answer defined as correct is the one related to Cloud Storage (not correct in my opinion).
However, on the exame “Review Mode Set 2 – Google Certified Associate Cloud Engineer” the answer defined as the correct one is related to Source Repositories 🙂
Log in to reply.