content/operate/rs/7.8/installing-upgrading/install/plan-deployment/configuring-aws-instances.md
There are some special considerations for installing and running Redis Enterprise Software on Amazon Elastic Cloud Compute (EC2) instances.
These include:
AWS EC2 instances are ephemeral, but your persistent database storage should not be. If you require a persistent storage location for your database, the storage must be located outside of the instance. When you set up an instance, make sure it has a properly sized EBS-backed volume connected. When you set up Redis Enterprise Software on the instance, make sure that [the persistence storage]({{< relref "/operate/rs/7.8/installing-upgrading/install/plan-deployment/persistent-ephemeral-storage" >}}) is configured to use this volume.
{{< note >}}
After [installing the Redis Enterprise Software package]({{< relref "/operate/rs/7.8/installing-upgrading" >}}) on the instance
and before running through [the setup process]({{< relref "/operate/rs/7.8/clusters/new-cluster-setup.md" >}}),
you must give the group redislabs permission to the EBS volume by
running the following command from the OS command-line interface (CLI):
chown redislabs:redislabs /< ebs folder name>
{{< /note >}}
Another feature that may be of importance to you is the use of Provisioned IOPS for EBS-backed volumes. Provisioned IOPS guarantee a certain level of disk performance. There are two features in Redis Enterprise Software where this feature could be critical to use:
Choose an instance type that has (at minimum) enough free memory and disk space to meet the Redis Enterprise Software [hardware requirements]({{< relref "/operate/rs/7.8/installing-upgrading/install/plan-deployment/hardware-requirements.md" >}}).
In addition, some instance types are optimized for EBS-backed volumes and some are not. If you are using persistent storage, you should use an instance type that is, especially if disk drain rate matters to your database implementation.
When configuring the security group:
After successfully launching the instances: