Skip to content

Commit

Permalink
Merge pull request #219 from alphagov/Small-updates-to-GCP-information
Browse files Browse the repository at this point in the history
Small updates for clarity and additional info on governance in GCP section
  • Loading branch information
annecremin authored Aug 2, 2024
2 parents d0e1198 + 980606d commit ee2b30a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
11 changes: 5 additions & 6 deletions source/tools/google-cloud-platform/gcp-access/index.html.md.erb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
title: Use Google Cloud Platform
weight: 1
last_reviewed_on: 2024-04-24
last_reviewed_on: 2024-08-02
review_in: 6 months
---

# Use Google Cloud Platform

Google Cloud Platform (GCP) is a suite of cloud computing services. GDS maintains a central account.
Google Cloud Platform (GCP) is a suite of cloud computing services.

## Get access to GCP

You already have access to GCP through your GDS Google Account.
If you are a member of GDS staff, you will already have access to GCP through your GDS Google Account.

You can use GCP through:

Expand All @@ -24,13 +24,12 @@ You will need specific roles and permissions to use each of the GCP services.

### Get a specific role or permissions to use GCP

A role is a set of permissions. You should only have the specific role or permissions you need to use the GCP.

A role is a set of permissions. You should only have the specific role or permissions you need to use the GCP service you require.
See the [Google Cloud documentation on understanding roles](https://cloud.google.com/iam/docs/understanding-roles) and the [IAM permissions reference](https://cloud.google.com/iam/docs/permissions-reference) for more information.

If your code fails to run, check the error message to see if there was a role or permission error.

If you need to run code unsupervised, that is without logging into your Google account, then you need a service account. [It's unlikely that you will need a service account for personal use](https://cloud.google.com/iam/docs/best-practices-for-using-and-managing-service-accounts#development).
If you need to run code unsupervised (without logging into your Google account) then you need a service account. It is unlikely that you will [need a service account for personal use](https://cloud.google.com/iam/docs/best-practices-for-using-and-managing-service-accounts#development).

[Contact the Data Engineering community on Slack](https://gds.slack.com/archives/C032AH1D6MU) to ask for a role, permission or service account.

Expand Down
13 changes: 10 additions & 3 deletions source/tools/google-cloud-platform/index.html.md.erb
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
title: Google Cloud Platform
weight: 4
last_reviewed_on: 2024-04-25
last_reviewed_on: 2024-08-02
review_in: 6 months
---

# Google Cloud Platform

Google Cloud Platform (GCP) is a suite of cloud computing services. GDS maintains a central account.
Google Cloud Platform (GCP) is a suite of cloud computing services.
GDS maintains a central account for use across GDS.

This section contains information on:

Expand All @@ -16,4 +17,10 @@ This section contains information on:
- [how to use BigQuery](/tools/google-cloud-platform/bigquery)

Logs data on the use of many GCP resources is captured and stored in Google Cloud Storage buckets.
More information on this data can be found on the [GCP logs data source page](/data-sources/gcp-logs/).
More information on this data can be found on the [GCP logs data source page](/data-sources/gcp-logs/).

## Governance

GCP is certified as [ISO/IEC 27001:2022 compliant](https://cloud.google.com/security/compliance/iso-27001).

In many cases (such as with the collection and use of [Google Analytics data](/data-sources/ga/ga4/)), the storage and usage of data within GCP is governed by Data Protection Impact Assessments.

0 comments on commit ee2b30a

Please sign in to comment.