DEV Community

Cover image for How to Setup EC2 Instance
S3CloudHub
S3CloudHub

Posted on • Updated on

How to Setup EC2 Instance

What is Amazon EC2 Instance?

Amazon EC2 provides a wide selection of instance types optimized to fit different use cases. Instance types comprise varying combinations of CPU, memory, storage, and networking capacity and give you the flexibility to choose the appropriate mix of resources for your applications. Each instance type includes one or more instance sizes, allowing you to scale your resources to the requirements of your target workload.

The instance will be charged per hour with different rates based on the type of instance chosen. AWS provides multiple instance types for the respective business needs of the user.
Thus, you can rent an instance based on your own CPU and memory requirements and use it as long as you want. You can terminate the instance when it’s no more used and save on costs. This is the most striking advantage of an on-demand instance- you can drastically save on your CAPEX.

Here is the full dedicated video-based upon "How to Create Amazon EC2 Instance"πŸ‘‡πŸ‘‡
Image description

Steps to Create Amazon EC2 Instance

1. In EC2 go to the Instances

Image description

2. And after that Click on Launch the Instance.

Image description

3. Choose the Machine Image (AMI) you want.

Image description

4. Choose the Instance Type you want.

Image description

5. Configure the Instance Details.

Image description

6. Add Storage

Image description

7. Add tags

Image description

8. Configure Security Group

Image description

9. Review and Launch, Here you can see the Detail of your Instance.

Image description

10. If you are done with the Review, Now you can Simply launce the Instance

Image description

11. Then your instance will start the launching

Image description


β–¬β–¬β–¬β–¬β–¬β–¬ WANT TO LEARN MORE? β–¬β–¬β–¬β–¬β–¬β–¬
Full Terraform tutorial β–Ί https://bit.ly/2GwK8V2
DevOps Tools, like Ansible β–Ί https://bit.ly/3iASHuP
Docker Tutorial β–Ί https://bit.ly/3iAT9Jx
AWS Tutorial β–Ί https://bit.ly/3iAT9Jx

Top comments (0)