8000 fix: proper video URL in AWS quickstart doc by bpmct · Pull Request #6238 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

fix: proper video URL in AWS quickstart doc #6238

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 16, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
minor language tweaks
  • Loading branch information
bpmct committed Feb 16, 2023
commit 81e5018abc4220c888fa627831ed7cc936fe5672
2 changes: 1 addition & 1 deletion docs/quickstart/aws.md
62AE
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Be sure to keep the default firewall (SecurityGroup) options checked so you can

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

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.
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)

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

Expand Down
0