Archives for Cloud Computing - Page 24
How Google Cloud is challenging AWS ( and Azure )
Apart from owning all the searches that occur on the internet (seriously, does anyone use BING?), Google has the enviable position of owning two assets that competitors wish they had.…
Multiple admins AWS console
For sandbox, dev-test environments, you often need to provide access for multiple ; Create a group (say DEV_ADMINS) and in the policy list, check AdministratorAccess. This is a pre-configured AWS…
Ridonculous Failover Strategies in AWS
Let us define some terms before we get started. STANDBY environment - means an active, functioning environment, ready to take over instantly and automatically BACKUP environment - means a passive,…
Azure user not able to spin up instances
Step 1 The easiest thing to try would be to promote that user to a Co-Administrator, and see if that fixes it. Step 2 If co-admininstrator does not fix it, …
Going from EC2 to Azure VM
Export an existing EC2 instance as VHD. Than, upload the virtual hard disk (VHD) to Azure. Once the VHD is uploaded, you can create a new VM in Azure from…
Activating Access to the Billing and Cost Management Console
The root user To be able to grant your IAM users access to your account's Billing and Cost Management console, you must activate the functionality. To activate IAM user access…
Sailpoint IIQ – Identity IQ
Some notes from the field Workflows are Developer friendly, not admin friendly. Steep learning curve for IIQ Workflows. Access Certifications - Access certifications are one of the best features in…
AWS Networking Basics
For advanced technology 1 on 1 sessions / seminars / consulting on AWS and other technologies, please visit How do you break up a VPC into Tiers designed for specific…
Cloud to On-Premises Connectivity Options
AWS Azure Google Private Network Connection Over Leased Line Direct Connect ExpressRoute (Azure) - Layer 3 Direct Peering (Google) - Layer 3 VPN Software VPN…
Redis, Session Storage, REST and BTrees
Sessions are not a must for every web app. In fact, you can replace state maintenance (Sessions) with State ‘Transfers’ (REST). RESTFul calls provide the entire client state for each…