Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
18 views

Windows SSL

This document provides steps to attach an SSL certificate to a Windows EC2 instance. The steps include: 1. Launching a Windows EC2 instance and ensuring proper security group configuration 2. Installing IIS web server roles and features 3. Creating an index.html file in the default website directory 4. Configuring the website in IIS Manager 5. Obtaining and installing an SSL certificate to enable HTTPS on the website

Uploaded by

Siddhant Dhanve
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views

Windows SSL

This document provides steps to attach an SSL certificate to a Windows EC2 instance. The steps include: 1. Launching a Windows EC2 instance and ensuring proper security group configuration 2. Installing IIS web server roles and features 3. Creating an index.html file in the default website directory 4. Configuring the website in IIS Manager 5. Obtaining and installing an SSL certificate to enable HTTPS on the website

Uploaded by

Siddhant Dhanve
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

NAME: SIDDHANT DHANVE DATE:

21/12/2022
____________________________________________________________________________________________________________
_______________

ATTACH SSL CERTIFICATE


TO
WINDOWS EC2 INSTANCE
____________________________________________________________________________________________________________
_______________

Step1: Launch Windows EC2 Instance


 Launch free tier windows Ec2 instance with proper configuration
 RDP, HTTP and HTTPS ports should be open in security group so that user request will travel
through these ports easily
 Then connect it by using RDP (remote desktop protocol)

Step2: Search server manager on search bar and open it


 Then click on add roles and features
 Then click on Next
 Then select role based & feature based installation

 In server selection Selection select “server from the server pool”

 Then select “Web Server IIS” in server roles

 Then click next until you will get install option

 Let the installation finish

Step3: Create index.html file in “C:\inetpub\wwwroot”


 Go inside C drive you will get Inetpub folder and in that one wwwroot folder is there
 In wwwroot create one file , add some content in it and save as index.html
 Delete other files present in wwwroot folder
Step4: Search “IIS MANAGER” on search bar

 Click on extension arrow


 Then right click on site and select add website

 After clicking on it, it will redirect you to the CloudFormation create Stack page

 Then click on next


 After that we need to specify stack details and change the parameters in this page
 Add started and stopped tag

 Fill stack details as per RDS


 Then review and create stack
 Wait until stack status will become available

 After stack status is completed stack will create tables in DynamoDB automatically

Step3: Go inside first table

 Then click on explore item


 In that you will get to see few tables (config,schedule,period)
 To schedule RDS we need to make changes in period table

Step4: Go inside period table (office-hours)


 To schedule RDS we need to change parameters in period table
 Add Begin time, end time and weekdays as per requirement so that RDS will start and stop on given
Schedule
 And save changes

Step5: Check config and schedule table


 In config table tag name should be schedule

 In schedule (uk-office-hours) table ‘period’ should be ‘office-hours’ which is the name in period
table
Step6: Add tag in RDS

 This tag use to schedule the RDS as per parameters we have given in period table
 You can check RDS activity by manipulating time and days in period table
 RDS will start and stop as per given parameters

You might also like