Retrieve files from Amazon AWS Service -
the company work had developer load site on amazon aws , need retrieve html files or find out used. making changes , can't find html files used. have been reading on how aws works , it's confusing.
i went s3 because that's thought , there 2 buckets have images used on site. if appreciated!
it's easiest start @ source.
where domain name point?
if happen running linux or mac osx, can run dig www.example.com
find dns records domain.
if see cname
records pointing www.example.com.s3-website-us-east-1.amazonaws.com
that's website pointing.
if website has dynamic content, implemented using server-side language php or python may running server on ec2, amazon's elastic compute cloud. if that's case need log on machine in order files. should able use http://console.aws.amazon.com running ec2 instances.
it's possible server running elsewhere on internet, , image files being hosted amazon.
if can tell me domain name can find out more looking @ public dns records.
Comments
Post a Comment