Skip to content

Security and Compliance 2 – Cloud Perspective – The Cloud Computing Journey

Menu
  • Contact Us
Menu

Category: Cloud Certification Exams

Types of databases – relational and NoSQL 3 – Database Services – Part 1

Posted on 2021-10-262024-08-28 by Heidi Meuchel

Remember to replace placeholders such as YourTableName and attribute values with actual values specific to your use case. These commands allow you to manage DynamoDB resources programmatically using the AWS CLI, enabling automation and integration with your application deployment processes.The following diagram depicts the basic setup of DynamoDB in the AWS cloud: Figure 8.1: DynamoDB…

Read more

Types of databases – relational and NoSQL 2 – Database Services – Part 1

Posted on 2021-10-252024-08-28 by Heidi Meuchel

Let’s understand how we can set up DynamoDB in AWS.Setting up Amazon DynamoDB in AWS involves several steps. Here’s a high-level overview of the process: aws dynamodb create-table \ –table-name YourTableName \ –attribute-definitions AttributeName=PartitionKey,AttributeType=S \ –key-schema AttributeName=PartitionKey,KeyType=HASH \ –provisioned-throughput ReadCapacityUnits=5,WriteCapacityUnits=5 aws dynamodb wait table-exists –table-name YourTableName aws dynamodb put-item \ –table-name YourTableName \ –item ‘{“PartitionKey”:…

Read more

Types of databases – relational and NoSQL – Database Services – Part 1

Posted on 2021-10-252024-08-28 by Heidi Meuchel

Types of databases – relational and NoSQL In this section, readers can expect an in-depth exploration of the fundamental database categories that underpin data storage and retrieval strategies. They will learn about essential characteristics, advantages, and use cases of both relational databases and NoSQL databases. The section will provide a clear distinction between these two…

Read more

Setting up OCI – Database Services – Part 1

Posted on 2021-08-202024-08-28 by Heidi Meuchel

Setting up OCISetting up an Oracle database in OCI involves several steps. Here’s a guide to help you get started:

Read more

Data warehousing services in the cloud – Database Services – Part 1

Posted on 2021-07-282024-08-28 by Heidi Meuchel

Data warehousing services in the cloud Data warehousing services in the cloud provide organizations with scalable, high-performance, and managed environments to store, manage, and analyze large volumes of data. Traditional data warehousing solutions often required significant upfront investments in hardware, software, and maintenance. Cloud-based data warehousing has revolutionized this approach by offering flexible, pay-as-you-go models…

Read more

Setting up Amazon Redshift – Database Services – Part 1

Posted on 2021-06-202024-08-28 by Heidi Meuchel

Setting up Amazon RedshiftSetting up Amazon Redshift, a cloud-based data warehousing solution, in AWS involves several steps. Here’s a general guide to help you get started:

Read more

Setting up Google BigQuery – Database Services – Part 1

Posted on 2021-03-282024-08-28 by Heidi Meuchel

Setting up Google BigQueryLet’s understand how we can set up Google BigQuery in the GCP cloud:

Read more

Databases beyond the traditional realm – Database Services – Part 1

Posted on 2021-03-022024-08-28 by Heidi Meuchel

Databases beyond the traditional realm In a landscape where data has become increasingly diverse and complex, this topic explores innovative solutions that have emerged to accommodate various data structures, relationships, and use cases. From NoSQL databases such as document stores and graph databases to specialized models such as in-memory databases, time-series databases, and more, this…

Read more

In-memory database – Database Services – Part 1

Posted on 2021-01-282024-08-28 by Heidi Meuchel

In-memory database An in-memory database is a type of database system that stores and manages data primarily in the main memory (RAM) of a computer, as opposed to traditional databases that store data on disk. This approach offers significantly faster data access and retrieval compared to disk-based systems, as memory access times are orders of…

Read more
  • Previous
  • 1
  • 2
  • 3
  • Certifications of Cloud
  • Cloud Certification Exams
  • Google Cloud Logging and Monitoring
  • IR and cloud forensics
  • Overview of database services in the cloud
  • Setting up Google BigQuery
  • Types of databases
May 2025
M T W T F S S
 1234
567891011
12131415161718
19202122232425
262728293031  
« Aug    
  • August 2024
  • June 2024
  • February 2024
  • September 2023
  • February 2023
  • November 2022
  • July 2022
  • April 2022
  • January 2022
  • October 2021
  • August 2021
  • July 2021
  • June 2021
  • March 2021
  • January 2021
© 2025 Security and Compliance 2 – Cloud Perspective – The Cloud Computing Journey | Powered by nicoleend