You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/content/in-dev/unreleased/getting-started/deploying-polaris/quickstart-deploy-aws.md
+2
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,13 @@ Additionally, Polaris will be bootstrapped to use this database and Docker conta
27
27
28
28
The requirements to run the script below are:
29
29
* There must be at least two subnets created in the VPC and region in which your EC2 instance reside. The span of subnets MUST include at least 2 availability zones (AZs) within the same region.
30
+
* Your EC2 instance must be enabled with [IMDSv1 or IMDSv2 with 2+ hop limit](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-IMDS-new-instances.html#configure-IMDS-new-instances-instance-settings).
30
31
* The AWS identity that you will use to run this script must have the following AWS permissions:
31
32
* "ec2:DescribeInstances"
32
33
* "rds:CreateDBInstance"
33
34
* "rds:DescribeDBInstances"
34
35
* "rds:CreateDBSubnetGroup"
36
+
* "sts:AssumeRole" on the same role as the Instance Profile role of the EC2 instance on which you are running this script. Additionally, you should ensure that the Instance Profile contains a trust policy that allows the role to trust itself to be assumed.
Copy file name to clipboardExpand all lines: site/content/in-dev/unreleased/getting-started/deploying-polaris/quickstart-deploy-azure.md
+1
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ Additionally, Polaris will be bootstrapped to use this database and Docker conta
28
28
The requirements to run the script below are:
29
29
* Install the AZ CLI, if it is not already installed on the Azure VM. Instructions to download the AZ CLI can be found [here](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli).
30
30
* You must be logged into the AZ CLI. Please run `az account show` to ensure that you are logged in prior to running this script.
31
+
* Assign a System-Assigned Managed Identity to the Azure VM.
Copy file name to clipboardExpand all lines: site/content/in-dev/unreleased/getting-started/deploying-polaris/quickstart-deploy-gcp.md
+1
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ Additionally, Polaris will be bootstrapped to use this database and Docker conta
28
28
The requirements to run the script below are:
29
29
* Install the `gcloud` CLI, if it is not already installed on the GCP VM. Instructions to download the `gcloud` CLI can be found [here](https://cloud.google.com/sdk/docs/install).
30
30
* Ensure the `Cloud SQL Admin API` has been enabled in your project and that your VM's Principal has access to the correct role: `roles/cloudsql.admin`.
31
+
* Ensure the VM's Principal has access to at least Read-only scope on Compute Engine: `compute.readonly`.
0 commit comments