Skip to main content

How to setup AWS EC2 instance first Webserver install IIS | hindi/urdu |




 

How to setup AWS EC2 instance first Webserver install IIS | hindi/urdu |



AWS EC2 Webserver professional An EC2 instance is nothing but a virtual server in Amazon Web services terminology. It stands for Elastic Compute Cloud. It is a web service where an AWS subscriber can request and provision a compute server in AWS cloud.

An on-demand EC2 instance is an offering from AWS where the subscriber/user can rent the virtual server per hour and use it to deploy his/her own applications.

The instance will be charged per hour with different rates based on the type of the instance chosen. AWS provides multiple instance types for the respective business needs of the user.
Thus, you can rent an instance based on your own CPU and memory requirements and use it as long as you want. You can terminate the instance when it’s no more used and save on costs. This is the most striking advantage of an on-demand instance- you can drastically
save on your CAPEX.





  1. Login and access to AWS services
  2. Choose AMI
    Choose EC2 Instance Types
  3. Configure Instance
    Add Storage
  4. Tag Instance
    Configure Security Groups
  5. Review Instances
    Create a EIP and connect to your instance
  6. What is Spot Instance?
    Create a Spot Request
  7. Find Instance Types
    Configure the Spot instance
  8. Review your Spot instance
    Making Your server a Webserver by IIS
  9. IIS installation
    Webserver making
  10. Simple calculator AWS
    AWS Simple calculator

    Thus, we saw in detail how to create an on-demand EC2 instance in this tutorial. Because it is an on-demand server, you can keep it running when in use and 'Stop' it when it's unused to save on your costs.

    You can provision a Linux or Windows EC2 instance or from any of the available AMIs in AWS Marketplace based on your choice of OS platform. If your application is in production and you have to use it for years to come, you should consider provisioning a reserved instance to drastically save on your CAPEX. Here, we saw how to create a Spot Instance request successfully by determining our bid price. Spot instances are a great way to save on costs for instances which are not application critical. A common example would be to create a fleet of spot instances for a task such as image processing or video encoding. In such cases, you can keep a cluster of instances under a load balancer. If the bid price exceeds the spot price and your instance is terminated from AWS's side, you can have other instances doing the processing job for you. You can leverage Auto scaling for this scenario. Avoid using Spot instances for business critical applications like databases etc. steps to install IIS Web Server on Amazon EC2 Instance (Windows Server 2008). Step – 1 Once you login to Windows Server 2008, next to Start Button you will find Server Manager, Click that to open. Step – 2 Now you are in Server Manager Page, Select Roles and click Add Roles. Step – 3 Add Roles Wizard page will open and only click Next button to go to the next page to add specific roles Step – 4 This is an important page where you need to select the required roles, Active Directory Domain Services, DNS, DHCP many other roles available to select here, as we need IIS to be getting installed. then only select Web Server(IIS) Step – 5 Nothing to do here only click next Step – 6 You can select all the checkboxes available for role services else you can select the one you need, like ASP.Net, CGI, Static content, Default Document, Directory browsing. After selecting click next Step – 7 Now click on install to confirm installation with the selected roles else if you want to add and remove some roles still you can click on previous and do the changes. Step – 8 Installation status will show if it succeeded without any error. Step – 9 Now open any browser and type localhost to open the web server welcome page. Your Queries:- AWS EC2 Webserver professional Webserver professional EC2 AWS AWS in hindi AWS EC2 AWS EC2 webserver IIS ec2 webserver aws ec2 in hindi urdu aws ec2 webserver project live project aws aws ec2 webserver IIS
    Webserver aws IIS



Comments

Popular posts from this blog

  Introduction This page is mostly foundation information. It's kinda boring but essential stuff that will help you to appreciate why and how certain things behave the way they do once we start playing about with the fun stuff (which I promise we'll do in the next section). Taking the time to read and understand the material in this section will make the other sections easier to digest so persevere and it'll be well worth your time. What are they exactly ? Think of a script for a play, or a movie, or a TV show. The script tells the actors what they should say and do. A script for a computer tells the computer what it should do or say. In the context of Bash scripts we are telling the Bash shell what it should do. Bash is a name of the UNIX shell, which was also distributed as the shell for the GNU operating system and as the default shell on most Linux distros. Nearly all examples below can be a part of a shell script or executed directly in the shell. #!/usr/bin/env bash...

Jenkins- Connect EC2 instance using SSH credentials

Jenkins- Connect EC2 instance using SSH credentials In this video I am just showing you how to integrate EC2 with jenkins over SSH Connection In case you want full CI/CD Over Jenkins + Gitlab + Ec2 please comment and ask for that. I will provide you.