DEA-C01 Exam QuestionsBrowse all questions from this exam

DEA-C01 Exam - Question 115


A company is using an AWS Transfer Family server to migrate data from an on-premises environment to AWS. Company policy mandates the use of TLS 1.2 or above to encrypt the data in transit.

Which solution will meet these requirements?

Show Answer
Correct Answer: C

To enforce the use of TLS 1.2 or above for encrypting data in transit, the most appropriate solution is to update the security policy of the AWS Transfer Family server to specify a minimum protocol version of TLS 1.2. This ensures that any connections to the server will use at least TLS 1.2, adhering to the company's policy for secure data transmission.

Discussion

3 comments
Sign in to comment
HunkyBunkyOption: C
Jul 2, 2024

Only C is good

Bmaster
Jun 29, 2024

C is correct https://docs.aws.amazon.com/transfer/latest/userguide/security-policies.html

Ja13Option: C
Jul 8, 2024

A company is using an AWS Transfer Family server to migrate data from an on-premises environment to AWS. Company policy mandates the use of TLS 1.2 or above to encrypt the data in transit. Which solution will meet these requirements? A. Generate new SSH keys for the Transfer Family server. Make the old keys and the new keys available for use. B. Update the security group rules for the on-premises network to allow only connections that use TLS 1.2 or above. C. Update the security policy of the Transfer Family server to specify a minimum protocol version of TLS 1.2 D. Install an SSL certificate on the Transfer Family server to encrypt data transfers by using TLS 1.2.