Skip to content
Open
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions aws-client-vpn/02_LABINSTRUCTIONS/STAGE2.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ This past of the demo involves downloading easy-rsa and using this to create cer
- Type `ACM` or `Certificate Manager` into the search box at the top of the screen then right click and open in a new tab.
- Verify that your certificate exists in the `us-east-1` region.

## AWS CLI Profile

If you've been following the course you might already have a profile called `iamadmin-general` if not, go to your terminal and run: `aws configure --profile iamadmin-general`. Entering the details for the IAM user of your aws account. Make sure to use the same region as the one you're using for the demo (`us-east-1`).


`END OF STAGE2`
4 changes: 2 additions & 2 deletions aws-client-vpn/02_LABINSTRUCTIONS/STAGE5.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
- add a profile
- load the profile you downloaded (client configuration) - use `A4L` for Displayname

## Client Configuration Issue
If you encounter the following error when loading your configuation: `aws vpn client error: The line "verify-x509-name server name" in the OpenVPN config contains directives that are not supported. Remove it from the OpenVPN config`, open the client configuration file and delete that line. Save the file and try again.
# Connect

- Connect to A4L VPN
Expand All @@ -42,5 +44,3 @@ Notice it doesn't work ? once more step, and thats authorizations
- notice how this works? you are now connected.
- Browse to the Private IP Address of `CATWEB` instance using `http` (not https) this also should work.