Skip to content

Commit 12d2718

Browse files
updating to correct preposition after final review
1 parent 4b527d3 commit 12d2718

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • content/en/docs/deployment/mendix-cloud-deploy

content/en/docs/deployment/mendix-cloud-deploy/_about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: "Frequently asked questions about Mendix Cloud"
1010

1111
Mendix Cloud is where licensed Mendix applications are deployed to a scalable, enterprise-grade cloud platform.
1212

13-
Apps deployed to Mendix Cloud run on Cloud Foundry clusters that are hosted on highly available Amazon Web Services (AWS) regions. You can deploy apps to many regions around the world from Mendix Studio Pro, Mendix Portal or via [Mendix APIs](/apidocs-mxsdk/apidocs/deploy-api/).
13+
Apps deployed to Mendix Cloud run in Cloud Foundry clusters that are hosted on highly available Amazon Web Services (AWS) regions. You can deploy apps to many regions around the world from Mendix Studio Pro, Mendix Portal or via [Mendix APIs](/apidocs-mxsdk/apidocs/deploy-api/).
1414

1515
## Where Is Data Hosted?{#cloud-data-regions}
1616

@@ -40,7 +40,7 @@ No, it does not. The Cloud Foundry API does not map one-to-one to Mendix's deplo
4040

4141
## How Do You Access the Underlying AWS Resources?
4242

43-
Mendix Cloud runs in Mendix's own AWS account; you cannot interact with the AWS APIs directly via Mendix credentials. Mendix does not offer [VPC peering](https://docs.aws.amazon.com/AmazonVPC/latest/PeeringGuide/Welcome.html) or VPC connections. All access to Mendix-hosted AWS resources (such as EC2, RDS, and S3) is done via Mendix APIs, such as the [Database API](https://apidocs.rnd.mendix.com/10/runtime/com/mendix/core/Core.html#createXPathQuery(java.lang.String)) and [FileDocument API](https://apidocs.rnd.mendix.com/10/runtime/com/mendix/core/Core.html#storeFileDocumentContent(com.mendix.systemwideinterfaces.core.IContext,com.mendix.systemwideinterfaces.core.IMendixObject,java.io.InputStream)) in Runtime and the [Deploy API](/apidocs-mxsdk/apidocs/deploy-api/) for cloud resources. However, when you launch your services on your own AWS account, you can access those services via connectors in your app.
43+
Mendix Cloud runs in Mendix's own AWS account; you cannot interact with the AWS APIs directly via Mendix credentials. Mendix does not offer [VPC peering](https://docs.aws.amazon.com/AmazonVPC/latest/PeeringGuide/Welcome.html) or VPC connections. All access to Mendix-hosted AWS resources (such as EC2, RDS, and S3) is done via Mendix APIs, such as the [Database API](https://apidocs.rnd.mendix.com/10/runtime/com/mendix/core/Core.html#createXPathQuery(java.lang.String)) and [FileDocument API](https://apidocs.rnd.mendix.com/10/runtime/com/mendix/core/Core.html#storeFileDocumentContent(com.mendix.systemwideinterfaces.core.IContext,com.mendix.systemwideinterfaces.core.IMendixObject,java.io.InputStream)) in Runtime and the [Deploy API](/apidocs-mxsdk/apidocs/deploy-api/) for cloud resources. However, when you launch your services in your own AWS account, you can access those services via connectors in your app.
4444

4545
## How Can You Deploy to Your AWS Account?
4646

0 commit comments

Comments
 (0)