I want to allow only request with TLS 1.2 or higher versions i.e. older communication protocols, such as SSL 3.0, TLS 1.0, and TLS 1.1, application should not serve the request.
Also my application is host in Windows Server 2016 and using .NET framework 4.5, so TLS 1.2 is already supported by the system. I just want to disable the older protocols, in order to achieve security measurement.
As per my analysis, we can disable the older protocols by updating registry setting, as mentioned in below document by Microsoft.
https://support.microsoft.com/en-in/help/4040243/how-to-enable-tls-1-2-for-configuration-manager
So, my question is that can i change registry setting of AWS EC2 and RDS instances or their is any other way. Please suggest. Thanks in advance.