Skip to main content

Hosting Webdoamin in AWS Point to Godaddy

-How to Pointing a domain in AWS Console Ec2 Engine

Amazon EC2 provides scalable computing capacity in the AWS cloud. You can launch an EC2 virtual computing environment (an instance) using a preconfigured template (an Amazon Machine Image, or AMI). When you launch an EC2 instance, EC2 automatically installs the operating system (Linux or Microsoft Windows) and additional software included in the AMI, such as web server or database software.
If you're hosting a website or running a web application on an EC2 instance, you can route traffic for your domain, such as example.com, to your server by using Amazon Route 53.


-Prerequisites
GoDaddy

Aws Console Ec2Service
Load Balancer


-Configuration
Open the dns node to pass the air code from the awsconsole
and also configure ...


Finish setup to check the Registered URL




Comments

Popular posts from this blog

How to execute Python Script in PyCharm-Configuration

Compile a VBScript into an EXE – iExpress

Sometimes you need to compile a vbscript into an EXE. There are a few applications that allow you to do this, however there is one already installed on the windows build called  iExpress . Before using this, you need to make sure your script works and launches what it is supposed to. E.g. if it launches Internet Explorer with a specific URL. Go to start menu > run and type  iExpress  and press enter. Next > until you are on  Package title . Here enter a title for your exe. Next > No prompt.  Next > Do not display a license.  Next > Add –  Here you will browse to your vbscript .  Next > In the install program section, you need to point to cscript.exe as this is what will run your script. So enter  C:\Windows\System32\cscript.exe “enter vbscript here.vbs” .  Next > Hidden.  Next > No message.  Next > Here you will select where you want to save your EXE files. Then ...