I want to set up an AWS client VPN for managing remote access. There are around 100
users who need to access the VPN on daily basis. For this, I am assuming that all users would be connected to a VPN for 12
hrs per day. There are around 8
subnets that I need to associate with this VPN. As per AWS official pricing, the pricing is based on two criteria:
AWS Client VPN endpoint association: $0.15 per hour
(ap-south-1)
AWS Client VPN connection: $0.05 per hour
(ap-south-1)
The total amount will be charged for the number of active client connections per hour and the number of subnets that are associated with Client VPN per hour. So with this my total amount is estimated as:
100(no. of active clients) * 12(total hrs/day) * 30(monthly) * 0.05(connection cost) + 8(total
subnets) * 1(endpoints) * 12(total hrs/day) * 30(monthly) * 0.15(endpoint cost) = $2232/month
My question is, this cost is too much as compared to other external VPN providers. Is my understanding of the VPN pricing wrong or this is what exactly it costs me as this pricing is not justifiable to me.