Hi @Aqib2742
Could you please share more details about your problem? What is the current validation error?
Sir in lab tasktaht was assigned me : create a ec2 pair named(devops-ec2), with keypair (devops-kp) and security group is default and insatnce must be t2.micro. i have performed all things twice but system responding not correct
This one is fairly straightforward:
- Create the key pair
a. Use “ssh-keygen” to generate a key pair with the default name (id_rsa).
b. Go into the EC2 page of the console and “import” the key you just created using the name from the task. - Create the EC2 instance with the name from the task, with the t2-micro size, default Amazon Linux image, and assign it the existing security group of “default”.
I did the lab accordingly, and I passed it.
hi watch this video tutorial and if if it is helpful give a star to repo.

