-
Notifications
You must be signed in to change notification settings - Fork 0
Amazon Web Services (AWS) connection configuration
Aaron Collier edited this page Jul 28, 2022
·
3 revisions
In order to perform operations using Amazon Web Services (AWS) hosted containers during local development an AWS connection is required to be configured.
You will see either a blank list or a default set of connections, we will add a new connection. Click the "+" button.
Enter the following configuration values:
- Connection Id: aws_conn (do not change this)
- Connection Type: Amazon Web Services
- Login: Your AWS_ACCESS_KEY_ID
- Password: Your AWS_SECRET_ACCESS_KEY
- Extra:
{"role_arn": "[DEVLOPER_ROLE_ARN]", "region_name": "us-west-2"}