How to run a static site on Bitnes and AWS?

I am completely null when it comes to cloud applications, this is a completely new context for me. I currently got a github training package of which the bitnes account was part. I was wondering if it is possible to host a static html site in bits, I tried a few things but so far I haven't had any. I know I can deploy a wordpress or drupal instance and then I can customize the theme for them, but I just need a simple static html site. Any advice on how I can do this?

+3


source to share


3 answers


To host a static website using Bitnami, follow these steps.



  • Launch an AWS instance from the marketplace using the "LAMP Stack" with the Bitnami AMI. This AMI will have a pre-configured LAMP stack.
  • Attach the EIP to your instance
  • Upload the website files to / var / www / html /
  • Enter your EIP in your browser and if everything goes right, you should be able to see your site.
0


source


Do you really need a static website on Bitnami, or could it be on a different platform? Because you can host it on the GitHub pages . Just follow the instructions.



0


source


To host a super fast static site using the image provided by bitnami I would use an nginx based stack like: https://wiki.bitnami.com/Infrastructure_Stacks/Bitnami_Nginx_Stack

0


source







All Articles