AWS - Basic terms you must know about AWS🤔

AWS - Basic terms you must know about AWS🤔

After we understand the basic usage of cloud computing services, we are here to know more abit deeper about AWS.

For AWS , you can register an account and use it for 1 year for free. After logging in AWS. You will see something called Management Console.

No alt text provided for this image

In this Management Console , it will show you an overview of everything that is currently running inside your account, including services type and basic FAQ. The important point to take note is you must configure your Region and Availability zone (At the upper right corner) correctly to avoid error in the future.

Next, we move on to the Services menu, AWS providing tons of function and usage,

No alt text provided for this image

And then we go to Compute > EC2.

What is EC2? To put it simpler, you can understand it as Virtual machine. We can create and configure a virtual machine by using AWS EC2 based on our requirement.

No alt text provided for this image

After getting into EC2 page, you will see a button called "Launch Instance". Hence, the next terms we gonna learn is EC2 Instance, EC2 instance is equivalent to a virtual machine. Similar to docker, they called it Image.

No alt text provided for this image

Another terms we can see here is called "AMI" , Amazon Machine Image. This is very similar concept to Docker. This is a example like a OS Configuration (Win10) , then only can launch instance.

Only thing you need to take note is that you can either create one or many instance with one AMI. Or you can create few AMIs to launch instances when you need different configurations. ( Something like AMI with same setting, you can reuse to create instance, or create many AMIs to create different instances.)



No alt text provided for this image


After that you will be able to choose EC2 instance type. It includes tons of selection, t2.nano, t2.micro, t2.medium and etc.

No alt text provided for this image

Next, we move to Amazon EBS ( Amazon Elastic Block Store) - Configure the services that provides storage volumes that can be attached to running instances.

No alt text provided for this image

Next, you will have to configure which Security Groups - Contains set of firewall rules which can be associate with instances.

And we are close to last steps of AWS EC2 instance configuration,

No alt text provided for this image

We will have to create EC2 key pairs , this is for you to connect your AWS with VM in your local machine. You will have to download remote desktop with key pairs in .pem file format. Then connect the VM via local machine to AWS instance.

EC2 Key Pairs - Amazon EC2 uses public-key cryptography to encrypt and decrypt login information.

And done ! AWS EC2 instances is launched. Do take note there are some steps are not showing in this article in order to making it more easier to be understand.

Do share with me what's your thought ? or connect with me in LinkedIn to discuss more !

To view or add a comment, sign in

More articles by Alan Liew

  • Basic of Cloud Computing - Part 2

    After knowing what and why cloud computing is implemented in company. If you want to know more, can read my previous…

  • Cloud Computing, let's talk about it

    Does cloud computing sound complicated to you? Most of the answer I got from people are Yes ! It seems like everyone is…

Others also viewed

Explore content categories