AWS Tutorial for Beginners:AWS AutoScaling Group - Automatically Launch and terminate the instances

Опубликовано: 14 Май 2026
на канале: Aws tutorial for beginners With Devops
244
64

aws autoscaling,aws autoscaling group,aws autoscaling step by step,aws autoscaling and loadbalancing,aws autoscaling and load balancing,aws autoscaling tutorial,aws autoscaling with elb,aws auto scaling demo,aws auto scaling group,auto scaling in aws,autoscaling with application load balancer,autoscaling and load balancing in aws.

Hosting a website on AWS S3 With Route 53.
Static website hosting with Route 53.
How to host the domain from outside Aws and place in AWS s3 with Route53.

Lets see how to do these...

1.After purchasing the domain from freenom.com you have to get the website
template files to upload in aws s3 bucket.
2.I have already downloaded my required template file and i will upload on
Bucket.
3.click on Create bucket and
Bucket name=enter your domain name what you have.
4.My website name is awstutorial.tk
5.Now i will give www.awstutorial.tk in bucket name field.it is not working so i will
use demo.awstutorial.tk
6.Click on all versioning check box and click on next.
7.Uncheck the Block all public access,because we are giving access over internet.
8.click on create bucket.Then Now add all the template file of your website.
9.My files are in folder for that reason i am creating uploading the direct folder.
10.files are uploaded...Now check the files have public access or not?
11.select the files goto options and select make public.
12.Now make static website hosting option enabled on this bucket.
13.click on use this bucket to host a website and give html page file name,that means main html page file name.
14.Click on save.
15.see bucket hosting enabled. Now goto Route 53 and then create a host zone
16.click on dns management,click on create hosted zone,again click on create hosted zone.
17.here enter your domain name only..Not bucket name.
18.My domain name is awstutorial.tk
19.no need all those options...We need public hosted zone but it is already selected.
Just click on create
20.now click on create record set to create a new record.
21.name is your bucket name
that is demo.awstutorial.tk
but here you have to give just demo
22.select Type is A-IPV4 Address.
23.click on Alias Yes and select the target group is the
s3 endpoint now click on create
24.A record created...But now we have to give the Bucket policy to get connect to the s3 bucket files...
25.Goto s3 again and open bucket and click on permission and then Bucket policy.
26.Add the below policy in that area and then save.
{
"Version":"2012-10-17",
"Statement":[{
"Sid":"PublicReadGetObject",
"Effect":"Allow",
"Principal": "*",
"Action":["s3:GetObject"],
"Resource":["arn:aws:s3:::example-bucket/*"
]
}
]
}

27.you have to replace example-bucket with your bucketname.
28.Now access your website mine is demo.awstutorial.tk
29.Ohh no we have forgotten the DNS Name servers...
30. Lets give those name servers from Route 53 to the freenom domain name servers.
31.We have to replace the freenom domain nameservers with Route 53 nameservers.

Lets do this now.

32.click on manage domain,CLICK ON MANAGEMENT TOOLS AND THEN nameservers.
33.we have to add all 4 name servers here.