Skip to main content

Deploy Anyscale on Amazon EC2

1. Install Anyscale's python client package

pip install -U anyscale
anyscale login # authenticate

2. Configure your Cloud Provider account

Set up your AWS credentials locally if you haven't done it before (for more details see the AWS configuration guide).

aws configure
note

Before you continue to the next step, make sure your AWS credentials have the following permissions (learn more):

  • Launch EC2 instances in the AWS region you plan to use
  • Manage these resources: VPC, subnets, Security Group, IAM, S3, and EFS

3. Create your Anyscale Cloud

Run the following command to create an Anyscale Cloud with the default configuration.

anyscale cloud setup

If you wish to use Terraform or customize other settings like VPC, follow these instructions in the documentation.

4. Verify your Anyscale Cloud

Run the following command to verify that your newly created Anyscale Cloud is fully functional and ready to use.

anyscale cloud verify --name <your_cloud_name>