Skip to content
Open
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
4 changes: 2 additions & 2 deletions tutorials/04_aws_ec2_ebs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

1. Create an EC2 instance, as follows:
1. `Amazon Linux 2 AMI` AMI.
2. `t2.micto` instance type (or equivalent medium type from another generation).
2. `t2.micro` instance type (or equivalent medium type from another generation).
3. Choose your key-pair (create if needed).
4. In network configurations:
1. Make sure your instance is provisioned in the default VPC.
Expand Down Expand Up @@ -60,4 +60,4 @@
#### Discussion

5. In KMS page, disable your encryption key. What happened to the data in your instance?
6. Stop the machine and start it again, [what happened](https://docs.aws.amazon.com/kms/latest/developerguide/services-ebs.html#ebs-cmk) to the data in your instance?
6. Stop the machine and start it again, [what happened](https://docs.aws.amazon.com/kms/latest/developerguide/services-ebs.html#ebs-cmk) to the data in your instance?