Archives for Cloud Computing - Page 18
azure user management–restricting user roles
Users can be found under AAD in the Azure portal menu . A subscription is the Umbrella for all resource groups. Users can be OWNERS at a subscription level or…
AWS ALB vs ELB
Content Based Routing In addition to the common features mentioned above ( SSL Termination, Sticky Sessions), the ALB manages routing based on user-defined rules. A request to a URL which…
Cloudamize, Movere and Other Techniques for Right Sizing for the Public Cloud
The Problem Statement Most VMs (and physical servers) inside data centers are OVERPROVISIONED. They are allocated far more resources than they need. This leads to significant compute charges, storage charges…
AWS Essentials, including Governance training– for Development Teams
What is AWS Governance? In one sentence, ‘Leveraging the AWS API (public cloud API) to create automated templates around provisioning of resources’ All public cloud governance consists of these three…
Quickstart for Docker on Windows
Installation of Docker Runtime Step 1 - Launch a Powershell (as Administrator) windowStep 2 - Invoke-WebRequest "" -OutFile "$env:TEMP\" -UseBasicParsing Step 3 - Expand-Archive -Path "$env:TEMP\" -DestinationPath $env:ProgramFiles Step 4…
AWS Recap – S3, Security Groups, EIPs
Also read GCP Cloud Storage Basics and S3 for database backups S3 access over VPN? No. S3 cannot be isolated s3 at a network level. Access control is done using…
Virtual classroom labs in Azure or AWS
· One or More Virtual Labs offered via a Public Cloud (Azure or AWS) · Automatic Provisioning of Virtual Machines with base Operating Systems (Linux/Windows 10/2016 Server) · AD Integration…
On Prem IP Address Space to VPC ?
Q) Can you migrate a server subnet in your Data Center to a VPC, while retaining the same IP addresses? Or will you be required to change the server IPs?…
Azure–High Availability IaaS with Traffic Manager – Architecture
Azure high availability VMs architecture – including Taffic Manager, AD instances (on VMs). Self Explanatory – except possibly for the VPN Gateways in each region. Azure High Availability Architecture
NAT Route Tables–Multi AZ Deployments– AWS
Simple ROUTEs for a SINGLE NAT Instance Configuration – ELB in front of NAT instance. NAT instance in it’s own security group (NAT_SG); ELB in it’s own Security Group (ELB_SG)…