AWS Architecture Blog

Tag: Architecture

Solution architecture diagram

An elastic deployment of Stable Diffusion with Discord on AWS

Stable Diffusion is a state-of-the-art text-to-image model that generates images from text. Deploying text-to-image models such as Stable Diffusion can be difficult. Currently, Stable Diffusion requires specific computer hardware known as graphical processing units (GPUs). You can lower the bar to entry by offloading the text-to-image generation onto Amazon Web Services (AWS). Discord is a […]

Marketing CDP reference on AWS

A modern approach to implementing the serverless Customer Data Platform

When building a Customer Data Platform (CDP), advertising and marketing Independent Software Vendors (ISVs) face a unique set of challenges. The ISV can help organizations with the heavy lifting required to build, secure, and maintain near real-time, high volume CDPs. However, architecting CDPs using traditional on-premises technologies can introduce multiple complexities and can limit deployment […]

Figure 1: Marketing CDP logical architecture

An overview and architecture of building a Customer Data Platform on AWS

The deprecation of digital consumer identifiers, such as third-party cookies and mobile advertising IDs, and the rapid growth of data from expanding consumer touchpoints, has created challenges in identifying, managing, and reaching customers in digital channels. Organizations must rethink their strategies for collecting and storing customer data. Customer Data Platforms (CDPs) collect, aggregate, and organize […]

Full Stack SWIFT implementation on AWS

Architecting SWIFT Connectivity on Amazon Web Services (AWS)

The adoption of the ISO 20022 messaging standard by the financial industry will benefit all participants across the payments chain: banks, market infrastructures, corporate, and consumers. By moving the SWIFT messaging and communications infrastructure stack onto AWS, customers can speed their adoption of ISO 20022. At the same time, they can reduce costs, and improve […]

Architecture Monthly Magazine - Apr 2021 - Biopharma

Architecture Monthly Magazine: Biopharma

From R&D through commercialization, biopharma organizations are looking to bring advanced and differentiated therapeutics to market faster. For example, the Moderna mRNA vaccine was developed and approved for emergency use in record time compared to past vaccines. AWS is the secure, trusted technology partner to help the highly regulated biopharma industry confidently increase the pace […]

Architecture: Recursive Scaling using Amazon SQS and Amazon ECS Fargate cluster

Design Pattern for Highly Parallel Compute: Recursive Scaling with Amazon SQS

Scaling based on Amazon Simple Queue Service (SQS) is a commonly used design pattern. At AWS Professional Services, we have recently used a variant of this pattern to achieve highly parallel computation for larger customers. In fact, any use case with a tree-like set of entities can use this pattern. It’s useful in a workflow […]

Lambda behind static IP diagram

Expose AWS Lambda Function Behind Static IP When a DNS Cannot be Managed

Up until recently, the best practice to expose an AWS Lambda function has been to use Amazon API Gateway. This solution protects your functions from direct client traffic. This is explained in the API Gateway tutorial, where Amazon API Gateway acts as a proxy in front of the Lambda function. This practice is useful when […]

Architecture Monthly Magazine - Mar 2021 - Semiconductor Design

Architecture Monthly Magazine: Semiconductor Design

Semiconductor design and manufacturing continues to drive technology. Meeting the design requirements of low power connected devices, which utilize high performant, compact designs can be challenging. AWS provides the infrastructure and services to run the entire semiconductor design workflow. In this issue, our expert Mark Duffield shares innovation, architectural patterns and considerations for Semiconductor Design. […]

Notional architecture for Serverless Bot Framework & Salesforce Integration

Build Chatbots using Serverless Bot Framework with Salesforce Integration

Conversational interfaces have become increasingly popular, both on web and mobile. Businesses realize these interactions are resulting in quicker resolutions of customer concerns than a more traditional approach of agent interactions. An intelligent chatbot on top of customer-facing platforms comes with inherent benefits. Among these are 24/7 customer support with no agent wait-times, improved operational […]

AWS Micro Frontend

Micro-frontend Architectures on AWS

A microservice architecture is characterized by independent services that are focused on a specific business function and maintained by small, self-contained teams. Microservice architectures are used frequently for web applications developed on AWS, and for good reason. They offer many well-known benefits such as development agility, technological freedom, targeted deployments, and more. Despite the popularity […]