Archives for Cloud Computing - Page 12
3 Types of Credentials
API Key – for websites that need to consume Google APIs ( PageInsights) Service Account Key – Server to Server, App Level Authentication using robot (automated )accounts
Migration VMs versus Replication of VMs on AWS
Migration Only For just migration capabilities, we can use vCenter plugin for vCenter (the on premises piece). This will not do ongoing replication. Ongoing Replication For ongoing replication, we use…
Questions to ask around AWS app infrastructure and replication to the cloud
AWS Infrastructure Specific Questions On Premises IP Address Space Allocation - What address space is being extended - and what is the break up per subnet Is the Firewall /…
Three ways to migrate SQL Server to AWS
There are many ways to get your SQL server database onto AWS. Backup and Restore Disadvantages - Manual Process, The databases don’t sync up automatically, and you have to manually…
Azure Tenants, Domains and Subscriptions
Say you have an existing O365Tenant – with a domain - You can set up additional subscriptions within this tenant – as well as additional domains within it. The primary…
Azure Add Guest User to Office 365
Go into AAD --> Users --> Add Guest User --> enter their email Once they accept, go back into AAD --> Enterprise Applications. Look for Office 365 --> Add users…
Google Cloud IAM
Users aren’t native to GCP – they are either GSuite domain users, Google Group users, Google Account members or Cloud Identity Domain (like GSuite but doesn’t have access to GSuite…
Shared VPN Tunnel and Shared AD in AWS
Shared VPN Tunnel Use Cases This approach eliminates the need to create VPN connections for additional VPCs because all required on-premises resources will be accessed either directly or indirectly through…
2 way trust – Extend Your On-Premises AD to the AWS Cloud
Extend Your On-Premises AD to the AWS Cloud If you already have an AD infrastructure and want to use it when migrating AD-aware workloads to the AWS Cloud, AWS Managed…
App Load Balancing vs. Network Load Balancing–either AWS or Azure
Too much work to have SSL on layer 7 The application load balancer is operating at level 7 it has to decrypt the HTTP request to inspect its headers, and…