Question
- Which statements about securing data in transit are true? (Select TWO.)
Web traffic that runs over HTTP is encrypted using TLS.
TLS is a proprietary protocol that’s used to secure traffic between AWS virtual
private clouds (VPCS).
Data moving between AWS services is encrypted using TLS and AWS Key
TLS provides encryption of data in transit.
TLS certificates can be managed using AWS Certificate Manager (ACM).
private clouds (VPCS).
Data moving between AWS services is encrypted using TLS and AWS Key
Ask by Patel Gibbs. in South Africa
Mar 22,2025
Upstudy AI Solution
Tutor-Verified Answer
Answer
The two true statements are:
- TLS provides encryption of data in transit.
- TLS certificates can be managed using AWS Certificate Manager (ACM).
Solution
- Analyze each statement:
-
Statement 1:
“”
Web traffic over HTTP is not encrypted by default (encryption is provided by HTTPS, which uses TLS).
→ This statement is false. -
Statement 2:
“”
TLS is not proprietary; it is an open standard protocol used broadly to secure data in transit across the internet and not specific to AWS VPCs.
→ This statement is false. -
Statement 3:
It appears truncated:
“”
Without the complete context, it is unclear what the full statement is. However, AWS automatically uses TLS to encrypt data in transit between AWS services. The mention of “AWS Key” seems to hint at key management, but this makes the statement ambiguous.
→ Likely not one of the selected answers if choosing two clear statements. -
Statement 4:
“”
This is the primary function of TLS – to secure data that is transmitted by encrypting it.
→ This statement is true. -
Statement 5:
“”
AWS Certificate Manager is a service that manages TLS certificates for AWS-based resources.
→ This statement is true.
- Conclusion:
The two true statements are:
Answered by UpStudy AI and reviewed by a Professional Tutor
Like
error msg


Extra Insights
While web traffic running over HTTP is not encrypted, data in transit is secured with TLS, which effectively protects the integrity and confidentiality of the information sent over the internet. This encryption allows applications and browsers to communicate securely, ensuring that sensitive data like passwords and credit card numbers remain safe from prying eyes.
In addition to securing web traffic, TLS also provides robust encryption for data moving between AWS services, ensuring that information remains protected not just over public networks but also internally within cloud infrastructure. AWS offers the AWS Certificate Manager (ACM) for easy management of TLS certificates, making it seamless to implement and maintain security across your applications.