Terminology Index

Glossary

1801 terms

Open concept maps

Showing 577-608 of 1801 terms

D
17
E
15

Encryption in Transit (Cloud)

Encrypting data as it moves between cloud services, users, and systems, using TLS and related protocols, so it cannot be intercepted or tampered with on the network. A cloud engineer enforces it across connections.

Encryption in transit protects cloud data while it travels, between a user and a service, between microservices, or across regions, using TLS so eavesdroppers cannot read or alter it. A cloud security engineer enforces it by requiring TLS on endpoints, disabling weak protocols, and ensuring internal service-to-service traffic is encrypted too, not just external. It complements at-rest encryption to protect data across all its states in the cloud.

Introduced in: Cloud Security Engineer Fundamentals

Examples

  • Requiring TLS on a cloud service's endpoints and rejecting plaintext.
  • Encrypting service-to-service traffic inside the cloud environment.
  • Disabling outdated TLS versions to keep transit encryption strong.

No related terms linked yet.