...
Excerpt | ||
---|---|---|
| ||
Create a new EnvironmentTo get started, simply open your API Control Plane instance and follow the instructions below. Add an Environment
Add Environment Information
You’ve completed the first step! |
...
The following describes how to create the gateway configuration for an AWS API Gateway Agent.
Gateway Configuration
You have two options to grant your agent access to your AWS API Gateway, depending on wheter you plan to host the agent inside AWS itself or elsewhere.
Agents running outside AWS
This is the default, where you run the agent container outside of AWS, e.g. inside your local network or within another cloud provider. For the agent to be able to access the AWS API Gateway, you must provide credentials in form of Access Key and Secret Access Key.
...
Agents running inside AWS
For agents running within one of the AWS container services (e.g. ECS or EKS) you can choose to
'Use AWS Internal
...
Acess' instead of providing explicit credentials. In this case you must configure a task execution role for your container in AWS that has the necessary permissions to access the API Gateway.
...
Use AWS Internal Access:
Enable this if you intend to run your agent container inside AWS and want to use a task execution role instead of providingaccessKey
andsecretAccessKey
.accessKey
/secretAccessKey
: Insert your AWS access keysregion
: Insert the region that is assigned to your APIs in AWSstage
: Insert the stage where you deployed the APIs in AWS
...