AWS apigateway documentation change
Summary
Updated references from 'AWS CloudFormation' to 'CloudFormation' throughout documentation
Security assessment
Changes are branding/naming updates removing 'AWS' prefix from CloudFormation references. No security-related content modifications, vulnerability fixes, or security feature additions were made.
Diff
diff --git a/apigateway/latest/developerguide/http-api-private-integration.md b/apigateway/latest/developerguide/http-api-private-integration.md index 4aca58103..6b4a77bb3 100644 --- a//apigateway/latest/developerguide/http-api-private-integration.md +++ b//apigateway/latest/developerguide/http-api-private-integration.md @@ -5 +5 @@ -Step 1: Create an Amazon ECS serviceStep 2: Create a VPC linkStep 3: Create an HTTP APIStep 4: Create a routeStep 5: Create an integrationStep 6: Test your APIStep 7: Clean upNext steps: Automate with AWS CloudFormation +Step 1: Create an Amazon ECS serviceStep 2: Create a VPC linkStep 3: Create an HTTP APIStep 4: Create a routeStep 5: Create an integrationStep 6: Test your APIStep 7: Clean upNext steps: Automate with CloudFormation @@ -11 +11 @@ In this tutorial, you create a serverless API that connects to an Amazon ECS ser -This tutorial takes approximately an hour to complete. First, you use an AWS CloudFormation template to create a Amazon VPC and Amazon ECS service. Then you use the API Gateway console to create a VPC link. The VPC link allows API Gateway to access the Amazon ECS service that runs in your Amazon VPC. Next, you create an HTTP API that uses the VPC link to connect to your Amazon ECS service. Lastly, you test your API. +This tutorial takes approximately an hour to complete. First, you use an CloudFormation template to create a Amazon VPC and Amazon ECS service. Then you use the API Gateway console to create a VPC link. The VPC link allows API Gateway to access the Amazon ECS service that runs in your Amazon VPC. Next, you create an HTTP API that uses the VPC link to connect to your Amazon ECS service. Lastly, you test your API. @@ -19 +19 @@ To complete this tutorial, you need an AWS account and an AWS Identity and Acces -In this tutorial, you use the AWS Management Console. For an AWS CloudFormation template that creates this API and all related resources, see [template.yaml](samples/private-integration-full-template.zip). +In this tutorial, you use the AWS Management Console. For an CloudFormation template that creates this API and all related resources, see [template.yaml](samples/private-integration-full-template.zip). @@ -37 +37 @@ In this tutorial, you use the AWS Management Console. For an AWS CloudFormation - * Next steps: Automate with AWS CloudFormation + * Next steps: Automate with CloudFormation @@ -46 +46 @@ Amazon ECS is a container management service that makes it easy to run, stop, an -Download and unzip [this AWS CloudFormation template](samples/private-integration-cfn.zip), which creates all of the dependencies for the service, including an Amazon VPC. You use the template to create an Amazon ECS service that uses an Application Load Balancer. +Download and unzip [this CloudFormation template](samples/private-integration-cfn.zip), which creates all of the dependencies for the service, including an Amazon VPC. You use the template to create an Amazon ECS service that uses an Application Load Balancer. @@ -48 +48 @@ Download and unzip [this AWS CloudFormation template](samples/private-integratio -###### To create an AWS CloudFormation stack +###### To create an CloudFormation stack @@ -50 +50 @@ Download and unzip [this AWS CloudFormation template](samples/private-integratio - 1. Open the AWS CloudFormation console at [https://console.aws.amazon.com/cloudformation](https://console.aws.amazon.com/cloudformation/). + 1. Open the CloudFormation console at [https://console.aws.amazon.com/cloudformation](https://console.aws.amazon.com/cloudformation/). @@ -64 +64 @@ Download and unzip [this AWS CloudFormation template](samples/private-integratio - 8. For **Capabilities** , acknowledge that AWS CloudFormation can create IAM resources in your account. + 8. For **Capabilities** , acknowledge that CloudFormation can create IAM resources in your account. @@ -71 +71 @@ Download and unzip [this AWS CloudFormation template](samples/private-integratio -AWS CloudFormation provisions the ECS service, which can take a few minutes. When the status of your AWS CloudFormation stack is **CREATE_COMPLETE** , you're ready to move on to the next step. +CloudFormation provisions the ECS service, which can take a few minutes. When the status of your CloudFormation stack is **CREATE_COMPLETE** , you're ready to move on to the next step. @@ -172 +172 @@ You create an integration to connect a route to backend resources. - 9. For **Load balancer** , choose the load balancer that you created with the AWS CloudFormation template in Step 1. It's name should start with **http-Priva**. + 9. For **Load balancer** , choose the load balancer that you created with the CloudFormation template in Step 1. It's name should start with **http-Priva**. @@ -218 +218 @@ If you see the welcome message, you successfully created an Amazon ECS service t -To prevent unnecessary costs, delete the resources that you created as part of this tutorial. The following steps delete your VPC link, AWS CloudFormation stack, and HTTP API. +To prevent unnecessary costs, delete the resources that you created as part of this tutorial. The following steps delete your VPC link, CloudFormation stack, and HTTP API. @@ -240 +240 @@ To prevent unnecessary costs, delete the resources that you created as part of t -###### To delete an AWS CloudFormation stack +###### To delete an CloudFormation stack @@ -242 +242 @@ To prevent unnecessary costs, delete the resources that you created as part of t - 1. Open the AWS CloudFormation console at [https://console.aws.amazon.com/cloudformation](https://console.aws.amazon.com/cloudformation/). + 1. Open the CloudFormation console at [https://console.aws.amazon.com/cloudformation](https://console.aws.amazon.com/cloudformation/). @@ -244 +244 @@ To prevent unnecessary costs, delete the resources that you created as part of t - 2. Select your AWS CloudFormation stack. + 2. Select your CloudFormation stack. @@ -251 +251 @@ To prevent unnecessary costs, delete the resources that you created as part of t -## Next steps: Automate with AWS CloudFormation +## Next steps: Automate with CloudFormation @@ -253 +253 @@ To prevent unnecessary costs, delete the resources that you created as part of t -You can automate the creation and cleanup of all AWS resources involved in this tutorial. For a full example AWS CloudFormation template, see [template.yaml](samples/private-integration-full-template.zip). +You can automate the creation and cleanup of all AWS resources involved in this tutorial. For a full example CloudFormation template, see [template.yaml](samples/private-integration-full-template.zip).