1

Is there any way to deploy front end code (html, static files) inside s3 bucket like apache deployment?

jeeva
  • 396
  • 6
  • 22
  • 5
    Yes, if they are static pages. https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html – BMW Aug 30 '19 at 04:47

1 Answers1

0

Short Answer you put your files in an S3 bucket and then you direct the traffic towards this bucket with the Route53 Service.

benra
  • 386
  • 1
  • 4
  • 18