HanumanthSastry commited on
Commit
3198adf
1 Parent(s): 00676b9

Upload sample_adr.txt

Browse files
Files changed (1) hide show
  1. sample_adr.txt +51 -0
sample_adr.txt ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Google Cloud Storage
2
+ This documents defines the approach to select Google services based on specific organization requirements.
3
+
4
+ | Author | Status | Version | Date | |:--|:--|:--|:--| | Jane Doe | Accepted | 0.1 | 11-06-2023 |
5
+
6
+
7
+
8
+ Context
9
+ Google Cloud Storage (GCS) is a service for storing your objects in Google Cloud. An object is an immutable piece of data consisting of a file of any format. You store objects in containers called buckets. All buckets are associated with a project, and you can group your projects under an organization. GCS provides several storage classes that enable a consumer to choose the right balance of access frequency against cost. More frequently accessed storage has a higher storage cost but lower access charge, while less frequently accessed data has a lower storage charge and higher access charges.
10
+
11
+ Decision
12
+ Need for an immutable compliant storage on the cloud to store regulatory related files and encrypt using customer managed encryption key (CMEK).
13
+ The storage solution must be simple, scalable and can be accessed through APIs.
14
+ Usecases: - Media content storage and delivery. Geo-redundant storage with the highest level of availability. - Backups and archives. - durable storage for static websites. - Integrated repository for analytics and ML.
15
+
16
+ GCS Object storage solution has a unique position with application transformation. GCS offers API level access on data storage for different storage requirements. GCS is tightly integrated with GCE, GKE, database services and git.
17
+
18
+ It is recommend GCS Object storage as one of the storage solution options.
19
+
20
+ Consequences
21
+ Pros or Capabilities:
22
+
23
+ Key Functional Capabilities for Google Cloud Storage can be found here.
24
+ Cons or Service Limitations:
25
+
26
+ The resource locations Organization Policy Service constraint controls the ability to create regional resources. When regional resource are created, testing should be carried out for new policy on non-production projects and folders.
27
+
28
+ GCS Services explicitly to be used by Terraform Module for Prod/UAT and Development environment.
29
+
30
+ Cloud Storage 5TB object size limit. Cloud Storage supports a maximum single-object size up 5 terabytes. If you have objects larger than 5TB, the object transfer fails for those objects for either Cloud Storage or Storage Transfer Service.
31
+
32
+ Limit & Quotas about cloud Storage can be found here
33
+
34
+ Compliance
35
+ Encryption At Rest
36
+ All Cloud Storage data are automatically stored in an encrypted state, but you can also provide your own encryption keys. For more information, see Cloud Storage Encryption.
37
+
38
+ Encrypt your Cloud Storage data with Cloud KMS
39
+
40
+ Turn on uniform bucket-level access and its org policy.
41
+
42
+ Enforce the domain-restricted sharing constraint in an organization policy to prevent accidental public data sharing, or sharing beyond your organization.
43
+
44
+ Audit your Cloud Storage data with Cloud Audit Logging.
45
+
46
+ Secure your data with VPC Service Controls.
47
+
48
+
49
+
50
+ ADR Changelog
51
+ | Change Description | Version | Date | |:--|:--|:--| | Initial proposed version | 0.1 | 11-06-2023 |