Skip to main content

Deploying SAP on Google Cloud : Part 1

 Connect to Google 

Connection MethodTo be Used forSpeedExplanationExampleUses
Cloud VPNProof of ConceptVariable, up to 3 GbpsConnects on-premises network to Google Cloud securely over the internet using IPsec VPN tunnels.Creating a Cloud VPN tunnel between on-premises and Google Cloud.Encrypted IPsec tunnels
Dedicated InterconnectFor Enterprise level connect 10 Gbps to 100 GbpsProvides a dedicated, private connection between on-premises and Google Cloud through Google's network.Provisioning a dedicated interconnect connection.Direct physical connection between on-premises and Google Cloud network infrastructure
Partner ConnectIf you have a data center which cannot be reached to Dedicated Google facility.Variable, up to 100 GbpsAllows connecting to Google Cloud through supported service providers.Establishing a connection with a supported service provider.Utilizes service provider's network infrastructure.



Comments

You might find these interesting

8 Must-Know Questions About Object Store on SAP Business Technology Platform

What is the problem that Object Store solves ? Modern enterprise systems increasingly deal with massive volumes of unstructured data such as documents, logs, media files, and backups. Traditional relational databases are not optimized for such workloads. What is Object Store ? Object storage—commonly referred to as blob storage—addresses this gap by providing scalable, durable, and cost-efficient storage for unstructured data. Object storage is a storage architecture designed to manage unstructured data as discrete units called objects.  Each object consists of: Binary data (file content) : Image , File etc Metadata (descriptive attributes) : File size, Content type, Last modified timestamp, Storage class (hot, cool, archive) Unique identifier (key or URL) : unique path-like string used to locate a blob inside a bucket Unlike file systems or relational databases, object storage does not rely on hierarchical file structures or schemas. The SAP BTP Object Store service is a managed, ...