Database normalization and normal forms
The goal of database normalization is to reduce data redundancy and to improve data integrity. This is done by organizing columns and tables by apply the normal forms. In theoretical…
Simply Explaining Technology
The goal of database normalization is to reduce data redundancy and to improve data integrity. This is done by organizing columns and tables by apply the normal forms. In theoretical…
An on-premise infrastructure is physically accessible by your staff. Cloud infrastructure is not hosted remotely and not accessible by your staff. With on-premise computing, you own the servers and other…
Cloud computing is offered in three distinctly different service model, each designed to satisfy a different set of business requirements. The service models are SaaS, PaaS, and IaaS. SaaS, short…
If you are thinking about moving to the cloud but are not sure, then the this short post can help you decide. Why should you choose cloud infrastructure over on-premise…
Amazon S3 is simply a collection of objects stored in a bucket. Buckets are created in a region. Buckets are replicated in multiple Availability Zones (AZ) within the same region.…
The Elastic Load Balancer (ELB) distributes traffic across different instances. It spans the region and uses ever Availability Zone (AZ). ELB is inherently secure, resilient, scalable but the client is…
To understand Elastic Block Storage, we need to first understand what block storage is and how if differs from object storage. Block storage breaks data into block and then stores…
Amazon provides three primary services to handle traffic. Amazon Route 53 is a DNS service. AWS Direct Connect is a fast connection to between Amazon cloud and on-premise resources. Elastic…
Routing allows traffic in and out of a VPC. An Internet Gateway (IGW) allows two different networks to share traffic. The networks would be your VPC and another VPC or…
A Virtual Private Cloud (VPC) is a logically isolated section of Amazon cloud. You can create your own VPC in AWS cloud. With Amazon VPC, you get full control over…