Skip to content

cconn8/gcp-infra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

GCP activity, updates, messing!

  • gcp-storage-config.sh //Objectives
  1. Create the Cloud SQL instance

    • Create the cloud instance from the google console
    • Once the cloud instance is generated you can associate it with a public server by Adding a Network in the connections field
    • eg. 32.123.52.31/32
  2. Configure an application in a Compute Engine instance to use Cloud SQL

    • SSH to the newly created VM and cd to /var/www/html
      • create a basic html called index.php
    • Successful connection to the Database will be mentioned on the public web page if connection is established
  3. Configure an application in a Compute Engine instance to use a Cloud Storage object

    • Open cloud storage in the console and copy the public link for your image
    • Paste the link in /var/www/html/index.php

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published