Skip to content

Commit 779c654

Browse files
authored
fix: proper video URL in AWS quickstart doc (#6238)
* chore: fixes video in AWS quickstart * minor language tweaks
1 parent 81c29c0 commit 779c654

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/quickstart/aws.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ Be sure to keep the default firewall (SecurityGroup) options checked so you can
1616

1717
![AWS Security Groups](../images/quickstart/aws/security-groups.png)
1818

19-
We recommend at least 4 cores and 16 GB memory if you plan on provisioning Docker containers as workspaces on this EC2 instance. Keep in mind this quickstart is intended for proof-of-concept deployments and you should adjust your infrastructure when preparing for production use.
19+
We recommend keeping the default instance type (`t2.xlarge`, 4 cores and 16 GB memory) if you plan on provisioning Docker containers as workspaces on this EC2 instance. Keep in mind this quickstart is intended for proof-of-concept deployments and you should adjust your infrastructure when preparing for production use. See: [Scaling Coder](../admin/scale.md)
2020

2121
Be sure to add a keypair so that you can connect over SSH to further [configure Coder](../admin/configure.md).
2222

2323
After launching the instance, wait 30 seconds and navigate to the public IPv4 address. You should be redirected to a public tunnel URL.
2424

2525
<video playsinline loop>
26-
<source src="https://github.com/coder/coder/blob/main/docs/images/quickstart/aws/launch.mp4" type="video/mp4">
26+
<source src="https://github.com/coder/coder/blob/main/docs/images/quickstart/aws/launch.mp4?raw=true" type="video/mp4">
2727
Your browser does not support the video tag.
2828
</video>
2929

@@ -37,6 +37,8 @@ Coder is primarily configured by server-side flags and environment variables. Gi
3737

3838
```sh
3939
ssh ubuntu@<ec2-public-IPv4>
40+
sudo vim /etc/coder.d/coder.env # edit config
41+
sudo service coder restart # restart Coder
4042
```
4143

4244
## Give developers EC2 workspaces (optional)

0 commit comments

Comments
 (0)