How do I connect to GCP?

Log in to the Google Cloud Console and select your project. Navigate to the “Compute Engine -> VM Instances ” page and select the server you wish to connect to. Click the “Edit” link in the top control bar. On the resulting page, copy and paste your public SSH key into the “SSH Keys” field.

Read more

Is Python useful for AWS?

The AWS SDK for Python (Boto3) enables you to use Python code to interact with AWS services like Amazon S3 . For example, you can use the SDK to create an Amazon S3 bucket, list your available buckets, and then delete the bucket you just created.

Read more