Cloud Computing- Data and AI

About Me

Get to know me

Aziz Boutsoudine

Technology Professional
I am a technology enthusiast, life time learner, and a team player. As part of my job, I recently became interested in the field of AI. The ability to use existing data, or machine generated data to predict outcomes is fascinating to me. I didn't start here, I did everything from tech support, programming, networking, and now sales engineering. Looking forward to learning more, and trying different roles in the future.

Skills

Things that I'm good at.

BowHunting
78%
ComputerHacking
57%

Blog

My thoughts.

MS SQL

Microsoft SQL server in Azure versus AWS

Microsoft SQL (SQL) runs on all clouds, and in this article, we will specifically discuss the two leading cloud providers – Amazon AWS and Microsoft Azure. We are going to highlight the main points to consider for an IT executive or professional needing to decide between running their Microsoft SQL databases in Azure SQL Database […]

Azure Synapse and Dynamics 365 CDM Data – An Overview

Microsoft is leveraging Azure to enable extensibility across Dynamic 365 and Power apps by making data easily accessible to clients via the export to Azure Data Lake feature. Before that could happen, Microsoft needed to collaborate with other industry heavyweights to create a data format standard named Common Data Model (CDM) which is the format […]

Read Replica

Connect to Azure SQL Database Read Only Replica from SSMS

This is a quick blog post that shows how to connect to a read scale out replica in Azure SQL database business critical tier. When you create the database in the Azure portal enable Read scale out. You can change this setting in the configure blade as needed. If you don’t have access to the […]

Data Driven Decision Making to Fight Covid19 Pandemic

White house, CDC, FEMA, and state and local officials are referencing data in their daily briefings

Azure SQL Managed Instance YAQS

Azure SQL Managed Instance (MI) is a Platform as a Service (PaaS) that lives in Vnet, inside a subnet and is assigned IP addresses from the private IP address space.

Power Bi Embedded with PHP CURL- App Owns Data

Power BI Embedded will enable you to embed powerful Dashboards, Reports, and Tiles into your application. An ISV can leverage the continuous development efforts from the Microsoft Power Bi team and embed several types of reports for their users and customers, while branding the application with their Logo and color scheme. Before you get started, […]

Remember that failure is an event, not a person

I have been through a fair share of failures in my life, which correlates to the amount of success I have achieved so far. It is proven that the more you fail, as long as it’s not accepted as such, the more you will eventually succeed and grow. I have experienced losing in a variety […]

EC2 AWS Community AMI Security

In the wake of yesterday’s ransomware incident, Information security is in the lime light, and before I connected to the internet today, I clicked restart on the annoying windows updates message, instead of postponing it another 4 hours. Computer is up to date with all security fixes and anti-virus definition files have been updated. I […]

Reset Password of Bitnami WordPress Installation

I forget my password regularly, and I don’t have e-mail setup on my WordPress site; therefore, clicking on the forget password link doesn’t do me any good. This article will serve as a step by step process I can use in the future in case this happens again, and it can save you time as […]

Design VPC CIDR Block For No Conflict

Today is Saturday, and I am out for an early breakfast at Panera, as usual, and I have my laptop with me to work on some AWS stuff. My plan is to finish setting up installing Laravel PHP framework as part of a tutorial I am following for storing laravel sessions on DynamoDB. Since my […]

AWS CloudFormation and PHP SDK

Recently, I have gotten involved in a project where, among other things, we needed to create EC2 instances from a web application. We are using CloudFormation templates to create VPC with public and private subnets, Internet gateway, Security Groups, NACLs, etc. We have decided to have separate stacks for network infrastructure, servers, ELB and auto-scalers, […]

Amazon AWS CloudFormation stack with Eclipse- Step by step guide_Part1

To follow this step by step guide, please install Eclipse with AWS toolkit. This article will guide you through the installation and configuration. Before using CloudFormation, It’s a good idea to navigate different services through the web console; create a VPC with subnets, and assign them CIDR IP blocks; launch EC2 instances, and pay attention […]

AWS Cloud Formation-Create, Edit, and deploy

AWS Cloud Formation (CF) is a service that allows Enterprises to manage their infrastructure as code. The CF templates are easy to read in both JSON, or the recently supported YAML data serialization language. You can use your favorite JSON editor to create, and edit templates, and then upload them to your AWS CF Service to […]

Clearing the Cloud Computing Fog

My day to day job is centered around architecting the right solution to fit customer’s needs and budget. Recently, I have noticed a trend of many fortune 500 companies moving their servers to the cloud, and asking us as a vendor to move along with them to their new home. So, when I get on calls […]

Enigma

Cryptography simplified

Cryptography is a science and an art, where both mathematics, algorithms, statistics, and real world use cases of securing communications in public channels are considered and studied. Not long ago, the US government had a ban on export of the technology, since it was considered as munition. Initially most of the algorithms and standards came […]