Skip to main content

Posts

Showing posts with the label Amazon RDS Instance

How To Determine The IP Address Of Your Computer For Amazon Web Services (AWS) Or Find The IP Address To Use To Authorize Inbound Traffic for AWS Windows Instances

If you ever need to figure out your external IP Address or you need to figure it out to authorize inbound traffic for your Windows database instances on AWS, Amazon has a little website tool that will help you accomplish this. http://checkip.amazonaws.com/ This address will give you your external IP address and allow you to give AWS exactly what it needs. Enjoy! Kila Morton

How To Connect To Amazon RDS SQL Server Database Instance Using SQL Server Management Studio

Amazon RDS is a wonderful tool for creating databases in AWS. If you use Microsoft's SQL Server Database, you might be wondering how you can manage your database while using Amazon RDS SQL Server instances. The answer is, the same way you always have - by using SQL Server Management Studio. In fact, managing your Amazon RDS SQL Server database instance using SQL Server Management Studio is SUPER easy! Let me show you how. I am going to assume that you already have SQL Server Management Studio installed on your machine and running. Open SQL Server Management Studio. Click on Connect in the upper right hand corner of the Object Explorer. Click on Database Engine. You will be presented with the following screen . If you are using Windows Authentication in Amazon RDS, then you will switch to that Authentication method. If you are not, then select SQL Server Authentication . In this case, my Amazon RDS SQL Server instance is set to use SQL Server Authentication. . Now, go ...