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
@@ -23,49 +23,49 @@ instances provisioned by Coder:
23
23
24
24
```json
25
25
{
26
-
"Version": "2012-10-17",
27
-
"Statement": [
28
-
{
29
-
"Sid": "VisualEditor0",
30
-
"Effect": "Allow",
31
-
"Action": [
32
-
"ec2:GetDefaultCreditSpecification",
33
-
"ec2:DescribeIamInstanceProfileAssociations",
34
-
"ec2:DescribeTags",
35
-
"ec2:CreateTags",
36
-
"ec2:RunInstances",
37
-
"ec2:DescribeInstanceCreditSpecifications",
38
-
"ec2:DescribeImages",
39
-
"ec2:ModifyDefaultCreditSpecification",
40
-
"ec2:DescribeVolumes"
41
-
],
42
-
"Resource": "*"
43
-
},
44
-
{
45
-
"Sid": "CoderResources",
46
-
"Effect": "Allow",
47
-
"Action": [
48
-
"ec2:DescribeInstances",
49
-
"ec2:DescribeInstanceAttribute",
50
-
"ec2:UnmonitorInstances",
51
-
"ec2:TerminateInstances",
52
-
"ec2:StartInstances",
53
-
"ec2:StopInstances",
54
-
"ec2:DeleteTags",
55
-
"ec2:MonitorInstances",
56
-
"ec2:CreateTags",
57
-
"ec2:RunInstances",
58
-
"ec2:ModifyInstanceAttribute",
59
-
"ec2:ModifyInstanceCreditSpecification"
60
-
],
61
-
"Resource": "arn:aws:ec2:*:*:instance/*",
62
-
"Condition": {
63
-
"StringEquals": {
64
-
"aws:ResourceTag/Coder_Provisioned": "true"
65
-
}
66
-
}
26
+
"Version": "2012-10-17",
27
+
"Statement": [
28
+
{
29
+
"Sid": "VisualEditor0",
30
+
"Effect": "Allow",
31
+
"Action": [
32
+
"ec2:GetDefaultCreditSpecification",
33
+
"ec2:DescribeIamInstanceProfileAssociations",
34
+
"ec2:DescribeTags",
35
+
"ec2:CreateTags",
36
+
"ec2:RunInstances",
37
+
"ec2:DescribeInstanceCreditSpecifications",
38
+
"ec2:DescribeImages",
39
+
"ec2:ModifyDefaultCreditSpecification",
40
+
"ec2:DescribeVolumes"
41
+
],
42
+
"Resource": "*"
43
+
},
44
+
{
45
+
"Sid": "CoderResources",
46
+
"Effect": "Allow",
47
+
"Action": [
48
+
"ec2:DescribeInstances",
49
+
"ec2:DescribeInstanceAttribute",
50
+
"ec2:UnmonitorInstances",
51
+
"ec2:TerminateInstances",
52
+
"ec2:StartInstances",
53
+
"ec2:StopInstances",
54
+
"ec2:DeleteTags",
55
+
"ec2:MonitorInstances",
56
+
"ec2:CreateTags",
57
+
"ec2:RunInstances",
58
+
"ec2:ModifyInstanceAttribute",
59
+
"ec2:ModifyInstanceCreditSpecification"
60
+
],
61
+
"Resource": "arn:aws:ec2:*:*:instance/*",
62
+
"Condition": {
63
+
"StringEquals": {
64
+
"aws:ResourceTag/Coder_Provisioned": "true"
67
65
}
68
-
]
66
+
}
67
+
}
68
+
]
69
69
}
70
70
```
71
71
@@ -81,6 +81,53 @@ This often occurs when the EC2 instance cannot reach your Coder access URL. If y
81
81
82
82
You can also troubleshoot by connecting directly into the instance and checking the agent logs. First, log in to the [AWS Console](https://console.aws.amazon.com) and create a security group that permits inbound SSH.
If you are still running into issues, see our [generic troubleshooting instructions](https://coder.com/docs/coder-oss/latest/templates#troubleshooting-templates) or reach out [on Discord](https://discord.gg/coder).
0 commit comments