Ends in
00
days
00
hrs
00
mins
00
secs
ENROLL NOW

$2 OFF in ALL Azure Practice Exams & NEW AZ-500 Microsoft Azure Security Engineer Associate Practice Exams at $10.99!

admin

About Jon Bonso

Jon Bonso is the co-founder of Tutorials Dojo, an EdTech startup and an AWS Digital Training Partner that provides high-quality educational materials in the cloud computing space. He graduated from Mapúa Institute of Technology in 2007 with a bachelor's degree in Information Technology. Jon holds 10 AWS Certifications and is also an active AWS Community Builder since 2020.

Azure Active Directory (AD) vs Role-Based Access Control (RBAC)

2023-04-12T03:32:59+00:00

  Azure AD Azure RBAC Description An identity and access management service that helps you access internal and external resources. An authorization system that manages user’s access to Azure resources including what they can do with those resources and what areas they can access. Focus Grants permissions to manage access to Azure Active Directory resources. Grants permissions to manage access to Azure resources. Scope Tenant level Specify at multiple levels (management group, subscription, resource group, and resource) Roles    Important Azure AD built-in roles:  Global Administrator - manage access to all the administrative features in Azure AD.  User Administrator - [...]

Azure Active Directory (AD) vs Role-Based Access Control (RBAC)2023-04-12T03:32:59+00:00

AZ-104 Microsoft Azure Administrator Exam Study Guide

2023-06-28T09:35:53+00:00

Bookmarks Study Materials Azure Services to Focus On Validate Your Knowledge Final Remarks The AZ-104 Microsoft Azure Administrator certification exam is designed for people who have experience in implementing, managing, and monitoring a Microsoft Azure environment. The exam will test your technical skills in implementing solutions based on different scenarios. Having prior experience in infrastructure management will help you understand the concepts and services easily. The content of the exam will test your ability to perform the following: Manage Azure identities and governance Implement and manage storage Deploy and manage Azure compute resources [...]

AZ-104 Microsoft Azure Administrator Exam Study Guide2023-06-28T09:35:53+00:00

NEW EXAM VERSION – AWS Certified SysOps Administrator Associate SOA-C02 vs SOA-CO1

2023-05-27T08:21:59+00:00

AWS previously announced a new update on the AWS Certified SysOps Administrator - Associate exam. This certification exam is designed for individuals who have at least a year of hands-on experience with networking, management, deployment, and security on the Amazon Web Services (AWS) platform. The sample exam questions can be found in this link. The beta version of the AWS Certified SysOps Administrator - Associate (SOA-C02) exam was made available from February 16 to March 26, 2021. The current version SOA-C01 will continue to be available throughout the beta phase of the new exam and until the new SOA-C02 version has been officially released. [...]

NEW EXAM VERSION – AWS Certified SysOps Administrator Associate SOA-C02 vs SOA-CO12023-05-27T08:21:59+00:00

NEWS: AWS re:Invent 2020 will be Hosted Online and Registration is FREE!

2023-05-27T08:24:24+00:00

NEWS: AWS re:Invent 2020 will be Hosted Online and Registration is FREE! AWS re:Invent is a conference organized by Amazon Web Services for the cloud computing community. Since 2012, the conference has always been held in Las Vegas, but this time it’s going to be different. This 3-week conference will now be hosted online, and take note that this event is FREE for everyone. To join AWS re:Invent 2020 on November 30 - December 18, you can register here. Why should you attend? This virtual conference is the world’s premier cloud learning event. You can find different peers who leverage [...]

NEWS: AWS re:Invent 2020 will be Hosted Online and Registration is FREE!2023-05-27T08:24:24+00:00

AWS Glue

2024-03-27T07:36:42+00:00

Bookmarks Use Cases Concepts Populating the AWS Glue Data Catalog Authoring Jobs Glue DataBrew Monitoring Security Pricing Validate Your Knowledge AWS Glue Cheat Sheet A fully managed service to extract, transform, and load (ETL) your data for analytics. Discover and search across different AWS data sets without moving your data. AWS Glue consists of: Central metadata repository ETL engine Flexible scheduler Use Cases Run queries against an Amazon S3 data lake You can use AWS Glue to make your data available for analytics without moving your data. Analyze [...]

