Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Update nodejs-ingress.md #21

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/virtualgateway/nodejs-ingress.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@ Connect to the EC2 instance in order to test reachability from external requests
EXTERNAL_EC2=$(aws ec2 describe-instances --filters Name=tag:Usage,Values=ExternalEC2Instance | jq -r '.Reservations[].Instances[].InstanceId')

aws ssm start-session --target $EXTERNAL_EC2
Starting session with SessionId: xxxxx-03f74a1b6fabf65d4
```



We add the Kube context for EKS connectivity
```bash
aws eks --region us-west-2 update-kubeconfig --name appmesh-workshop
Added new context arn:aws:eks:xxxxx:xxxxxxx:cluster/appmesh-workshop to /home/ssm-user/.kube/config
```

And finally, let’s get the FQDN of the NLB that was created as part of the K8s Service of type LoadBalancer.
Expand Down