- Lab
-
Libraries: If you want this lab, consider one of these libraries.
- Cloud

Provision an OpenVPN Server and Client Instances on Amazon EC2
With security becoming more and more of a concern and remote work becoming more standard, many companies choose to implement a Virtual Private Network (VPN) to provide employees with a secure connection to access company resources. In this hands-on lab, you will be tasked with provisioning an OpenVPN server and client with the appropriate configurations to facilitate communication.

Lab Info
Table of Contents
-
Challenge
Access the AWS Web Console and Navigate to the EC2 Service
- Use the link provided to access the AWS web console login page.
- Enter the IAM username and password provided to log in.
- Navigate to the EC2 service.
-
Challenge
Provision an OpenVPN Server on EC2
- Click Launch Instance in the EC2 service.
- Configure the OpenVPN server with the following specifications:
- Name: vpn_server
- Image: Ubuntu 20.04
- Instance type: t2.micro
- Key pair: vpnserver
- Security group rules (from anywhere):
22/TCP
,943/TCP
,945/TCP
,443/TCP
,1194/UDP
- Storage: 1x8 GiB gp2
- Click Launch Instance.
-
Challenge
Provision an OpenVPN Client on EC2
- Click Launch Instance in the EC2 service.
- Configure the OpenVPN client with the following specifications:
- Name: vpn_client
- Image: Ubuntu 20.04
- Instance type: t2.micro
- Key pair: vpnclient
- Security group rules (from anywhere):
22/TCP
- Storage: 1x8 GiB gp2
- Click Launch Instance.
About the author
Real skill practice before real-world application
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Learn by doing
Engage hands-on with the tools and technologies you’re learning. You pick the skill, we provide the credentials and environment.
Follow your guide
All labs have detailed instructions and objectives, guiding you through the learning process and ensuring you understand every step.
Turn time into mastery
On average, you retain 75% more of your learning if you take time to practice. Hands-on labs set you up for success to make those skills stick.