diff --git a/tutorials/04_aws_ec2_ebs.md b/tutorials/04_aws_ec2_ebs.md index 24ee2e0..9b51c4e 100644 --- a/tutorials/04_aws_ec2_ebs.md +++ b/tutorials/04_aws_ec2_ebs.md @@ -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. @@ -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? \ No newline at end of file +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?