Skip to main content

AWS Application Integration Services

The Application Integration category hosts a suite of services that would help you manage your application functions and provide you a means to decouple them.  It also contains services that can manage message handling, distribution and queueing.

Below are the list of current services under this category.

Step Functions
      
       - AWS Step Functions makes it easy to coordinate the components of distributed applications as a series of steps in a visual workflow.  You can quickly build and run state machines to execute the steps of your application in a reliable and scalable fashion. 
       - It is a way of visualizing what is going on in your environment.

Amazon MQ
       - Amazon MQ is a managed message broker service for Apache ActiveMQ that makes it easy to migrate to a message broker in the cloud.  A message broker allows software applications and components to communicate using various programming languages, operating systems, and formal messaging protocols.

Simple Notification Service      
       -  Amazon Simple Notification Service (Amazon SNS) is a web service that coordinates and manages the delivery or sending of messages to subscribing endpoints or clients.  In Amazon SNS, there are two types of clients - publishers and subscribers 0 also referred to as producers and consumers.  Publishers communicate asynchronously with subscribers by producing and sending message to a topic, which is a logical access point and communication channel.  Subscribers (ex. web servers, email addresses, Amazon SQS, AWS Lambda functions) consume or receive the message or notification over one of the supported protocols (ex. Amazon SQS, HTTP or HTTPS, email, SMS Lambda) when they are subscribed to the topic.

Simple Queue Service      
       - Amazon Simple Queue Service (Amazon SQS) offers a secure, durable, and available hosted queue that lets you integrate and decouple distributed software systems and components.  AMazon SQS offers common constructs such as dead-letter queues and cost allocation tags.  It provides a generic web services API and it can be accessed by any programming language that the AWS SDK supports.
       - There are currently 2 types of SQS queues and these are:
          Standard
          FIFO

SWF
       - Amazon SWF (Simple Workflow Service) helps developers build, run, and scale background jobs that have parallel or sequential steps.  You can think of Amazon SWF as a fully-managed state tracker and task coordinator in the Cloud. This coordinates automated tasks and human tasks.

Comments

Popular posts from this blog

AWS AR & VR Services

The AR & VR category is all about Artificial Intelligence and Virtual Reality.  At the moment, there is only one service available in this category, but nevertheless is cutting edge technology. Sumerian        - Amazon Sumerian lets you create and run virtual reality (VR), augmented reality (AR), and 3D applications quickly and easily without requiring any specialized programming or 3D graphics expertise.  With Sumerian, you can build highly immersive and interactive scenes that run on popular hardware such as Oculus Rift, HTC Vive, and iOS mobile devices (support for Android ARCore coming soon).  For example, you can build a virtual classroom that lets you train new employees around the world, or you can build a virtual environment that enables people to tour a building remotely.  Sumerian makes it easy to create all the building blocks needed to build highly immersive and interactive 3D experiences including adding objects, and designing...

AWS IoT

The IoT or Internet of Things category is a collection of services that are specifically designed for the management and implementation of IoT technology.  These allows you to easily integrate IoT models or functions into your application. Below are the various IoT services available in this category. IoT Core        - AWS IoT provides secure, bi-directional communication between Internet-connected devices such as sensors, actuators, embedded micro-controllers, or smart appliances and the AWS Cloud. This enables you to collect telemetry data from multiple devices, and store and analyze the data. You can also create applications that enable your users to control these devices from their phones or tablets. IoT 1-Click       - AWS IoT 1-Click is a service that makes it easy for simple devices to trigger AWS Lambda functions that execute a specific action. Some examples of possible actions include calling technical support, reordering goods and ...

How to create an AWS free-tier account

Creating an AWS account isn't all that difficult.  This should be your 2nd step in your AWS journey.  The first being a clear familiarization of the various AWS services and their functions.  If you are not at all familiar with any of them, I would suggest you check out my previous posts which briefly discusses the various core services available in AWS then come back here to create your AWS account. When creating an AWS account you will need the following: A registered email address.   A credit card note: don't worry about fees.  creating the free tier account is totally free.  and there is a list of services that you will have free access to within their respective usage parameters.  Just be aware of these parameters as you can be charged if you go over the usage limit for the free tier account.   Now that you have the requirements available, lets begin creating your account.   First click this:  AWS Free Tier and then...