<img src="https://ws.zoominfo.com/pixel/6169bf9791429100154fc0a2" width="1" height="1" style="display: none;">
Curious about how StrongDM works? 🤔 Learn more here!
Search
Close icon
Search bar icon

What is Data Center Security & 4 Ways to Improve

StrongDM manages and audits access to infrastructure.
  • Role-based, attribute-based, & just-in-time access to infrastructure
  • Connect any person or service to any infrastructure, anywhere
  • Logging like you've never seen

Data center security refers to the protection of data centers against threats such as cyber-attacks, natural disasters, and human error.

The number of data centers has increased significantly over the last decade, and so has the amount of security-related disasters. In 2022, the global data center market size grew to $215.8 billion and is projected to reach $288.3 billion by 2027, according to Arizton Advisory and Intelligence. This growth is largely driven by the increasing demand for cloud computing, mobile devices, big data analytics, and IoT (Internet of Things).

This post will provide four tips to improve data center security by answering the following questions:

  • How do I know what rules and regulations I need to follow when protecting my data and data center?
  • Where should I host my secure data center infrastructure (on-prem vs. colocation facilities vs. cloud vs. hybrid solution)?
  • How do I plan for and recover from a physical data center failure?

For most businesses, the security and availability of data are paramount. As demonstrated by the 2019 Wells Fargo service outage, customers can lose faith when the information they need is not accessible, and the security of that information is in question. To ensure that your data is handled with proper confidentiality, integrity, and availability, consider these tips:

Know the rules you need to follow

A good first step in handling data is understanding if your organization is subject to any specific security and/or privacy laws. Some examples include:

Choose the right home for your data

When it comes to setting up a data center, you have some important questions to ask. Should you host your data locally on your own IT infrastructure, in the cloud, or some combination of the two (i.e., a hybrid cloud)? There are three primary types of data centers, each with its unique set of physical security and network security challenges:

  • Self-hosted
    The self-hosted model is traditionally more expensive, and it puts all the burden on you to make sure that data is available, secured, and backed up properly. These responsibilities could include the installation of an intrusion prevention device and other cybersecurity systems. You are also in charge of implementing control systems such as camera systems (like CCTV and NVR security systems) for capturing suspicious activities. Additionally, you are solely responsible for disaster planning so you can recover from a natural disaster if necessary.
  • Cloud hosted
    In the cloud-hosted model, you shift much of your data and services responsibilities to a third party. While there are financial advantages to this type of configuration, cloud service providers are typically focused on uptime - you can't simply assume the provider will properly handle infrastructure security responsibilities as well.
  • Co-located/hybrid
    This model uses some blend of on-premise, co-located, and/or cloud-hosted software and hardware to provide services.

Carefully consider the pros and cons of each option before deciding the right fit for your business. In general, smaller businesses tend to host their data in the cloud to reduce overall costs.

Implement security best practices

Regardless of what mix of on-prem and cloud services you use, you need to figure out who is responsible for securing your data. A good place to start is creating a data center security policy, which details the measures you put in place to prevent unauthorized access to your company's data centers and equipment. This policy includes security requirements such as:

  • 24/7 video surveillance (covering exit and entry points at a minimum)
  • 24/7 security guards/personnel
  • Key cards to control physical access
  • Device logins and remote access are protected with an access control solution and with two-factor authentication
  • Routine maintenance, inspection, and testing of hardware
  • Fire suppression systems

Prepare for the worst

Once you have the necessary administrative, physical, and technical controls in place, it's time to play out some scenarios and plan for a disaster. Here are a few important questions to ask:

  • Where are the backups? If you’re taking regular, validated backups, that’s great. But if you don’t know where the backups are located from a physical standpoint, they won’t do you much good.
  • What are your recovery goals? Have you documented and tested your Recovery Point Objectives (RPOs) and Recovery Time Objectives (RTOs)?
  • Do the right people have the right access? Depending on how you manage backups, you might have IT and security teams spread across multiple states or countries. Make sure they have the necessary keys, passwords, contracts, and other access approved and in place ahead of time.
  • What if an entire physical site becomes unavailable? This comes back to the “Where are the backups?” question above, but you should think seriously about how you might handle the loss of an entire physical location. Would you be able to spin up systems and restore data to a secondary site?

Data center security and compliance are critical pieces of your security program.

Start with what you need to do from a regulatory and compliance standpoint, move on to what you should do by implementing general security best practices, and then conclude with some “what if?” disaster planning. The ideal time to do all of this, of course, is before an emergency happens so that you’re not trying to figure out your disaster plan on the fly.


About the Author

, Security Engineer / Podcaster, is the president of 7 Minute Security, an information security consultancy in the Minneapolis area. Brian spends most of his days helping companies defend their networks.

Since 2004, Brian has also run the blog/podcast called 7 Minute Security, where he shares what he has learned about information security into short, 7-minute chunks.

StrongDM logo
💙 this post?
Then get all that StrongDM goodness, right in your inbox.

You May Also Like

Cedar for Kubernetes: Authorization That Speaks Your Language
Cedar for Kubernetes: Authorization That Speaks Your Language
By simplifying the ability to enforce granular policies, Cedar has set a new benchmark for access control in Kubernetes, and we’re thrilled to be part of this journey. This evolution is a milestone for anyone dedicated to securing cloud infrastructure.
How To Change PostgreSQL User Password (3 Methods)
How To Change PostgreSQL User Password (3 Methods)
Data breaches have cost companies across industries an average of $4.88 million this year. Luckily, effectively preventing them comes down to simply managing user credentials effectively. In fact, regularly updating user passwords can notably reduce the risk of unauthorized access and data theft. Ready to level up your cybersecurity game? Here’s a step-by-step guide on how to change a PostgreSQL user password, why it’s important, and the best practices for securing your database. Read on!
How to Create Users in Linux with useradd (Step-by-Step)
How to Create Users in Linux with useradd (Step-by-Step)
Setting permissions, revoking access, and performing other user management duties in Linux can improve your system's security and organization, ensuring users can access the resources they need when they need to. The useradd command lets you create, modify, and check user accounts, helping you handle multi-user environments across various Linux distributions.
How to Change Password in Linux: A Step-by-Step Guide
How to Change Password in Linux: A Step-by-Step Guide
Explore our in-depth guide on how to change and edit passwords in Linux using various commands and tools. Also, learn some advanced Linux password management techniques.
How to Extract or Unzip .tar.gz Files in Linux (With Examples)
How to Extract or Unzip .tar.gz Files in Linux (With Examples)
A .tar.gz file is a compressed archive file format that combines the tar and gzip formats. These files are popular among system administrators, developers, and regular computer users for archiving and compression. You might need to extract or unzip .tar.gz files if you're transferring big datasets or distributing software with Linux, the third-most popular desktop operating system in the world.