In this demo, we will:
1. Request a public SSL/TLS certificate using ACM 2. Create a simple web application using EC2 3. Set up an Application Load Balancer 4. Associate the ACM certificate with the ALB 5. Test the setup 6. Clean up resources
Certificate-Manager-Demo
✅
#!/bin/bash yum update -y yum install -y httpd systemctl start httpd systemctl enable httpd echo "<h1>Hello from AWS Certificate Manager Demo!</h1>" > /var/www/html/index.html
*.techcentral.pro
MySecureALB
First find out in which AZ the EC2 is running
My-EC2-Target-Group
techcentral.pro
www
http://www.techcentral.pro/
https://www.techcentral.pro/
By Deepak Dubey
AWS Certificate Manager - Hands-On Demo