{"id":4718,"date":"2020-04-15T19:00:52","date_gmt":"2020-04-15T19:00:52","guid":{"rendered":"https:\/\/www.testpreptraining.com\/tutorial\/?page_id=4718"},"modified":"2022-03-10T12:13:12","modified_gmt":"2022-03-10T12:13:12","slug":"cloudsql-instance-settings-google-professional-data-engineer-gcp","status":"publish","type":"page","link":"https:\/\/www.testpreptraining.ai\/tutorial\/cloudsql-instance-settings-google-professional-data-engineer-gcp\/","title":{"rendered":"CloudSQL Instance settings: GCP Data Engineer"},"content":{"rendered":"\n<p>In this, we will learn the concept of CloudSQL Instance settings.<\/p>\n\n\n<p>\u00a0<\/p>\n<table width=\"100%\">\n<thead>\n<tr>\n<td width=\"24%\"><strong>Setting<\/strong>s<\/td>\n<td width=\"13%\"><strong>Modifiable after creation?<\/strong><\/td>\n<td width=\"60%\"><strong>Possible values<\/strong><\/td>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Instance ID<\/td>\n<td>N<\/td>\n<td>Composed of lowercase letters, numbers, and hyphens; must start with a letter.<\/td>\n<\/tr>\n<tr>\n<td>Region<\/td>\n<td>N<\/td>\n<td>GCP regions<\/td>\n<\/tr>\n<tr>\n<td>Zone<\/td>\n<td>Y<\/td>\n<td>The possible values depend on the region.<\/td>\n<\/tr>\n<tr>\n<td>Database version<\/td>\n<td>N<\/td>\n<td><strong>MySQL 5.7<\/strong> (default)<br \/><strong>MySQL 5.6<\/strong><\/td>\n<\/tr>\n<tr>\n<td>Private IP<\/td>\n<td>After it is configured, it cannot be disabled.<\/td>\n<td>Configured or not.<\/td>\n<\/tr>\n<tr>\n<td>Public IP<\/td>\n<td>Y<\/td>\n<td>Enabled or disabled.<\/td>\n<\/tr>\n<tr>\n<td>Authorized networks<\/td>\n<td>Y<\/td>\n<td>If Public IP is enabled, IP addresses authorized to connect to the instance. You can also specify this value as an IP address range, in CIDR notation.<\/td>\n<\/tr>\n<tr>\n<td>Machine type (Tier)<\/td>\n<td>Y<\/td>\n<td>GCP tiers<\/td>\n<\/tr>\n<tr>\n<td>Storage type<\/td>\n<td>N<\/td>\n<td><strong>SSD<\/strong> (default value)<br \/><strong>HDD<\/strong><\/td>\n<\/tr>\n<tr>\n<td>Storage capacity<\/td>\n<td>Y<br \/>(Increase only)<\/td>\n<td>Standard and high memory machine types: up to 30,720 GB.<br \/>Shared-core machine types (db-f1-micro and db-g1-small): up to 3062 GB.<\/td>\n<\/tr>\n<tr>\n<td>Automatic storage increase<\/td>\n<td>Y<\/td>\n<td><strong>On<\/strong> (default value)<br \/><strong>Off<\/strong><\/td>\n<\/tr>\n<tr>\n<td>Automatic storage increase limit<\/td>\n<td>Y<\/td>\n<td>In GiBs. 0 (the default) means there is no limit.<\/td>\n<\/tr>\n<tr>\n<td>Auto backups<\/td>\n<td>Y<\/td>\n<td><strong>On<\/strong> (default value)<br \/><strong>Off<\/strong><\/td>\n<\/tr>\n<tr>\n<td>Maintenance window<\/td>\n<td>Y<\/td>\n<td>Day of the week, and hour.<\/td>\n<\/tr>\n<tr>\n<td>Maintenance timing<\/td>\n<td>Y<\/td>\n<td><strong>Any<\/strong> (default value)<br \/><strong>Later<\/strong><br \/><strong>Earlier<\/strong><\/td>\n<\/tr>\n<tr>\n<td>Activation policy<\/td>\n<td>Y<\/td>\n<td><strong>ALWAYS<\/strong><br \/><strong>NEVER<\/strong><\/td>\n<\/tr>\n<tr>\n<td>Database flags<\/td>\n<td>Y<\/td>\n<td>\u00a0<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>\u00a0<\/p>\n<p>Instance ID<\/p>\n<ul>\n<li>The instance ID is the name of the instance.<\/li>\n<li>Uniquely identify instance within the project.<\/li>\n<li>Instance name be aligned with the purpose of the instance when possible.<\/li>\n<li>The total length of project-ID:instance-ID must be 98 characters or less.<\/li>\n<li>You do not need to include the project ID in the instance name. This is done automatically where appropriate (for example, in the log files).<\/li>\n<li>You cannot reuse an instance name for up to a week after you have deleted the instance.<\/li>\n<\/ul>\n<p>\u00a0<\/p>\n<p>Storage capacity<\/p>\n<ul>\n<li>is the capacity to fit database size.<\/li>\n<li>After instance creation, storage capacity can be increased but cannot be decreased.<\/li>\n<li>Small capacity without enabling automatic storage increase can result in instance loosing its SLA.<\/li>\n<\/ul>\n<p>\u00a0<\/p>\n<p>Automatic storage increase<\/p>\n<ul>\n<li>If enabled, available storage is checked every 30 seconds and if available storage is below threshold size, additional storage capacity is added.<\/li>\n<li>Capacity added till it reaches the maximum of 30 TB.<\/li>\n<li>storage size can be increased but cannot be decreased till the life of the instance.<\/li>\n<li>If an instance runs out of available space, it can cause the instance to go offline, and is not covered by SLA<\/li>\n<li>This setting of a master instance automatically applies to any read replicas of that instance.<\/li>\n<li>This settings cannot be independently set for read replicas.<\/li>\n<\/ul>\n<p>\u00a0<\/p>\n<p>Threshold<\/p>\n<ul>\n<li>It\u2019s size depends on the amount of storage currently provisioned for instance<\/li>\n<li>It cannot be larger than 25 GB.<\/li>\n<li>instances provisioned with 500 GB of storage (or more), the threshold is always 25 GB.<\/li>\n<li>For instances provisioned with less than 500 GB of storage, to find the threshold the formula is &#8211;\u00a0 5 + (provisioned storage)\/25 The result of the division is rounded down to the nearest whole number.<\/li>\n<li>\u00a0<\/li>\n<li>Automatic storage increase limit<\/li>\n<\/ul>\n<ul>\n<li>If enabled, it provides a specific limit on how large the storage for instance can automatically grow.<\/li>\n<li>Cannot be decreased<\/li>\n<li>Setting this limit to zero, the default value, means that there is no limit<\/li>\n<li>This setting for a master instance automatically applies to any read replicas of that instance.<\/li>\n<li>Auto backups<\/li>\n<\/ul>\n<ul>\n<li>To configure automated backups and binary logging<\/li>\n<\/ul>\n<p>\u00a0<\/p>\n<p>Other settings &#8211;<\/p>\n<ul>\n<li>Region (The Google Cloud Platform region where instance is located.)<\/li>\n<li>Zone (The GCP zone where instance is located.)<\/li>\n<li>Machine Type (or Tier, determines memory, virtual cores, and other resources available to Cloud SQL instance.)<\/li>\n<li>Database version<\/li>\n<li>Storage type ( Choosing SSD, the default value, for lower latency and higher data throughput else select HDD.)<\/li>\n<li>Private IP (Configures instance to use private IP)<\/li>\n<li>Public IP (If enabled, instance is allocated a public IPv4 address. When you disable Public IP, that address is released)<\/li>\n<\/ul>\n\n\n<p><strong><a href=\"https:\/\/www.testpreptraining.ai\/certified-professional-data-engineer-practice-exam\" target=\"_blank\" rel=\"noreferrer noopener\">Pass the GCP Exam Now!<\/a><\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this, we will learn the concept of CloudSQL Instance settings. \u00a0 Settings Modifiable after creation? Possible values Instance ID N Composed of lowercase letters, numbers, and hyphens; must start with a letter. Region N GCP regions Zone Y The possible values depend on the region. Database version N MySQL 5.7 (default)MySQL 5.6 Private IP&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"categories":[617],"tags":[655,659,619,623,622,618,621],"class_list":["post-4718","page","type-page","status-publish","hentry","category-google-gcp","tag-cloud-sql","tag-cloudsql-instance-settings","tag-data-engineer","tag-gcp","tag-google-certification","tag-google-cloud","tag-professional-data-engineer"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>CloudSQL Instance settings: GCP Data Engineer -<\/title>\n<meta name=\"description\" content=\"Pass the Google Cloud Certified Professional Data Engineer by learning the concepts of CloudSQL Instance settings Now!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.testpreptraining.ai\/tutorial\/cloudsql-instance-settings-google-professional-data-engineer-gcp\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CloudSQL Instance settings: GCP Data Engineer -\" \/>\n<meta property=\"og:description\" content=\"Pass the Google Cloud Certified Professional Data Engineer by learning the concepts of CloudSQL Instance settings Now!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.testpreptraining.ai\/tutorial\/cloudsql-instance-settings-google-professional-data-engineer-gcp\/\" \/>\n<meta property=\"og:site_name\" content=\"Testprep Training Tutorials\" \/>\n<meta property=\"article:modified_time\" content=\"2022-03-10T12:13:12+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/cloudsql-instance-settings-google-professional-data-engineer-gcp\/\",\"url\":\"https:\/\/www.testpreptraining.ai\/tutorial\/cloudsql-instance-settings-google-professional-data-engineer-gcp\/\",\"name\":\"CloudSQL Instance settings: GCP Data Engineer -\",\"isPartOf\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#website\"},\"datePublished\":\"2020-04-15T19:00:52+00:00\",\"dateModified\":\"2022-03-10T12:13:12+00:00\",\"description\":\"Pass the Google Cloud Certified Professional Data Engineer by learning the concepts of CloudSQL Instance settings Now!\",\"breadcrumb\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/cloudsql-instance-settings-google-professional-data-engineer-gcp\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.testpreptraining.ai\/tutorial\/cloudsql-instance-settings-google-professional-data-engineer-gcp\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/cloudsql-instance-settings-google-professional-data-engineer-gcp\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.testpreptraining.ai\/tutorial\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"CloudSQL Instance settings: GCP Data Engineer\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#website\",\"url\":\"https:\/\/www.testpreptraining.ai\/tutorial\/\",\"name\":\"Testprep Training Tutorials\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.testpreptraining.ai\/tutorial\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#organization\",\"name\":\"Testprep Training\",\"url\":\"https:\/\/www.testpreptraining.ai\/tutorial\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.testpreptraining.com\/tutorial\/wp-content\/uploads\/2020\/07\/tpt-logo-6.png\",\"contentUrl\":\"https:\/\/www.testpreptraining.com\/tutorial\/wp-content\/uploads\/2020\/07\/tpt-logo-6.png\",\"width\":583,\"height\":153,\"caption\":\"Testprep Training\"},\"image\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"CloudSQL Instance settings: GCP Data Engineer -","description":"Pass the Google Cloud Certified Professional Data Engineer by learning the concepts of CloudSQL Instance settings Now!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.testpreptraining.ai\/tutorial\/cloudsql-instance-settings-google-professional-data-engineer-gcp\/","og_locale":"en_US","og_type":"article","og_title":"CloudSQL Instance settings: GCP Data Engineer -","og_description":"Pass the Google Cloud Certified Professional Data Engineer by learning the concepts of CloudSQL Instance settings Now!","og_url":"https:\/\/www.testpreptraining.ai\/tutorial\/cloudsql-instance-settings-google-professional-data-engineer-gcp\/","og_site_name":"Testprep Training Tutorials","article_modified_time":"2022-03-10T12:13:12+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/cloudsql-instance-settings-google-professional-data-engineer-gcp\/","url":"https:\/\/www.testpreptraining.ai\/tutorial\/cloudsql-instance-settings-google-professional-data-engineer-gcp\/","name":"CloudSQL Instance settings: GCP Data Engineer -","isPartOf":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#website"},"datePublished":"2020-04-15T19:00:52+00:00","dateModified":"2022-03-10T12:13:12+00:00","description":"Pass the Google Cloud Certified Professional Data Engineer by learning the concepts of CloudSQL Instance settings Now!","breadcrumb":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/cloudsql-instance-settings-google-professional-data-engineer-gcp\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.testpreptraining.ai\/tutorial\/cloudsql-instance-settings-google-professional-data-engineer-gcp\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/cloudsql-instance-settings-google-professional-data-engineer-gcp\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.testpreptraining.ai\/tutorial\/"},{"@type":"ListItem","position":2,"name":"CloudSQL Instance settings: GCP Data Engineer"}]},{"@type":"WebSite","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#website","url":"https:\/\/www.testpreptraining.ai\/tutorial\/","name":"Testprep Training Tutorials","description":"","publisher":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.testpreptraining.ai\/tutorial\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#organization","name":"Testprep Training","url":"https:\/\/www.testpreptraining.ai\/tutorial\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#\/schema\/logo\/image\/","url":"https:\/\/www.testpreptraining.com\/tutorial\/wp-content\/uploads\/2020\/07\/tpt-logo-6.png","contentUrl":"https:\/\/www.testpreptraining.com\/tutorial\/wp-content\/uploads\/2020\/07\/tpt-logo-6.png","width":583,"height":153,"caption":"Testprep Training"},"image":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages\/4718","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/comments?post=4718"}],"version-history":[{"count":2,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages\/4718\/revisions"}],"predecessor-version":[{"id":52575,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages\/4718\/revisions\/52575"}],"wp:attachment":[{"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/media?parent=4718"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/categories?post=4718"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/tags?post=4718"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}