We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4721522 commit 21456b7Copy full SHA for 21456b7
1 file changed
src/data/projects/ec2-instance.md
@@ -31,7 +31,7 @@ You are required to complete the following tasks:
31
- Familiarize yourself with the AWS Management Console.
32
- Launch an EC2 instance with the following specifications:
33
- Use Ubuntu Server AMI.
34
- - Choose a `t2.micro` instance type (eligible for AWS Free Tier).
+ - Choose a `t3.micro` instance type (eligible for AWS Free Tier).
35
- Use the default VPC and subnet for your region.
36
- Configure the security group to allow inbound traffic on ports `22` (SSH) and `80` (HTTP).
37
- Create a new key pair or use an existing one for SSH access.
0 commit comments