Thursday, November 14, 2024

Getting Started With AWS – Introduction

Hello Everyone

From now on, I want to share about Amazon Web Services (AWS). I will share regularly anything about AWS. So stay tune on my blog 🙂

In this section, I will share a bit about Introduction of AWS. AWS is stands for Amazon Web Services. AWS provided Advance Cloud Services that can help our organization to build perfect system/environment. By using AWS, you can build any system you want, with rich features and technology.

AWS have much Products Category that you can use such as:
1. Compute : Used For Create Computation such as server, endpoint, etc.
– EC2 : Create a server with advance settings and configuration
– Ligthsail : Create a server with basic settings and configuration
– Lambda : Run your code without thinking about the server (serverless)
and many more

2. Databases: Used for creating and managing databases.
– DynamoDB : Database Engine originated by AWS.
– RDS : Relational Database Service, Used to managed any Database Engine such as mysql, mariadb, oracle, postgresql, etc.

And many more Product Category you can explore.

If you want to try Amazon, they have some features that you can actually use for free (of course with some limitation). This link might be used to check about AWS Free Tier. Actually AWS provide 3 types of Free Tier:
– Free Tier: Always free to use (without time limitation). But usually the resources is very limited.
– 12 Months Free: Always free but for 12 months only. All features are unlock.
– Free Trial : Free to used but with limited time (usually 750 hours / 1 month). All features are unlock.

In next article, I want to share about How to Create AWS account and used the “Free Tier” services.

Thank you so much to visiting my blog.