Skip to content

Commit e55d4c3

Browse files
authored
Updated step 2
1 parent 4649a6c commit e55d4c3

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

global-apigw/README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,7 @@ which are created in the providing accounts.
1818

1919
2. Export four different environment variables:
2020

21-
- Your AWS account id
22-
- Your AWS region
23-
- The service name of the VPC Endpoint Service created in the `EC2 Provider` stack.
24-
This is emitted from that stack after doing `cdk deploy`.
25-
26-
`ec2-provider.ec2vpcendpointservicename = com.amazonaws.vpce.us-west-2.vpce-svc-xxxxxxxxxxxxxxxxx`
27-
28-
- The service name of the VPC Endpoint Service created in the `ECS Provider` stack.
29-
This is emitted from that stack after doing `cdk deploy`.
30-
31-
`ecs-provider.ecsvpcendpointservicename = com.amazonaws.vpce.us-west-2.vpce-svc-xxxxxxxxxxxxxxxxx`
21+
The `TODO_SERVICE_NAME` references the VPC Endpoint Service created in the `EC2 Provider` stack. The `DOGNAME_SERVICE_NAME` references the VPC Endpoint Service created in the `ECS Provider` stack.
3222

3323
```bash
3424
$ export AWS_ACCOUNT=111111111111

0 commit comments

Comments
 (0)