Saturday, 18 March 2017

How to create a bucket in an installed cloud and execute commands related to the Storage organization of the cloud

Bucket is a terminology related to cloud storage. Bucket is a container to store data called as data objects
Google and many other cloud service providers provide Storage as a Service including AWS Cloud (Amazon Web Service).
What is Storage as a Service ?
You need to register on the google cloud platform, for that you need a credit card. Google give one month subscription free after that you have to pay as per your use/ As you all know cloud computing means "Pay Per Use"
See the google cloud pricing here

Steps

1. Login to google cloud. (cloud.google.com)
2. Click on to consol – Menu -Storage
3. Create a Project
4. Create a Bucket
The web page looks like this
You can upload download and store as per your use on google cloud storage
You can use gsutil tool to manage your google cloud IaaS, PaaS or SaaS services from your command line

How to install gsutil (gcloud) tool on linux derivatives

Enter the command - curl https://sdk.cloud.google.com | bash
Restart your shell as - exec -l $SHELL
Run gcloud init to initialize the gcloud environment as - gcloud init
Follow the instructions
How to install gsutil on Windows, MAC & Ubuntu =>
After gcloud init command execution the prompt look like this
Follow the instructions and manage your cloud from your machines command prompt

FAQ

Storage as a Service
How to manage cloud storage efficiently?
How Cloud Storage Works ?

No comments:

Post a Comment