Skip to content

Commit 9c017a9

Browse files
author
Mikael Vesavuori
committed
Update
1 parent 3b21cd7 commit 9c017a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

02-vms-and-networking/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ On top of the networks you will want to add security measures—In GCP these are
7070
![Compute Engine features. Screenshot from Google](readme-gce-features.png)
7171
_Compute Engine features. Screenshot from Google (https://cloud.google.com/compute/)_
7272

73-
The very short way of summarizing Compute Engine is that it is veeeeeeeeery flexible. In the end, a GCE instance is very little less than a regular computer (minus of course the fact that the instance is virtual, maintained and sandboxed to some degree, etc etc), so you can pretty much do anything on it that you would on your own computer. Personally I have not done any high-performance jobs on one, but this is where you'd go for those concerns. Where I find Compute Engine to have its magic is when you need an actual computer and you have a wider scale of tasks to do. In that case a regular `n1-standard-1` or even the free `f1-micro` is going to get you a long way.
73+
The short way of summarizing Compute Engine is that it is veeeeeeeeery flexible. In the end, a GCE instance is very little less than a regular computer (minus of course the fact that the instance is virtual, maintained and sandboxed to some degree, etc etc), so you can pretty much do anything on it that you would on your own computer. Personally I have not done any high-performance jobs on one, but this is where you'd go for those concerns. Where I find Compute Engine to have its magic is when you need an actual computer and you have a wider scale of tasks to do. In that case a regular `n1-standard-1` or even the free `f1-micro` is going to get you a long way.
7474

7575
### App Engine: Platform-as-a-service
7676

@@ -169,7 +169,7 @@ Go to [APIs and services](https://console.cloud.google.com/apis/library) and ena
169169

170170
The Flex environment gives a fair bit of...well...flexibility, but also adds some work on your end. It is however very convenient in that it accepts using Docker images to specify how to bundle your application.
171171

172-
_We will deploy the webserver to App Engine according to the Dockerfile present in the webserver folder. Don't worry if you are new to Docker, we will learn more in the next workshop. For App Engine to work, you need to have a configuration/definition file_
172+
_We will deploy the webserver to App Engine according to the Dockerfile present in the webserver folder. Don't worry if you are new to Docker, we will learn more in the next workshop. For App Engine to work, you need to have a configuration/definition file._
173173

174174
Copy `gae/flex/app.yaml` into the root of the webserver folder. Now, run `gcloud app deploy` and answer "yes" to the question that you're prompted with. Wait for a few minutes as the version gets deployed.
175175

0 commit comments

Comments
 (0)