sql server aws rds Archives - Anuj Varma, Hands-On Technology Architect, Clean Air Activist https://www.anujvarma.com/tag/sql-server-aws-rds/ Production Grade Technical Solutions | Data Encryption and Public Cloud Expert Wed, 08 Apr 2015 19:57:36 +0000 en-US hourly 1 https://wordpress.org/?v=7.0.2 https://www.anujvarma.com/wp-content/uploads/anujtech.png sql server aws rds Archives - Anuj Varma, Hands-On Technology Architect, Clean Air Activist https://www.anujvarma.com/tag/sql-server-aws-rds/ 32 32 Amazon RDS for SQL Server–Notes from the field… https://www.anujvarma.com/amazon-rds-for-sql-servernotes-from-the-field/ https://www.anujvarma.com/amazon-rds-for-sql-servernotes-from-the-field/#respond Thu, 15 Jan 2015 20:11:02 +0000 http://www.anujvarma.com/?p=2808 Here are some notes from the field… For PROD environments, use Multi-AZ deployment (mirroring) and provisioned IOPS. It is much harder to change this after the fact – if you […]

The post Amazon RDS for SQL Server–Notes from the field… appeared first on Anuj Varma, Hands-On Technology Architect, Clean Air Activist.

]]>
Here are some notes from the field…

  1. For PROD environments, use Multi-AZ deployment (mirroring) and provisioned IOPS. It is much harder to change this after the fact – if you want to ‘upsize’ your RDS instance.
  2. Recreating a prod environment from a dev or staging environment (Create a backup, restore a database from backup – Read this post )
  3. Pushing large amounts of data into an RDS instance – using SQL Bulk Copy (bcp) – read this post.

Backup and Restore in RDS

Restoring from a backup essentially involves dropping your existing RDS instance and creating a new one. This has implications. The endpoint address associated with your original RDS instance is lost in this process – and you will need to remap (anything using that instance) to the new URL.

What can you NOT do with RDS?

  • You can’t copy, paste or create files in the underlying disk system. If your on-site DB server has non-SQL related files on disk, they can’t be ported across.
  • You can’t run batch files, Windows Command Shell files or PowerShell scripts in the host.
  • You can’t directly monitor disk space, CPU usage or memory usage from the host. AWS provides a different way for monitoring.
  • You can’t copy backup files into the local disk from another location and restore databases from there.
  • You can’t decide which drive your database files go to, AWS has a default location for that.

The post Amazon RDS for SQL Server–Notes from the field… appeared first on Anuj Varma, Hands-On Technology Architect, Clean Air Activist.

]]>
https://www.anujvarma.com/amazon-rds-for-sql-servernotes-from-the-field/feed/ 0