DEV Community

Cover image for How to Create an EC2 instance in AWS free tier: A Step-by-Step Guide
Louis Oodo
Louis Oodo

Posted on

How to Create an EC2 instance in AWS free tier: A Step-by-Step Guide

How to Create an EC2 instance in AWS free tier: A Step-by-Step Guide

Deploying a virtual server in the cloud is one of the most essential skills for any developer or IT professional. Amazon Web Services (AWS) provides a robust environment to launch these instances via their EC2 service. In this guide, we will walk through the exact steps to get your Ubuntu server up and running using the AWS Free Tier.


Step-by-Step Instructions

  1. In the search bar of the aws free tier account type EC2.
    EC2

  2. Select the first EC2
    EC2

  3. Click the dashboard
    dashboard

  4. Click the orange launch instance button.
    orange launch instance button

  5. Type a name in the name section
    name

  6. Click on add additional tags
    add additional tags

  7. In the application and OS images (Amazon machine image) section select ubuntu
    ubuntu

  8. In the key pair section Select create new key pair.
    create new key pair

  9. Type a name in the enter key pair name section
    name

  10. Click on create key pair
    create key pair

  11. Set everything else as default.

  12. Click on launch instance
    launch instance

  13. Allow to launch successfully.

  14. Click on the connect to instance in the connect to your instance section.
    connect to instance

  15. Click on connect at the bottom right
    connect at the bottom right


Conclusion

Congratulations! You have successfully navigated the AWS Management Console to launch and connect to your own Ubuntu virtual machine. By following these steps, you have laid the foundation for hosting applications, running scripts, or exploring the vast ecosystem of AWS. Remember to terminate or stop your instances when they are no longer in use to manage your Free Tier limits effectively. Happy cloud computing!

Top comments (0)