A map statement in the aws config file has three components:
For instance, the map that corresponds to a ServerRoot directive in other servers is:
map / directory data:html/
Which checks all requests to see if they match a file in the
directory data:html.
More generally, the NCSA httpd alias:
Alias /icons/ html:icons/
is identical to the map:
map /icons/ directory html:icons/