window.pipedriveLeadboosterConfig = { base: 'leadbooster-chat.pipedrive.com', companyId: 11580370, playbookUuid: '22236db1-6d50-40c4-b48f-8b11262155be', version: 2, } ;(function () { var w = window if (w.LeadBooster) { console.warn('LeadBooster already exists') } else { w.LeadBooster = { q: [], on: function (n, h) { this.q.push({ t: 'o', n: n, h: h }) }, trigger: function (n) { this.q.push({ t: 't', n: n }) }, } } })() Which AWS services you should consider using in your next project? - The Codest
The Codest
  • About us
  • Services
    • Software Development
      • Frontend Development
      • Backend Development
    • Staff Augmentation
      • Frontend Developers
      • Backend Developers
      • Data Engineers
      • Cloud Engineers
      • QA Engineers
      • Other
    • It Advisory
      • Audit & Consulting
  • Industries
    • Fintech & Banking
    • E-commerce
    • Adtech
    • Healthtech
    • Manufacturing
    • Logistics
    • Automotive
    • IOT
  • Value for
    • CEO
    • CTO
    • Delivery Manager
  • Our team
  • Case Studies
  • Know How
    • Blog
    • Meetups
    • Webinars
    • Resources
Careers Get in touch
  • About us
  • Services
    • Software Development
      • Frontend Development
      • Backend Development
    • Staff Augmentation
      • Frontend Developers
      • Backend Developers
      • Data Engineers
      • Cloud Engineers
      • QA Engineers
      • Other
    • It Advisory
      • Audit & Consulting
  • Value for
    • CEO
    • CTO
    • Delivery Manager
  • Our team
  • Case Studies
  • Know How
    • Blog
    • Meetups
    • Webinars
    • Resources
Careers Get in touch
Back arrow GO BACK
2019-01-25
Software Development

Which AWS services you should consider using in your next project?

Justyna Mianowska

Are you going to start a new project or maybe you are about to develop some new features? Before you start undertaking any actions it is worth to find out as much as possible about various external tools that may be useful for you.

Two basic and probably the most popular AWS services are EC2 and S3. In a nutshell: with EC2 you can set up your project and show it to the world, while S3 is used to store the data of any kind. However, in this article I would like to look at other more or less popular AWS tools that we normally use here, at Codest.

Cloudfront

It is a tool specially created for a very fast resources deliver to many users. And many doesn’t mean hundreds or thousands but millions of requests for a single resource. For example, you want to allow to place your graphic, css, html or javascript file on any page. You also want to have a full impact on the contents the resource provides – you need to change something and you want this change to happen on all pages with your file. And here AWS Cloudfront comes, with all its capabilities, which will make the final user receive your resource as soon as possible.

Cloudfront also offers a number of statistics. For example – pages, that have been requested the most, devices, the request for resource have been made with, http statuses, etc.

Of course, this tool is quite expensive, but the more requests to the cloudfront are going to be made, the less you pay for service. Therefore, you should consider this solution in case you want to place the resource on the websites with really big or even huge traffic.

Batch

To put it in simple terms, it’s a service that allows to execute of a large number of jobs directly on the AWS. All you have to prepare is an execution script and a docker image, whilst AWS Batch will do the rest. Batch will dynamically create instances on EC2, allocate a suitable place for jobs and launch them at the same time. You do not have to worry that your EC2 instance will be run out of space or memory, or that you have to constantly think about when and how the job can be started. For communication between the script in the docker image and your service you can just create the API and here you go. If you want to use Batch you should also prepare your docker repository in Amazon Elastic Container Registry (ECR) service.

Another service, which gets the benefits from docker containers, is also worth mentioning. It is called Elastic Container Service (ECS). Its main difference comparing to Batch is that you have to set up and scale EC2 instance by yourself whereas Batch does all the job for you. Batch costs depend on which EC2 instances are allowed to use, as, in this case, you only pay for running instances.

Lambda

AWS Batch does the work by launching docker images, while the next service – AWS Lambda – allows you to run the script directly. You do not need to set up any server, the code is run virtually, and what’s even better, you can also return some value in the way you like.

When can it be used? Let’s say that you want to make some calculations on our website based on parameters from the browser, and maybe, in addition, these calculations require some extra queries to other places on the web. In this case, all you need to do is to create an endpoint in Lambda, add your script and use this endpoint on the website. It’s really easy.

