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.proMySecureALBFirst find out in which AZ the EC2 is running
My-EC2-Target-Grouptechcentral.prowwwhttp://www.techcentral.pro/https://www.techcentral.pro/