Podcast
Questions and Answers
What is the best way to meet the requirements of encrypting the application at the edge with a certificate issued by an external CA and rotating it annually?
What is the best way to meet the requirements of encrypting the application at the edge with a certificate issued by an external CA and rotating it annually?
- Use AWS Certificate Manager (ACM) to issue an SSL/TLS certificate. Import the key material from the certificate. Apply the certificate to the ALB. Use the managed renewal feature to automatically rotate the certificate.
- Use AWS Certificate Manager (ACM) Private Certificate Authority to issue an SSL/TLS certificate from the root CA. Apply the certificate to the ALB.
- Apply a self-signed SSL/TLS certificate to the ALB. Manually rotate the certificate each year.
- Use AWS Certificate Manager (ACM) to issue an SSL/TLS certificate. Apply the certificate to the ALB. Use the managed renewal feature to automatically rotate the certificate. (correct)
What is the incorrect way to ensure encryption at the edge with a certificate issued by an external CA and annual rotation?
What is the incorrect way to ensure encryption at the edge with a certificate issued by an external CA and annual rotation?
- Use AWS Certificate Manager (ACM) Public Certificate Authority to issue an SSL/TLS certificate from the root CA. Apply the certificate to the ALB. (correct)
- Use AWS Certificate Manager (ACM) to issue an SSL/TLS certificate. Apply the certificate to the ALB. Use the managed renewal feature to automatically rotate the certificate.
- Apply a self-signed SSL/TLS certificate to the backend servers behind ALB. Manually rotate the certificate each year.
- Use AWS Certificate Manager (ACM) to issue an SSL/TLS certificate. Import the key material from the certificate. Apply the certificate to the ALB. Use the managed renewal feature to automatically rotate the certificate.
Which action would NOT meet the requirement of rotating the SSL/TLS certificate annually?
Which action would NOT meet the requirement of rotating the SSL/TLS certificate annually?
- Use AWS Certificate Manager (ACM) to issue an SSL/TLS certificate. Apply the certificate to the ALB. Use the managed renewal feature to automatically rotate the certificate.
- Use AWS Certificate Manager (ACM) Private Certificate Authority to issue an SSL/TLS certificate from the root CA. Apply the certificate to the ALB.
- Import a third-party SSL/TLS certificate directly into ALB without involving ACM. (correct)
- Use AWS CloudFront to manage SSL/TLS certificates for ALB and enable automatic rotation.
Which approach does NOT align with best practices for managing SSL/TLS certificates in AWS?
Which approach does NOT align with best practices for managing SSL/TLS certificates in AWS?
What would be a suboptimal approach for managing SSL/TLS certificates for an ALB in AWS?
What would be a suboptimal approach for managing SSL/TLS certificates for an ALB in AWS?
Which option would NOT be suitable for ensuring encryption with a valid SSL/TLS certificate on an ALB in AWS?
Which option would NOT be suitable for ensuring encryption with a valid SSL/TLS certificate on an ALB in AWS?
What is the most cost-effective way for the company to avoid Regional data transfer charges?
What is the most cost-effective way for the company to avoid Regional data transfer charges?
How can the company automatically rotate the SSL/TLS certificate for the ALB?
How can the company automatically rotate the SSL/TLS certificate for the ALB?
What is the correct combination of steps for the solutions architect to connect from the on-premises network to the bastion host and the application servers?
What is the correct combination of steps for the solutions architect to connect from the on-premises network to the bastion host and the application servers?
What should be done to allow access from on-premises network through the company's internet connection to the bastion host and application servers?
What should be done to allow access from on-premises network through the company's internet connection to the bastion host and application servers?
What action should be taken to connect from on-premises network through the company's internet connection to the bastion host and application servers?
What action should be taken to connect from on-premises network through the company's internet connection to the bastion host and application servers?
Which method should be used to notify when the SSL/TLS certificate is nearing expiration?
Which method should be used to notify when the SSL/TLS certificate is nearing expiration?
What would be a suitable solution for connecting securely to Linux-based application instances on Amazon EC2 in a private subnet?
What would be a suitable solution for connecting securely to Linux-based application instances on Amazon EC2 in a private subnet?
How can data transfer charges be minimized when EC2 instances download and upload images to Amazon S3?
How can data transfer charges be minimized when EC2 instances download and upload images to Amazon S3?
What's a secure way for systems administrators to connect from on-premises network through company's internet connection to bastion host and application servers?
What's a secure way for systems administrators to connect from on-premises network through company's internet connection to bastion host and application servers?