A static website is required to use the zone apex of a DNS domain (e.g. ). Which steps should we take to implement a scalable and cost-effective solution using the Amazon Route 53 service?
a). Create a Route 53 hosted zone, and set the NS records of the domain to use Route 53 name servers
b). Host the website on an Amazon EC2 instance, and map a Route 53 Alias record to the public IP address of the EC2 instance
c). Host the website using AWS Elastic Beanstalk, and map a Route 53 Alias record to this environment.
d). Host the website on an Amazon EC2 instance with ELB and Auto Scaling, and map a Route 53 Alias record to the ELB endpoint
e). Serve the website from an Amazon S3 bucket, and map a Route 53 Alias record to the website endpoint