The Lambda costs are counted only when the script is running, when the endpoint is not used, you pay nothing.

SNS

Simple Notification Service, as the name suggests, is a tool specially developed to send notifications. It can be easily used for communication between various AWS services. For example, you have a group of micro-services and you want one of them to lead the others – start some of them or run some actions. In this particular case, you can send notification from the main service and handle receiving messages in another micro-services you prefer. By the way, it is also worth mentioning the Amazon Simple Queue Service (SQS), which can create a very interesting connection together with SNS.

In case of SNS (as well as SQS), payment is provided only for executed requests: sending messages to SNS, sending messages from SNS to other services and other additional requests from the SNS API pool.

RDS

Amazon Relational Database Service is just an external database. With this service AWS allows an easy setup, usage and scaling of a relational database. For example, if you expect that your database will have quite a considerable size and will be growing more and more every day, and you plan to regularly perform more or less complex operations using it, e.g processing and copying data to another database, this solution is worth considering. Available database engines include PostgreSQL, MySQL and MariaDB.

It is easy to guess that RDS costs are related to the database size and its usage, so it’s hard to say whether it is going to be very expensive or not.

Summary

AWS is constantly changing, whether it is improving existing services or creating something new. It is not only preferable to keep yourself up to date with their technological innovations, but also get to know the already existing stuff.

Useful links

  • AWS Ruby SDK API Documentation,
  • AWS news

Related articles

Software Development

Build Future-Proof Web Apps: Insights from The Codest’s Expert Team

Discover how The Codest excels in creating scalable, interactive web applications with cutting-edge technologies, delivering seamless user experiences across all platforms. Learn how our expertise drives digital transformation and business...

THECODEST
Software Development

Top 10 Latvia-Based Software Development Companies

Learn about Latvia's top software development companies and their innovative solutions in our latest article. Discover how these tech leaders can help elevate your business.

thecodest
Enterprise & Scaleups Solutions

Java Software Development Essentials: A Guide to Outsourcing Successfully

Explore this essential guide on successfully outsourcing Java software development to enhance efficiency, access expertise, and drive project success with The Codest.

thecodest
Software Development

The Ultimate Guide to Outsourcing in Poland

The surge in outsourcing in Poland is driven by economic, educational, and technological advancements, fostering IT growth and a business-friendly climate.

TheCodest
Enterprise & Scaleups Solutions

The Complete Guide to IT Audit Tools and Techniques

IT audits ensure secure, efficient, and compliant systems. Learn more about their importance by reading the full article.

The Codest
Jakub Jakubowicz CTO & Co-Founder

Subscribe to our knowledge base and stay up to date on the expertise from the IT sector.

    About us

    The Codest – International software development company with tech hubs in Poland.

    United Kingdom - Headquarters

    • Office 303B, 182-184 High Street North E6 2JA
      London, England

    Poland - Local Tech Hubs

    • Fabryczna Office Park, Aleja
      Pokoju 18, 31-564 Kraków
    • Brain Embassy, Konstruktorska
      11, 02-673 Warsaw, Poland

      The Codest

    • Home
    • About us
    • Services
    • Case Studies
    • Know How
    • Careers
    • Dictionary

      Services

    • It Advisory
    • Software Development
    • Backend Development
    • Frontend Development
    • Staff Augmentation
    • Backend Developers
    • Cloud Engineers
    • Data Engineers
    • Other
    • QA Engineers

      Resources

    • Facts and Myths about Cooperating with External Software Development Partner
    • From the USA to Europe: Why do American startups decide to relocate to Europe
    • Tech Offshore Development Hubs Comparison: Tech Offshore Europe (Poland), ASEAN (Philippines), Eurasia (Turkey)
    • What are the top CTOs and CIOs Challenges?
    • The Codest
    • The Codest
    • The Codest
    • Privacy policy
    • Website terms of use

    Copyright © 2025 by The Codest. All rights reserved.

    en_USEnglish
    de_DEGerman sv_SESwedish da_DKDanish nb_NONorwegian fiFinnish fr_FRFrench pl_PLPolish arArabic it_ITItalian jaJapanese ko_KRKorean es_ESSpanish nl_NLDutch etEstonian elGreek en_USEnglish