AmazonS3
tcp/443 tcp/80
.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: low
Fingerprint: 5f32cf5d6962f09c8329733f8329733f3fc9d226d8d90b3b0c27af5ba34f35e0
Found 10 files trough .DS_Store spidering: /10.jpg /50.html /awslogo.png /index.html /index.html.old /map /OFA-Infrastructure-Final.pdf /printer.jpg /printer.png /Untitled-1.psd
.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: low
Fingerprint: 5f32cf5d6962f09c8329733f8329733f3fc9d226d8d90b3b0c27af5ba34f35e0
Found 10 files trough .DS_Store spidering: /10.jpg /50.html /awslogo.png /index.html /index.html.old /map /OFA-Infrastructure-Final.pdf /printer.jpg /printer.png /Untitled-1.psd
Open service 18.172.112.27:80 · awsofa.cloud
2026-01-09 17:07
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 7281
Connection: close
Last-Modified: Fri, 06 Oct 2017 20:25:41 GMT
Accept-Ranges: bytes
Server: AmazonS3
Date: Fri, 09 Jan 2026 17:07:28 GMT
ETag: "c1c9554fbd5d98f1dc509366a4ef4b9d"
X-Cache: Hit from cloudfront
Via: 1.1 fc3a32609a2b1f220f223f3b87919ac2.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P8
X-Amz-Cf-Id: oyDu7oUNRfur1PzmMk6S6Ifcw0YMeCqJuNqnnXQQbq3ZxRalFFomdg==
Age: 2
Page title: Obama for America on AWS - Infrastructure Architecture
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html/xml; charset=utf-8"/>
<meta name="author" content="Miles Ward, Amazon Web Services. UI System from Richard Milton, Centre for Advanced Spatial Analysis (CASA), University College London (UCL)">
<meta name="description" content="Page automatically created by GMapImageCutter created by CASA">
<meta name="keywords" content="Obama, America, Infrastructure, Architecture, Amazon, AWS">
<title>Obama for America on AWS - Infrastructure Architecture</title>
<style type="text/css">
</style>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?key=AIzaSyDya-U_bVJn_2O4OBzuggkHGMDS92DAw6E&?sensor=false"></script>
<script type="text/javascript">
//<![CDATA[
var centreLat=0.0;
var centreLon=0.0;
var initialZoom=4;
var imageWraps=false; //SET THIS TO false TO PREVENT THE IMAGE WRAPPING AROUND
var map; //the GMap3 itself
var gmicMapType;
function GMICMapType() {
this.Cache = Array();
this.opacity = 1.0;
}
GMICMapType.prototype.tileSize = new google.maps.Size(256, 256);
GMICMapType.prototype.maxZoom = 19;
GMICMapType.prototype.getTile = function(coord, zoom, ownerDocument) {
var c = Math.pow(2, zoom);
var c = Math.pow(2, zoom);
var tilex=coord.x,tiley=coord.y;
if (imageWraps) {
if (tilex<0) tilex=c+tilex%c;
if (tilex>=c) tilex=tilex%c;
if (tiley<0) tiley=c+tiley%c;
if (tiley>=c) tiley=tiley%c;
}
else {
if ((tilex<0)||(tilex>=c)||(tiley<0)||(tiley>=c))
{
var blank = ownerDocument.createElement('DIV');
blank.style.width = this.tileSize.width + 'px';
blank.style.height = this.tileSize.height + 'px';
return blank;
}
}
var img = ownerDocument.createElement('IMG');
var d = tilex;
var e = tiley;
var f = "t";
for (var g = 0; g < zoom; g++) {
c /= 2;
if (e < c) {
if (d < c) { f += "q" }
else { f += "r"; d -= c }
}
else {
if (d < c) { f += "t"; e -= c }
else { f += "s"; d -= c; e -= c }
}
}
img.id = "t_" + f;
img.style.width = this.tileSize.width + 'px';
img.style.height = this.tileSize.height + 'px';
img.src = "map/"+f+".jpg";
this.Cache.push(img);
return img;
}
GMICMapType.prototype.realeaseTile = function(tile) {
var idx = this.Cache.indexOf(tile);
if(idx!=-1) this.Cache.splice(idx, 1);
tile=null;
}
GMICMapType.prototype.name = "OFA + AWS";
GMICMapType.prototype.alt = "Obama for America Infrastructure Architecture on AWS";
GMICMapType.prototype.setOpacity = function(newOpacity) {
this.opacity = newOpacity;
for (var i = 0; i < this.Cache.length; i++) {
this.Cache[i].style.opacity = newOpacity; //mozilla
this.Cache[i].style.filter = "alpha(opacity=" + newOpacity * 100 + ")"; //ie
}
}
function getWindowHeight() {
if (window.self&&self.innerHeight) {
return self.innerHeight;
}
if (document.documentElement&&document.documentElement.clientHeight) {
return document.documentElement.clientHeight;
}
return 0;
}
function resizeMapDiv() {
//Resize the height of the div containing the map.
//Do not call any map methods here as the resize is called before the map is created.
var d=document.getElementById("map");
var offsetTop=0;
for (var elem=d; elem!=null; elem=elem.offsetParent) {
offsetTop+=elem.offsetTop;
}
Open service 18.172.112.20:443 · awsofa.cloud
2026-01-09 06:48
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 7281
Connection: close
Last-Modified: Fri, 06 Oct 2017 20:25:41 GMT
Accept-Ranges: bytes
Server: AmazonS3
Date: Fri, 09 Jan 2026 06:48:20 GMT
ETag: "c1c9554fbd5d98f1dc509366a4ef4b9d"
X-Cache: Hit from cloudfront
Via: 1.1 c0ddd35bae9510a7268b5854c63453cc.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P8
X-Amz-Cf-Id: fc53M9tMkI0n1sTUscnSgWvDVesuzmRtMN_DNNpjPdHVWQsTX0rwYw==
Age: 77524
Page title: Obama for America on AWS - Infrastructure Architecture
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html/xml; charset=utf-8"/>
<meta name="author" content="Miles Ward, Amazon Web Services. UI System from Richard Milton, Centre for Advanced Spatial Analysis (CASA), University College London (UCL)">
<meta name="description" content="Page automatically created by GMapImageCutter created by CASA">
<meta name="keywords" content="Obama, America, Infrastructure, Architecture, Amazon, AWS">
<title>Obama for America on AWS - Infrastructure Architecture</title>
<style type="text/css">
</style>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?key=AIzaSyDya-U_bVJn_2O4OBzuggkHGMDS92DAw6E&?sensor=false"></script>
<script type="text/javascript">
//<![CDATA[
var centreLat=0.0;
var centreLon=0.0;
var initialZoom=4;
var imageWraps=false; //SET THIS TO false TO PREVENT THE IMAGE WRAPPING AROUND
var map; //the GMap3 itself
var gmicMapType;
function GMICMapType() {
this.Cache = Array();
this.opacity = 1.0;
}
GMICMapType.prototype.tileSize = new google.maps.Size(256, 256);
GMICMapType.prototype.maxZoom = 19;
GMICMapType.prototype.getTile = function(coord, zoom, ownerDocument) {
var c = Math.pow(2, zoom);
var c = Math.pow(2, zoom);
var tilex=coord.x,tiley=coord.y;
if (imageWraps) {
if (tilex<0) tilex=c+tilex%c;
if (tilex>=c) tilex=tilex%c;
if (tiley<0) tiley=c+tiley%c;
if (tiley>=c) tiley=tiley%c;
}
else {
if ((tilex<0)||(tilex>=c)||(tiley<0)||(tiley>=c))
{
var blank = ownerDocument.createElement('DIV');
blank.style.width = this.tileSize.width + 'px';
blank.style.height = this.tileSize.height + 'px';
return blank;
}
}
var img = ownerDocument.createElement('IMG');
var d = tilex;
var e = tiley;
var f = "t";
for (var g = 0; g < zoom; g++) {
c /= 2;
if (e < c) {
if (d < c) { f += "q" }
else { f += "r"; d -= c }
}
else {
if (d < c) { f += "t"; e -= c }
else { f += "s"; d -= c; e -= c }
}
}
img.id = "t_" + f;
img.style.width = this.tileSize.width + 'px';
img.style.height = this.tileSize.height + 'px';
img.src = "map/"+f+".jpg";
this.Cache.push(img);
return img;
}
GMICMapType.prototype.realeaseTile = function(tile) {
var idx = this.Cache.indexOf(tile);
if(idx!=-1) this.Cache.splice(idx, 1);
tile=null;
}
GMICMapType.prototype.name = "OFA + AWS";
GMICMapType.prototype.alt = "Obama for America Infrastructure Architecture on AWS";
GMICMapType.prototype.setOpacity = function(newOpacity) {
this.opacity = newOpacity;
for (var i = 0; i < this.Cache.length; i++) {
this.Cache[i].style.opacity = newOpacity; //mozilla
this.Cache[i].style.filter = "alpha(opacity=" + newOpacity * 100 + ")"; //ie
}
}
function getWindowHeight() {
if (window.self&&self.innerHeight) {
return self.innerHeight;
}
if (document.documentElement&&document.documentElement.clientHeight) {
return document.documentElement.clientHeight;
}
return 0;
}
function resizeMapDiv() {
//Resize the height of the div containing the map.
//Do not call any map methods here as the resize is called before the map is created.
var d=document.getElementById("map");
var offsetTop=0;
for (var elem=d; elem!=null; elem=elem.offsetParent) {
offsetTop+=elem.offsetTop;
}
Open service 18.172.112.27:80 · awsofa.cloud
2026-01-02 17:43
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 7281
Connection: close
Last-Modified: Fri, 06 Oct 2017 20:25:41 GMT
Accept-Ranges: bytes
Server: AmazonS3
Date: Fri, 02 Jan 2026 02:03:17 GMT
ETag: "c1c9554fbd5d98f1dc509366a4ef4b9d"
X-Cache: Hit from cloudfront
Via: 1.1 90af45dd727f0b43ee7edafc660daaee.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P8
X-Amz-Cf-Id: rcoD0nhDnLMeiY8u27PJ2Bd8WoTBg-Qf3NkSmUvjdMRgt2RJHI4o5A==
Age: 56441
Page title: Obama for America on AWS - Infrastructure Architecture
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html/xml; charset=utf-8"/>
<meta name="author" content="Miles Ward, Amazon Web Services. UI System from Richard Milton, Centre for Advanced Spatial Analysis (CASA), University College London (UCL)">
<meta name="description" content="Page automatically created by GMapImageCutter created by CASA">
<meta name="keywords" content="Obama, America, Infrastructure, Architecture, Amazon, AWS">
<title>Obama for America on AWS - Infrastructure Architecture</title>
<style type="text/css">
</style>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?key=AIzaSyDya-U_bVJn_2O4OBzuggkHGMDS92DAw6E&?sensor=false"></script>
<script type="text/javascript">
//<![CDATA[
var centreLat=0.0;
var centreLon=0.0;
var initialZoom=4;
var imageWraps=false; //SET THIS TO false TO PREVENT THE IMAGE WRAPPING AROUND
var map; //the GMap3 itself
var gmicMapType;
function GMICMapType() {
this.Cache = Array();
this.opacity = 1.0;
}
GMICMapType.prototype.tileSize = new google.maps.Size(256, 256);
GMICMapType.prototype.maxZoom = 19;
GMICMapType.prototype.getTile = function(coord, zoom, ownerDocument) {
var c = Math.pow(2, zoom);
var c = Math.pow(2, zoom);
var tilex=coord.x,tiley=coord.y;
if (imageWraps) {
if (tilex<0) tilex=c+tilex%c;
if (tilex>=c) tilex=tilex%c;
if (tiley<0) tiley=c+tiley%c;
if (tiley>=c) tiley=tiley%c;
}
else {
if ((tilex<0)||(tilex>=c)||(tiley<0)||(tiley>=c))
{
var blank = ownerDocument.createElement('DIV');
blank.style.width = this.tileSize.width + 'px';
blank.style.height = this.tileSize.height + 'px';
return blank;
}
}
var img = ownerDocument.createElement('IMG');
var d = tilex;
var e = tiley;
var f = "t";
for (var g = 0; g < zoom; g++) {
c /= 2;
if (e < c) {
if (d < c) { f += "q" }
else { f += "r"; d -= c }
}
else {
if (d < c) { f += "t"; e -= c }
else { f += "s"; d -= c; e -= c }
}
}
img.id = "t_" + f;
img.style.width = this.tileSize.width + 'px';
img.style.height = this.tileSize.height + 'px';
img.src = "map/"+f+".jpg";
this.Cache.push(img);
return img;
}
GMICMapType.prototype.realeaseTile = function(tile) {
var idx = this.Cache.indexOf(tile);
if(idx!=-1) this.Cache.splice(idx, 1);
tile=null;
}
GMICMapType.prototype.name = "OFA + AWS";
GMICMapType.prototype.alt = "Obama for America Infrastructure Architecture on AWS";
GMICMapType.prototype.setOpacity = function(newOpacity) {
this.opacity = newOpacity;
for (var i = 0; i < this.Cache.length; i++) {
this.Cache[i].style.opacity = newOpacity; //mozilla
this.Cache[i].style.filter = "alpha(opacity=" + newOpacity * 100 + ")"; //ie
}
}
function getWindowHeight() {
if (window.self&&self.innerHeight) {
return self.innerHeight;
}
if (document.documentElement&&document.documentElement.clientHeight) {
return document.documentElement.clientHeight;
}
return 0;
}
function resizeMapDiv() {
//Resize the height of the div containing the map.
//Do not call any map methods here as the resize is called before the map is created.
var d=document.getElementById("map");
var offsetTop=0;
for (var elem=d; elem!=null; elem=elem.offsetParent) {
offsetTop+=elem.offsetTop;
}
Open service 18.172.112.20:443 · awsofa.cloud
2026-01-02 08:17
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 7281
Connection: close
Last-Modified: Fri, 06 Oct 2017 20:25:41 GMT
Accept-Ranges: bytes
Server: AmazonS3
Date: Fri, 02 Jan 2026 02:03:17 GMT
ETag: "c1c9554fbd5d98f1dc509366a4ef4b9d"
X-Cache: Hit from cloudfront
Via: 1.1 413634bfcacd752107ee361d53948cee.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P8
X-Amz-Cf-Id: zg9ZS64EvBrHI7qiapE76GAiCL6x5l6oPf-oW1Tn_7qWcAtlxIZybg==
Age: 22448
Page title: Obama for America on AWS - Infrastructure Architecture
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html/xml; charset=utf-8"/>
<meta name="author" content="Miles Ward, Amazon Web Services. UI System from Richard Milton, Centre for Advanced Spatial Analysis (CASA), University College London (UCL)">
<meta name="description" content="Page automatically created by GMapImageCutter created by CASA">
<meta name="keywords" content="Obama, America, Infrastructure, Architecture, Amazon, AWS">
<title>Obama for America on AWS - Infrastructure Architecture</title>
<style type="text/css">
</style>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?key=AIzaSyDya-U_bVJn_2O4OBzuggkHGMDS92DAw6E&?sensor=false"></script>
<script type="text/javascript">
//<![CDATA[
var centreLat=0.0;
var centreLon=0.0;
var initialZoom=4;
var imageWraps=false; //SET THIS TO false TO PREVENT THE IMAGE WRAPPING AROUND
var map; //the GMap3 itself
var gmicMapType;
function GMICMapType() {
this.Cache = Array();
this.opacity = 1.0;
}
GMICMapType.prototype.tileSize = new google.maps.Size(256, 256);
GMICMapType.prototype.maxZoom = 19;
GMICMapType.prototype.getTile = function(coord, zoom, ownerDocument) {
var c = Math.pow(2, zoom);
var c = Math.pow(2, zoom);
var tilex=coord.x,tiley=coord.y;
if (imageWraps) {
if (tilex<0) tilex=c+tilex%c;
if (tilex>=c) tilex=tilex%c;
if (tiley<0) tiley=c+tiley%c;
if (tiley>=c) tiley=tiley%c;
}
else {
if ((tilex<0)||(tilex>=c)||(tiley<0)||(tiley>=c))
{
var blank = ownerDocument.createElement('DIV');
blank.style.width = this.tileSize.width + 'px';
blank.style.height = this.tileSize.height + 'px';
return blank;
}
}
var img = ownerDocument.createElement('IMG');
var d = tilex;
var e = tiley;
var f = "t";
for (var g = 0; g < zoom; g++) {
c /= 2;
if (e < c) {
if (d < c) { f += "q" }
else { f += "r"; d -= c }
}
else {
if (d < c) { f += "t"; e -= c }
else { f += "s"; d -= c; e -= c }
}
}
img.id = "t_" + f;
img.style.width = this.tileSize.width + 'px';
img.style.height = this.tileSize.height + 'px';
img.src = "map/"+f+".jpg";
this.Cache.push(img);
return img;
}
GMICMapType.prototype.realeaseTile = function(tile) {
var idx = this.Cache.indexOf(tile);
if(idx!=-1) this.Cache.splice(idx, 1);
tile=null;
}
GMICMapType.prototype.name = "OFA + AWS";
GMICMapType.prototype.alt = "Obama for America Infrastructure Architecture on AWS";
GMICMapType.prototype.setOpacity = function(newOpacity) {
this.opacity = newOpacity;
for (var i = 0; i < this.Cache.length; i++) {
this.Cache[i].style.opacity = newOpacity; //mozilla
this.Cache[i].style.filter = "alpha(opacity=" + newOpacity * 100 + ")"; //ie
}
}
function getWindowHeight() {
if (window.self&&self.innerHeight) {
return self.innerHeight;
}
if (document.documentElement&&document.documentElement.clientHeight) {
return document.documentElement.clientHeight;
}
return 0;
}
function resizeMapDiv() {
//Resize the height of the div containing the map.
//Do not call any map methods here as the resize is called before the map is created.
var d=document.getElementById("map");
var offsetTop=0;
for (var elem=d; elem!=null; elem=elem.offsetParent) {
offsetTop+=elem.offsetTop;
}
Open service 18.172.112.27:80 · awsofa.cloud
2025-12-23 08:21
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 7281
Connection: close
Last-Modified: Fri, 06 Oct 2017 20:25:41 GMT
Accept-Ranges: bytes
Server: AmazonS3
Date: Mon, 22 Dec 2025 08:42:18 GMT
ETag: "c1c9554fbd5d98f1dc509366a4ef4b9d"
X-Cache: Hit from cloudfront
Via: 1.1 efb576f3260fb935bd57cce721b78428.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P8
X-Amz-Cf-Id: Bg-3ZcZr67aOKjuPyYS_iElmpsHRF3kuFYe_XlxTNszjC_U6GsI7Uw==
Age: 85157
Page title: Obama for America on AWS - Infrastructure Architecture
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html/xml; charset=utf-8"/>
<meta name="author" content="Miles Ward, Amazon Web Services. UI System from Richard Milton, Centre for Advanced Spatial Analysis (CASA), University College London (UCL)">
<meta name="description" content="Page automatically created by GMapImageCutter created by CASA">
<meta name="keywords" content="Obama, America, Infrastructure, Architecture, Amazon, AWS">
<title>Obama for America on AWS - Infrastructure Architecture</title>
<style type="text/css">
</style>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?key=AIzaSyDya-U_bVJn_2O4OBzuggkHGMDS92DAw6E&?sensor=false"></script>
<script type="text/javascript">
//<![CDATA[
var centreLat=0.0;
var centreLon=0.0;
var initialZoom=4;
var imageWraps=false; //SET THIS TO false TO PREVENT THE IMAGE WRAPPING AROUND
var map; //the GMap3 itself
var gmicMapType;
function GMICMapType() {
this.Cache = Array();
this.opacity = 1.0;
}
GMICMapType.prototype.tileSize = new google.maps.Size(256, 256);
GMICMapType.prototype.maxZoom = 19;
GMICMapType.prototype.getTile = function(coord, zoom, ownerDocument) {
var c = Math.pow(2, zoom);
var c = Math.pow(2, zoom);
var tilex=coord.x,tiley=coord.y;
if (imageWraps) {
if (tilex<0) tilex=c+tilex%c;
if (tilex>=c) tilex=tilex%c;
if (tiley<0) tiley=c+tiley%c;
if (tiley>=c) tiley=tiley%c;
}
else {
if ((tilex<0)||(tilex>=c)||(tiley<0)||(tiley>=c))
{
var blank = ownerDocument.createElement('DIV');
blank.style.width = this.tileSize.width + 'px';
blank.style.height = this.tileSize.height + 'px';
return blank;
}
}
var img = ownerDocument.createElement('IMG');
var d = tilex;
var e = tiley;
var f = "t";
for (var g = 0; g < zoom; g++) {
c /= 2;
if (e < c) {
if (d < c) { f += "q" }
else { f += "r"; d -= c }
}
else {
if (d < c) { f += "t"; e -= c }
else { f += "s"; d -= c; e -= c }
}
}
img.id = "t_" + f;
img.style.width = this.tileSize.width + 'px';
img.style.height = this.tileSize.height + 'px';
img.src = "map/"+f+".jpg";
this.Cache.push(img);
return img;
}
GMICMapType.prototype.realeaseTile = function(tile) {
var idx = this.Cache.indexOf(tile);
if(idx!=-1) this.Cache.splice(idx, 1);
tile=null;
}
GMICMapType.prototype.name = "OFA + AWS";
GMICMapType.prototype.alt = "Obama for America Infrastructure Architecture on AWS";
GMICMapType.prototype.setOpacity = function(newOpacity) {
this.opacity = newOpacity;
for (var i = 0; i < this.Cache.length; i++) {
this.Cache[i].style.opacity = newOpacity; //mozilla
this.Cache[i].style.filter = "alpha(opacity=" + newOpacity * 100 + ")"; //ie
}
}
function getWindowHeight() {
if (window.self&&self.innerHeight) {
return self.innerHeight;
}
if (document.documentElement&&document.documentElement.clientHeight) {
return document.documentElement.clientHeight;
}
return 0;
}
function resizeMapDiv() {
//Resize the height of the div containing the map.
//Do not call any map methods here as the resize is called before the map is created.
var d=document.getElementById("map");
var offsetTop=0;
for (var elem=d; elem!=null; elem=elem.offsetParent) {
offsetTop+=elem.offsetTop;
}
Open service 18.172.112.20:443 · awsofa.cloud
2025-12-22 13:53
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 7281
Connection: close
Last-Modified: Fri, 06 Oct 2017 20:25:41 GMT
Accept-Ranges: bytes
Server: AmazonS3
Date: Mon, 22 Dec 2025 13:53:54 GMT
ETag: "c1c9554fbd5d98f1dc509366a4ef4b9d"
X-Cache: Hit from cloudfront
Via: 1.1 5045d3a1f76416b3ecc1cca4c66b0ef4.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P8
X-Amz-Cf-Id: dEfU3h4wWwbGc9zIfEuMtGRBr1ZzwopSRmrg4ZmJIh5zp6PFxDbY2A==
Age: 18698
Page title: Obama for America on AWS - Infrastructure Architecture
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html/xml; charset=utf-8"/>
<meta name="author" content="Miles Ward, Amazon Web Services. UI System from Richard Milton, Centre for Advanced Spatial Analysis (CASA), University College London (UCL)">
<meta name="description" content="Page automatically created by GMapImageCutter created by CASA">
<meta name="keywords" content="Obama, America, Infrastructure, Architecture, Amazon, AWS">
<title>Obama for America on AWS - Infrastructure Architecture</title>
<style type="text/css">
</style>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?key=AIzaSyDya-U_bVJn_2O4OBzuggkHGMDS92DAw6E&?sensor=false"></script>
<script type="text/javascript">
//<![CDATA[
var centreLat=0.0;
var centreLon=0.0;
var initialZoom=4;
var imageWraps=false; //SET THIS TO false TO PREVENT THE IMAGE WRAPPING AROUND
var map; //the GMap3 itself
var gmicMapType;
function GMICMapType() {
this.Cache = Array();
this.opacity = 1.0;
}
GMICMapType.prototype.tileSize = new google.maps.Size(256, 256);
GMICMapType.prototype.maxZoom = 19;
GMICMapType.prototype.getTile = function(coord, zoom, ownerDocument) {
var c = Math.pow(2, zoom);
var c = Math.pow(2, zoom);
var tilex=coord.x,tiley=coord.y;
if (imageWraps) {
if (tilex<0) tilex=c+tilex%c;
if (tilex>=c) tilex=tilex%c;
if (tiley<0) tiley=c+tiley%c;
if (tiley>=c) tiley=tiley%c;
}
else {
if ((tilex<0)||(tilex>=c)||(tiley<0)||(tiley>=c))
{
var blank = ownerDocument.createElement('DIV');
blank.style.width = this.tileSize.width + 'px';
blank.style.height = this.tileSize.height + 'px';
return blank;
}
}
var img = ownerDocument.createElement('IMG');
var d = tilex;
var e = tiley;
var f = "t";
for (var g = 0; g < zoom; g++) {
c /= 2;
if (e < c) {
if (d < c) { f += "q" }
else { f += "r"; d -= c }
}
else {
if (d < c) { f += "t"; e -= c }
else { f += "s"; d -= c; e -= c }
}
}
img.id = "t_" + f;
img.style.width = this.tileSize.width + 'px';
img.style.height = this.tileSize.height + 'px';
img.src = "map/"+f+".jpg";
this.Cache.push(img);
return img;
}
GMICMapType.prototype.realeaseTile = function(tile) {
var idx = this.Cache.indexOf(tile);
if(idx!=-1) this.Cache.splice(idx, 1);
tile=null;
}
GMICMapType.prototype.name = "OFA + AWS";
GMICMapType.prototype.alt = "Obama for America Infrastructure Architecture on AWS";
GMICMapType.prototype.setOpacity = function(newOpacity) {
this.opacity = newOpacity;
for (var i = 0; i < this.Cache.length; i++) {
this.Cache[i].style.opacity = newOpacity; //mozilla
this.Cache[i].style.filter = "alpha(opacity=" + newOpacity * 100 + ")"; //ie
}
}
function getWindowHeight() {
if (window.self&&self.innerHeight) {
return self.innerHeight;
}
if (document.documentElement&&document.documentElement.clientHeight) {
return document.documentElement.clientHeight;
}
return 0;
}
function resizeMapDiv() {
//Resize the height of the div containing the map.
//Do not call any map methods here as the resize is called before the map is created.
var d=document.getElementById("map");
var offsetTop=0;
for (var elem=d; elem!=null; elem=elem.offsetParent) {
offsetTop+=elem.offsetTop;
}
Open service 18.172.112.27:80 · awsofa.cloud
2025-12-21 06:57
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 7281
Connection: close
Date: Sun, 21 Dec 2025 06:57:50 GMT
Last-Modified: Fri, 06 Oct 2017 20:25:41 GMT
ETag: "c1c9554fbd5d98f1dc509366a4ef4b9d"
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 284574e4f15389d93bfcb84d196a92f0.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P8
X-Amz-Cf-Id: 5pWU22KRACPo6wiV18rzljDYOfqw7HLB9YRNRQrYL0dFNej8Z5UMGw==
Page title: Obama for America on AWS - Infrastructure Architecture
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html/xml; charset=utf-8"/>
<meta name="author" content="Miles Ward, Amazon Web Services. UI System from Richard Milton, Centre for Advanced Spatial Analysis (CASA), University College London (UCL)">
<meta name="description" content="Page automatically created by GMapImageCutter created by CASA">
<meta name="keywords" content="Obama, America, Infrastructure, Architecture, Amazon, AWS">
<title>Obama for America on AWS - Infrastructure Architecture</title>
<style type="text/css">
</style>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?key=AIzaSyDya-U_bVJn_2O4OBzuggkHGMDS92DAw6E&?sensor=false"></script>
<script type="text/javascript">
//<![CDATA[
var centreLat=0.0;
var centreLon=0.0;
var initialZoom=4;
var imageWraps=false; //SET THIS TO false TO PREVENT THE IMAGE WRAPPING AROUND
var map; //the GMap3 itself
var gmicMapType;
function GMICMapType() {
this.Cache = Array();
this.opacity = 1.0;
}
GMICMapType.prototype.tileSize = new google.maps.Size(256, 256);
GMICMapType.prototype.maxZoom = 19;
GMICMapType.prototype.getTile = function(coord, zoom, ownerDocument) {
var c = Math.pow(2, zoom);
var c = Math.pow(2, zoom);
var tilex=coord.x,tiley=coord.y;
if (imageWraps) {
if (tilex<0) tilex=c+tilex%c;
if (tilex>=c) tilex=tilex%c;
if (tiley<0) tiley=c+tiley%c;
if (tiley>=c) tiley=tiley%c;
}
else {
if ((tilex<0)||(tilex>=c)||(tiley<0)||(tiley>=c))
{
var blank = ownerDocument.createElement('DIV');
blank.style.width = this.tileSize.width + 'px';
blank.style.height = this.tileSize.height + 'px';
return blank;
}
}
var img = ownerDocument.createElement('IMG');
var d = tilex;
var e = tiley;
var f = "t";
for (var g = 0; g < zoom; g++) {
c /= 2;
if (e < c) {
if (d < c) { f += "q" }
else { f += "r"; d -= c }
}
else {
if (d < c) { f += "t"; e -= c }
else { f += "s"; d -= c; e -= c }
}
}
img.id = "t_" + f;
img.style.width = this.tileSize.width + 'px';
img.style.height = this.tileSize.height + 'px';
img.src = "map/"+f+".jpg";
this.Cache.push(img);
return img;
}
GMICMapType.prototype.realeaseTile = function(tile) {
var idx = this.Cache.indexOf(tile);
if(idx!=-1) this.Cache.splice(idx, 1);
tile=null;
}
GMICMapType.prototype.name = "OFA + AWS";
GMICMapType.prototype.alt = "Obama for America Infrastructure Architecture on AWS";
GMICMapType.prototype.setOpacity = function(newOpacity) {
this.opacity = newOpacity;
for (var i = 0; i < this.Cache.length; i++) {
this.Cache[i].style.opacity = newOpacity; //mozilla
this.Cache[i].style.filter = "alpha(opacity=" + newOpacity * 100 + ")"; //ie
}
}
function getWindowHeight() {
if (window.self&&self.innerHeight) {
return self.innerHeight;
}
if (document.documentElement&&document.documentElement.clientHeight) {
return document.documentElement.clientHeight;
}
return 0;
}
function resizeMapDiv() {
//Resize the height of the div containing the map.
//Do not call any map methods here as the resize is called before the map is created.
var d=document.getElementById("map");
var offsetTop=0;
for (var elem=d; elem!=null; elem=elem.offsetParent) {
offsetTop+=elem.offsetTop;
}
Open service 18.172.112.20:443 · awsofa.cloud
2025-12-20 13:03
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 7281
Connection: close
Last-Modified: Fri, 06 Oct 2017 20:25:41 GMT
Accept-Ranges: bytes
Server: AmazonS3
Date: Sat, 20 Dec 2025 13:03:32 GMT
ETag: "c1c9554fbd5d98f1dc509366a4ef4b9d"
X-Cache: Hit from cloudfront
Via: 1.1 186bdaa7eeeac80deba6005ccbb75b56.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P8
X-Amz-Cf-Id: m1p7xgQuoigKZZ1GUO5dREzfG5wxdwMdMw44_iDLCUSU4RLySWoyGg==
Age: 34951
Page title: Obama for America on AWS - Infrastructure Architecture
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html/xml; charset=utf-8"/>
<meta name="author" content="Miles Ward, Amazon Web Services. UI System from Richard Milton, Centre for Advanced Spatial Analysis (CASA), University College London (UCL)">
<meta name="description" content="Page automatically created by GMapImageCutter created by CASA">
<meta name="keywords" content="Obama, America, Infrastructure, Architecture, Amazon, AWS">
<title>Obama for America on AWS - Infrastructure Architecture</title>
<style type="text/css">
</style>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?key=AIzaSyDya-U_bVJn_2O4OBzuggkHGMDS92DAw6E&?sensor=false"></script>
<script type="text/javascript">
//<![CDATA[
var centreLat=0.0;
var centreLon=0.0;
var initialZoom=4;
var imageWraps=false; //SET THIS TO false TO PREVENT THE IMAGE WRAPPING AROUND
var map; //the GMap3 itself
var gmicMapType;
function GMICMapType() {
this.Cache = Array();
this.opacity = 1.0;
}
GMICMapType.prototype.tileSize = new google.maps.Size(256, 256);
GMICMapType.prototype.maxZoom = 19;
GMICMapType.prototype.getTile = function(coord, zoom, ownerDocument) {
var c = Math.pow(2, zoom);
var c = Math.pow(2, zoom);
var tilex=coord.x,tiley=coord.y;
if (imageWraps) {
if (tilex<0) tilex=c+tilex%c;
if (tilex>=c) tilex=tilex%c;
if (tiley<0) tiley=c+tiley%c;
if (tiley>=c) tiley=tiley%c;
}
else {
if ((tilex<0)||(tilex>=c)||(tiley<0)||(tiley>=c))
{
var blank = ownerDocument.createElement('DIV');
blank.style.width = this.tileSize.width + 'px';
blank.style.height = this.tileSize.height + 'px';
return blank;
}
}
var img = ownerDocument.createElement('IMG');
var d = tilex;
var e = tiley;
var f = "t";
for (var g = 0; g < zoom; g++) {
c /= 2;
if (e < c) {
if (d < c) { f += "q" }
else { f += "r"; d -= c }
}
else {
if (d < c) { f += "t"; e -= c }
else { f += "s"; d -= c; e -= c }
}
}
img.id = "t_" + f;
img.style.width = this.tileSize.width + 'px';
img.style.height = this.tileSize.height + 'px';
img.src = "map/"+f+".jpg";
this.Cache.push(img);
return img;
}
GMICMapType.prototype.realeaseTile = function(tile) {
var idx = this.Cache.indexOf(tile);
if(idx!=-1) this.Cache.splice(idx, 1);
tile=null;
}
GMICMapType.prototype.name = "OFA + AWS";
GMICMapType.prototype.alt = "Obama for America Infrastructure Architecture on AWS";
GMICMapType.prototype.setOpacity = function(newOpacity) {
this.opacity = newOpacity;
for (var i = 0; i < this.Cache.length; i++) {
this.Cache[i].style.opacity = newOpacity; //mozilla
this.Cache[i].style.filter = "alpha(opacity=" + newOpacity * 100 + ")"; //ie
}
}
function getWindowHeight() {
if (window.self&&self.innerHeight) {
return self.innerHeight;
}
if (document.documentElement&&document.documentElement.clientHeight) {
return document.documentElement.clientHeight;
}
return 0;
}
function resizeMapDiv() {
//Resize the height of the div containing the map.
//Do not call any map methods here as the resize is called before the map is created.
var d=document.getElementById("map");
var offsetTop=0;
for (var elem=d; elem!=null; elem=elem.offsetParent) {
offsetTop+=elem.offsetTop;
}
Open service 18.172.112.27:80 · awsofa.cloud
2025-12-19 01:29
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 7281
Connection: close
Date: Fri, 19 Dec 2025 01:29:35 GMT
Last-Modified: Fri, 06 Oct 2017 20:25:41 GMT
ETag: "c1c9554fbd5d98f1dc509366a4ef4b9d"
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 7011da69940360ddebc87f61490ffecc.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P8
X-Amz-Cf-Id: DL9mULBKw-OFaLq_NRedqX0Pe5HGgPCCmuEt6PQE_zuNcblymBqTIw==
Age: 1
Page title: Obama for America on AWS - Infrastructure Architecture
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html/xml; charset=utf-8"/>
<meta name="author" content="Miles Ward, Amazon Web Services. UI System from Richard Milton, Centre for Advanced Spatial Analysis (CASA), University College London (UCL)">
<meta name="description" content="Page automatically created by GMapImageCutter created by CASA">
<meta name="keywords" content="Obama, America, Infrastructure, Architecture, Amazon, AWS">
<title>Obama for America on AWS - Infrastructure Architecture</title>
<style type="text/css">
</style>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?key=AIzaSyDya-U_bVJn_2O4OBzuggkHGMDS92DAw6E&?sensor=false"></script>
<script type="text/javascript">
//<![CDATA[
var centreLat=0.0;
var centreLon=0.0;
var initialZoom=4;
var imageWraps=false; //SET THIS TO false TO PREVENT THE IMAGE WRAPPING AROUND
var map; //the GMap3 itself
var gmicMapType;
function GMICMapType() {
this.Cache = Array();
this.opacity = 1.0;
}
GMICMapType.prototype.tileSize = new google.maps.Size(256, 256);
GMICMapType.prototype.maxZoom = 19;
GMICMapType.prototype.getTile = function(coord, zoom, ownerDocument) {
var c = Math.pow(2, zoom);
var c = Math.pow(2, zoom);
var tilex=coord.x,tiley=coord.y;
if (imageWraps) {
if (tilex<0) tilex=c+tilex%c;
if (tilex>=c) tilex=tilex%c;
if (tiley<0) tiley=c+tiley%c;
if (tiley>=c) tiley=tiley%c;
}
else {
if ((tilex<0)||(tilex>=c)||(tiley<0)||(tiley>=c))
{
var blank = ownerDocument.createElement('DIV');
blank.style.width = this.tileSize.width + 'px';
blank.style.height = this.tileSize.height + 'px';
return blank;
}
}
var img = ownerDocument.createElement('IMG');
var d = tilex;
var e = tiley;
var f = "t";
for (var g = 0; g < zoom; g++) {
c /= 2;
if (e < c) {
if (d < c) { f += "q" }
else { f += "r"; d -= c }
}
else {
if (d < c) { f += "t"; e -= c }
else { f += "s"; d -= c; e -= c }
}
}
img.id = "t_" + f;
img.style.width = this.tileSize.width + 'px';
img.style.height = this.tileSize.height + 'px';
img.src = "map/"+f+".jpg";
this.Cache.push(img);
return img;
}
GMICMapType.prototype.realeaseTile = function(tile) {
var idx = this.Cache.indexOf(tile);
if(idx!=-1) this.Cache.splice(idx, 1);
tile=null;
}
GMICMapType.prototype.name = "OFA + AWS";
GMICMapType.prototype.alt = "Obama for America Infrastructure Architecture on AWS";
GMICMapType.prototype.setOpacity = function(newOpacity) {
this.opacity = newOpacity;
for (var i = 0; i < this.Cache.length; i++) {
this.Cache[i].style.opacity = newOpacity; //mozilla
this.Cache[i].style.filter = "alpha(opacity=" + newOpacity * 100 + ")"; //ie
}
}
function getWindowHeight() {
if (window.self&&self.innerHeight) {
return self.innerHeight;
}
if (document.documentElement&&document.documentElement.clientHeight) {
return document.documentElement.clientHeight;
}
return 0;
}
function resizeMapDiv() {
//Resize the height of the div containing the map.
//Do not call any map methods here as the resize is called before the map is created.
var d=document.getElementById("map");
var offsetTop=0;
for (var elem=d; elem!=null; elem=elem.offsetParent) {
offsetTop+=elem.offsetTop;
}