My-web-server-sg Does not exits in the drop down to select

Training:
AWS Solutions Architect Associate Certification

Modules:

LAB - Create your favorite virtual machine in EC2

Task:

To launch an instance

  1. Open the Amazon EC2 console at https://console.aws.amazon.com/ec2/.
  2. From the EC2 console dashboard, in the Launch instance box, choose Launch instance, and then choose Launch instance from the options that appear.
  3. Under Name and tags, for Name, enter my-linux-server as the name for your instance.
  4. Under Application and OS Images (Amazon Machine Image), do the following:
    Choose Quick Start, and then choose Ubuntu. This is the operating system (OS) for your instance.
  5. Under Instance type, from the Instance type list, you can select the hardware configuration for your instance. Choose the t2.micro instance type, which is selected by default.
  6. Under Key pair (login), select ec2-user key pair.
  7. Keep the Network Setting as default values. For the Firewall (security groups), select Select existing security group and make sure my-web-server-sg security group being used.
  8. For the storage, configure the root volume with 30GiB GP2.
  9. Keep the default selections for the other configuration settings for your instance.

Review a summary of your instance configuration in the Summary panel, and when you’re ready, choose Launch instance.

Issue:

  1. Keep the Network Setting as default values. For the Firewall (security groups), select Select existing security group and make sure my-web-server-sg security group being used.
    my-web-server-sg Does not exists in the drop own

I’m not finding this lab in the course. Could you please include a link to the lab so I can find where you’re talking about. Thanks!

On edit: I found it. Always include the link, however – it took me some time to find your lab.

As to the issue: you create the security group yourself in step 6 of the lab. If you do that, the SG will appear in the drop down, as it did for me.