AWS Glue2024-03-27T07:36:42+00:00

Google BigQuery vs BigTable

2023-06-02T02:10:51+00:00

BigQuery BigTable BigQuery is Google Cloud's fully managed, petabyte-scale, and cost-effective analytics data warehouse that lets you run analytics over vast amounts of data in near real-time. You can use bq command-line tool or Google Cloud Console to interact with BigTable. You can access BigQuery by using the Cloud Console, by using the bq command-line tool, or by making calls to the BigQuery REST API using a variety of client libraries such as Java, .NET, or Python. A dataset is contained within a specific project. Datasets are top-level containers that are used to organize and control access to your tables [...]

Google BigQuery vs BigTable2023-06-02T02:10:51+00:00

Google Cloud Functions vs App Engine vs Cloud Run vs GKE

2023-06-02T02:44:34+00:00

Serverless compute platforms like Cloud Functions, App Engine, and Cloud Run lets you build, develop, and deploy applications while simplifying the developer experience by eliminating all infrastructure management. On the other hand, Google Kubernetes Engine (GKE) runs Certified Kubernetes that helps you facilitate the orchestration of containers via declarative configuration and automation. Both Google serverless platforms and GKE allows you to scale your application based on your infrastructure requirement. Here’s a table to help you identify when to use these specific services. Cloud Functions App Engine Cloud Functions is a fully managed, serverless platform for creating stand-alone functions that respond [...]

Google Cloud Functions vs App Engine vs Cloud Run vs GKE2023-06-02T02:44:34+00:00

Google Cloud Storage vs Persistent Disks vs Local SSD vs Cloud Filestore

2023-04-11T13:00:47+00:00

Google Cloud Storage Persistent Disks Local SSD Cloud Filestore Cloud Storage is a service for storing your objects in Google Cloud. An object is an immutable piece of data consisting of a file of any format. You store objects in containers called buckets. You specify a location for storing your object data when you create a bucket. You can either select region, dual-region, and multi-region as location. Objects stored in a multi-region or dual-region are geo-redundant. Cloud Storage offers different storage classes for various storage requirements: Standard, Nearline, Coldline, and Archive. GCS offers unlimited storage with no minimum object size. [...]

Google Cloud Storage vs Persistent Disks vs Local SSD vs Cloud Filestore2023-04-11T13:00:47+00:00

Google Compute Engine vs App Engine

2023-04-11T12:54:47+00:00

Google Compute Engine Google App Engine Compute Engine delivers configurable virtual machines running in Google's data centers with access to high-performance networking infrastructure and block storage solutions. App Engine is a fully managed, serverless platform for developing and hosting web applications at scale. Delivered as Infrastructure-as-a-Service (IaaS) Delivered as Platform-as-a-Service (PaaS) Supported Languages: Any Supported Languages: Go, Python, Java, Node.js, PHP, Ruby (.Net and Custom runtimes for Flexible Environment) A machine type is a set of virtualized hardware resources available to a virtual machine (VM) instance, including the system memory size, virtual CPU (vCPU) count, and persistent disk limits. In [...]

Google Compute Engine vs App Engine2023-04-11T12:54:47+00:00

Google Cloud Build

2023-04-02T02:37:16+00:00

Google Cloud Build Cheat Sheet Build, test, and deploy on Google Cloud Platform’s serverless CI/CD platform. Features Cloud build is a fully serverless platform that helps you build your custom development workflows for building, testing, and deploying. Cloud Build can import source code from: Cloud Storage Cloud Source Repositories GitHub Bitbucket Supports Native Docker. You can import your existing Docker file. Push images directly to Docker image storage repositories such as Docker Hub and Container Registry. You can also automate deployments to Google Kubernetes Engine (GKE) or Cloud Run for continuous delivery. Automatically performs package vulnerability scanning for vulnerable images [...]

Google Cloud Build2023-04-02T02:37:16+00:00

AWS, Azure, and GCP Certifications are consistently among the top-paying IT certifications in the world, considering that most companies have now shifted to the cloud. Earn over $150,000 per year with an AWS, Azure, or GCP certification!

Follow us on LinkedIn, Facebook, or join our Slack study group. More importantly, answer as many practice exams as you can to help increase your chances of passing your certification exams on your first try!