Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
December 28, 2021 03:58 am GMT

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 its 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


Original Link: https://dev.to/easyawslearn/how-to-setup-ec2-instance-220a

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To