Development with AWS Services III
Understand how to use key AWS services like Application Load Balancer, AWS Certificate Manager, and Step Functions to solve practical development challenges. Learn about SSL certificate management, serverless routing, error retry strategies, health checks, and securing API Gateway and Lambda integrations. This lesson guides you through AWS developer exam question solutions focusing on deployment and troubleshooting.
We'll cover the following...
Question 11
A developer is creating an Application Load Balancer (ALB) to handle HTTPS traffic for a web application. The application requires SSL termination at the ALB.
Which AWS service is primarily used to provision and manage the SSL/TLS certificates required for this setup?
A. AWS Identity and Access Management (IAM)
B. AWS Key Management Service (KMS)
C. AWS Certificate Manager (ACM)
D. AWS Secrets Manager
Question 12
A development team is deploying a new service using an Application Load Balancer (ALB) as the entry point. To utilize a serverless ...