Skip to content

Commit 21456b7

Browse files
Update EC2 instance type from t2.micro to t3.micro (#10171)
The t2.micro is not eligible for Free Tier.
1 parent 4721522 commit 21456b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/data/projects/ec2-instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You are required to complete the following tasks:
3131
- Familiarize yourself with the AWS Management Console.
3232
- Launch an EC2 instance with the following specifications:
3333
- Use Ubuntu Server AMI.
34-
- Choose a `t2.micro` instance type (eligible for AWS Free Tier).
34+
- Choose a `t3.micro` instance type (eligible for AWS Free Tier).
3535
- Use the default VPC and subnet for your region.
3636
- Configure the security group to allow inbound traffic on ports `22` (SSH) and `80` (HTTP).
3737
- Create a new key pair or use an existing one for SSH access.

0 commit comments

Comments
 (0)