I have one EC2 instance and I would like to set up HTTPS based on ACM.
So it seems I must place an ELB between my EC2 instance and the DNS records if I wish to use ACM's certificate.
ELB writes I must specify subnets from at least two Availability Zones.
The EC2 instance is located in one particular Availability Zone.
So do I have any other choice other than duplicating this EC2 ? Is there any way to use ACM + ELB with only one EC2 instance?