AWS Free Tier

AWS Free Tier

Some Common Frequently asked questions!

1. What is the capacity of free tier? How many users it can hold.

- that entirely upon your application. We can test load balancing on that server after your application gets developed. Before that, it's difficult to answer this.


2. What will be charged after free Tier?

- for server - t2.micro instance approx $0.0146 per Hour (can change timely)

- for the database - db.t2.micro instance approx $0.026 per Hour (can change timely)

               and also it's different for various regions so can't estimate correctly.

- you can use

                  S3 calculator: https://calculator.s3.amazonaws.com/index.html

to calculate that or can ask DevOps team at that time too.

3. What region should I select?


            - You can select region according to your software's target audience. You should choose the nearest AWS region from that location. 


4. How can I know the price estimation?


            - You can use AWS Simple Monthly Calculator. This Calculator provides an estimate of usage charges for various AWS services based on certain information you provide.

S3 calculator : https://calculator.s3.amazonaws.com/index.html


5. I am charged even though 12 months are not over.


            Yes, All services that offer a free tier have limits on what you can use without being charged.




                  If used beyond the limit, then you are charged.


6. What are the backup options?

  • AMI (Amazon Machine Image)

Daily Backup of your Current Configure System

  • Database Host on RDS

  • Snapshot (RDS Backup)



                  Daily Backup of your Database ,if hosted on RDS.

7. How can I increase security of server ?

  • Least Access

  • Least Privilege

  • Configuration Management

  • Change Management

  • Audit Logs

  • Manage Security Group of Instance

8. Can I create new AWS account after 1 year and move code their ?

            Yes, we can do that.
    • Related Articles

    • AWS Services

      AWS also provides many other functionalities other than server like domain hosting, Email sending, Monitoring, Alerting, AI  For a website, we can use the following basic AWS services 1. EC2- Elastic Compute Cloud It consists of Compute and ...
    • HOW TO LOGIN OPENXCELL AWS ACCOUNT

      Login steps for openxcell AWS. Step 1 : Raise ticket for AWS Access. ( mail address  : devops@openxcell.info ) [ Ticket will required only for new access ] Hit this URL Step 2 : https://openxcelldev.awsapps.com/start#/ Step 3 : Enter login I'd / ...
    • AWS Services Pricing

      AWS EC2 Pricing.  Instance Type vCPUs RAM Per/Hour Per/Month  t2.nano 1 0.5 $0.0058 $4.23 t2.micro 1 1 $0.0116 $8.47 t2.small 1 2 $0.0232 $16.04 t2.medium 2 4 $0.0464 $33.87 t2.large 2 8 $0.0928 $67.74 t2.xlarge 4 16 $0.1856 $135.49 t2.2xlarge 8 32 ...
    • PostgreSQL basic commnad

      How to connect AWS-RDS of PostgreSQL using terminal or CMD & basic of PostgreSQL - syntax format psql -h HOSTNAME --port=5432 -U USERNAME DATABASENAME -W -h = host or RDS Endpoint -p 5432 pre define port for postgresql -u user name for database ...
    • Registering to OpenXcell SSO

      Overview: Openxcell SSO, is an enterprise grade Identity Provider supporting Single-Sign-On Using various authentication protocols such as OIDC and SAML. To ensure single point of authentication and security across all the organization owned and ...