Skip to main content

Posts

Showing posts with the label IAM

Run Website on AWS EC2

You may need to learn how to run your website without any help from others. Here is a way to do this. What you need. AWS Account ( you can register for Free Tier account) Initial Plan Firstly, I will create an AWS S3 Bucket for uploading the web content. In order to copy the content of the S3 to EC2, I need to create IAM role with s3 full access permission. Then  I will launch an AWS EC2 instance and configure the EC2 instance to run my website. This is very simple. Let's Start. Steps 1: Create S3 bucket Go to services and select the S3 Create a bucket Now click the create button I have downloaded the basic HTML template website for this blog. you can simply upload your web content to the S3 bucket. Here I have a zip file. click the newly created bucket and select the web content to upload Click the upload button Ok, now we have our web content on the S3 bucket. Let's create an...