GCP Resource Hierarchy

GCP Resource Hierarchy Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have learned how to create your account in GCP. https://cloudaffaire.com/how-to-create-an-gcp-account-step-by-step/ Before we start with GCP services, we need to have a clear understanding of GCP core concepts. Google Cloud resources are organized hierarchically, where the organization node is the root node in the hierarchy, the projects are the children of the organization, and the other resources…

Comments Off on GCP Resource Hierarchy

Boto3 Resources

Boto3 resources Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed how to configure Python Boto3 SDK for AWS. https://cloudaffaire.com/how-to-configure-python-boto3-sdk-for-aws/ In this blog post, we will discuss boto3 resources. What are resources? Resources represent an object-oriented interface to Amazon Web Services (AWS). They provide a higher-level abstraction than the raw, low-level calls made by service clients. Every resource instance has a number of attributes and methods.…

Comments Off on Boto3 Resources