Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Challenge scenario
- You are just starting your junior cloud engineer role with Jooli inc. So far you have been helping teams create and manage Google Cloud resources.
- You are expected to have the skills and knowledge for these tasks so don’t expect step-by-step guides.
- Your challenge
- You are now asked to help a newly formed development team with some of their initial work on a new project around storing and organizing photographs, called memories. You have been asked to assist the memories team with initial configuration for their application development environment; you receive the following request to complete the following tasks:
- Create a bucket for storing the photographs.
- Create a Pub/Sub topic that will be used by a Cloud Function you create.
- Create a Cloud Function.
- Remove the previous cloud engineer’s access from the memories project.
- Some Jooli Inc. standards you should follow:
- Create all resources in the us-east4 region and us-east4-c zone, unless otherwise directed.
- Use the project VPCs.
- Naming is normally team-resource, e.g. an instance could be named kraken-webserver1
- Allocate cost effective resource sizes. Projects are monitored and excessive resource use will result in the containing project's termination (and possibly yours), so beware. This is the guidance the monitoring team is willing to share; unless directed, use e2-micro for small Linux VMs and e2-medium for Windows or other applications such as Kubernetes nodes.
- Each task is described in detail below, good luck!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement