Skip to main content

Posts

Showing posts from July, 2019

Bash Reverse Shell explained.

 

1 Minute Reference : Google Cloud App-Engine

GCP App Engine consist of services, versions, and instances. Services usually provide a single function. Versions means different versions of code running in the App Engine environment. Instances are managed instances running the specific service. How to Deploy? Deploy App Engine using gcloud app deploy command. Also includes configuring the App Engine environment using the app.yaml file. Keep in mind that a project can have only one App Engine app at a time. How to Scale? There are three scaling options. auto-scaling, basic scaling, and manual scaling. Only auto-scaling and basic scaling are dynamic. Manual scaling creates resident instances. Auto-scaling allows for more configuration options than basic scaling. How to Split the traffic? This can be done using gcloud app services set-traffic command. Use ––splits parameter, to specify the percent of traffic to route to each version. How to Migrate the traffic? This can be achieved from the Versions page of the App E