Skip to content
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

Improve VM instructions #369

Merged
merged 1 commit into from
Dec 4, 2024
Merged
Changes from all commits
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
8 changes: 7 additions & 1 deletion deployment/live/aws/codelab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,16 @@ with a running EC2 Amazon Linux VM, and the following software installed:
- `git` to clone the repo
- a terminal multiplexer of your choice for convenience

Follow [these
instructions](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EC2_GetStarted.html)
to set up a VM. A free-tier `t2.micro` VM is enough for this codelab. Leave all
the defaults settings, including for the default VPC. Don't forget to run
`chmod 400` on your SSH key.

## Instructions

### Prepare your environment
1. SSH to your VM.
1. [SSH to your VM](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EC2_GetStarted.html#ec2-connect-to-instance).

1. Authenticate with a role that has sufficient access to create resources.
For the purpose of this codelab, and for ease of demonstration, we'll use the
Expand Down
Loading