Cloud

How to secure instances in the cloud?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

  • Instance should have minimal permissions needed. You don't want an instance-level incident to become an account-level incident
    • Instances should be accessed through load balancers or bastion hosts. In other words, they should be off the internet (in a private subnet behind a NAT).
    • Using latest OS images with your instances (or at least apply latest patches)