Compute - SSL Server Certificates Flashcards
1
Q
What is the purpose of a server certificate in an Application Load Balancer (ALB)?
A
- Allows the ALB to receive encrypted traffic over HTTPS
- Establishes an encrypted communication channel between clients and the ALB
2
Q
What are SSL and TLS in relation to server certificates?
A
- SSL (Secure Sockets Layer) and TLS (Transport Layer Security) are cryptographic protocols used for certificates in ALBs
3
Q
What is an X.509 certificate?
A
- A digital ID provisioned by a Certificate Authority (CA)
- Used to terminate encrypted connections and decrypt requests in the ALB
4
Q
What are the options for selecting a certificate when configuring HTTPS listeners in an ALB?
A
- Choose a certificate from AWS Certificate Manager (ACM)
- Upload a certificate to ACM
- Choose a certificate from AWS Identity and Access Management (IAM)
- Upload a certificate to IAM
5
Q
What is AWS Certificate Manager (ACM)?
A
- A service for creating and provisioning SSL/TLS server certificates in AWS
- Simplifies the configuration process for certificates in an ALB
6
Q
When would you use IAM as your certificate manager for an ALB?
A
- When deploying ELBs in regions not supported by ACM
- To use third-party certificates
7
Q
How can you use ACM for certificates?
A
- Create certificates within ACM
- Import existing certificates from outside of AWS
8
Q
What is the preferred option for managing certificates in an ALB?
A
- Using ACM as the certificate manager