# Secure your infrastructure ## Why does it matter? Your infrastructure holds your sensitive data and makes sure your service is available to your customers. Protecting it from unauthorized access or attacks is key to prevent any data leak or service outage. ## How can I proceed? To secure your infrastructure, you will need to: 1. Understand what your are protecting 2. Regulate access 3. Log changes 4. Fix known vulnerabilities ## Mitigations - [List of your assets](COR.INF.001_list_your_assets.md) - [Scan for security updates](COR.INF.002_scan_security_updates.md) - [IAM for database authentication](COR.INF.003_iam_authentication_for_database.md) - [Plug GCP & Github](COR.INF.004_short_live_auth_ci.md) - [Manage your service accounts](COR.INF.005_manage_service_account.md) - [Keep an history of all your changes](COR.INF.006_keep_an_history_of_all_your_changes.md)