> For the complete documentation index, see [llms.txt](https://docs.hop.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hop.exchange/developer-docs/hop-node/resources-and-best-practices/securing-cloud-instance.md).

# Securing Cloud Instance

These are recommendations for securing Cloud instances and deployments

## AWS

#### Limit access

Use IAM roles and policies to limit what users and services can access on instance

{% embed url="<https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-policies-for-amazon-ec2.html>" %}

#### Use SSM for SSH connections

{% embed url="<https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-getting-started-enable-ssh-connections.html>" %}

#### EC2 best practices

{% embed url="<https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-best-practices.html>" %}

## GCP

#### Best practices

{% embed url="<https://cloud.google.com/security/best-practices>" %}
