Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What languages are Amazon's AWS Management Console written?

What language is Amazon's AWS Management Console written?

enter image description here

like image 525
user784637 Avatar asked Oct 23 '11 01:10

user784637


Video Answer


2 Answers

Like most web applications, the Amazon AWS Management Console is written in the client-side languages Javascript, CSS, and HTML. On the server side, they seem to use pack:tag (just look at the X-Powered-By response header), which is a JSP-compatible library, so I assume they use Java there.

like image 113
Andres Riofrio Avatar answered Sep 24 '22 16:09

Andres Riofrio


Java on the backend (via AWS Flow). The frontend was built using Javascript/CSS using the YUI framework.

like image 31
martyman Avatar answered Sep 24 '22 16:09

martyman