Setting up Windows Active Directory on AWS
<p>Step 1: Launching a Windows Server instance in AWS</p>
<ol>
<li>Log into your AWS console and navigate to the EC2 service.</li>
<li>Click on the “Instances” tab on the left side of the screen.</li>
<li>Click on the “Launch Instances” button.</li>
<li>In the AMI selection screen, type “Windows” in the search bar and select the desired Windows Server version for your instance.</li>
<li>Choose your desired instance type and click “Next: Configure Instance Details”.</li>
<li>In the “Configure Instance Details” screen, select your desired VPC (Virtual Private Cloud) and subnet.</li>
<li>Expand the “Advanced Details” section and enter a startup script for your instance, if desired.</li>
<li>Click “Add Storage” to configure the storage for your instance.</li>
<li>Set the desired storage size and type for your instance and click “Next: Add Tags”.</li>
<li>Add any desired tags to your instance and click “Next: Configure Security Group”.</li>
<li>Configure the security group to allow inbound traffic on port 3389 (for RDP) and any other ports needed for your specific applications or services.</li>
</ol>
<p><a href="https://medium.com/cloud-believers/setting-up-windows-active-directory-on-aws-0ec1737a3ae5"><strong>Click Here</strong></a></p>