This is the IIIrd video for ROUTE 53 series in which I have demonstrated how many types of routing policies are there in the ROUTE 53 and How to configure our first Simple routing policy, with demonstration ,
Here is the bash script I used for these servers
#!/bin/bash
yum update -y
yum install httpd -y
cd /var/www/html
echo "your text here" index.html
service httpd start
chkconfig httpd on
For more such videos and information, articles please visit
www.becloudguru.com
List of Videos:
AWS VPC Demo:
• AWS VPC Demo(Virtual Private Cloud)|Amazon...
AWS NAT GAteway :
• AWS NAT Gateway |AWS VPC NAT Gateway| NAT ...
AWS Gateway Endpoint:
• AWS Gateway Endpoint for S3 | AWS Endpoin...
AWS Route 53 Part -I
• AWS Route 53|Amazon Route 53 - Basics|Rout...
AWS Route 53 Part -II
• How to register a domain with ROUTE 53 | A...
AWS Workspaces
• How to amazon workspaces Tutorial | AWS Wo...
コメント