AWS App Mesh supports cross account sharing of ACM Private Certificate Authority

By Dustin Ward

Amazon Web Services FeedAWS App Mesh supports cross account sharing of ACM Private Certificate Authority In August 2020, Amazon Certificate Manager (ACM) launched a feature to share Certificate Authorities (CA) between AWS accounts using AWS Resource Access Manager (RAM). With today’s launch, App Mesh customers will be able to use a certificate authority shared with…

Top 10 Tips for Cost Optimization in AWS

By Dustin Ward

Amazon Web Services FeedTop 10 Tips for Cost Optimization in AWS Amazon Web Services (AWS) offers a large assortment of cloud infrastructure on the go. With AWS, you only get to pay for what you are using, and you can scale quickly in response to business changes. In the AWS platform, you will access a…

AppSync Masterclass is open for early access!

By Dustin Ward

Amazon Web Services FeedAppSync Masterclass is open for early access! I have some exciting news to share with you. That after some initial delays, the AppSync Masterclass is now open for Early Access with 40% launch discount. First of all, thank you so much for your patience, it’s taken us a bit longer than we…

Introducing Amazon SNS FIFO – First-In-First-Out Pub/Sub Messaging

By Dustin Ward

Amazon Web Services FeedIntroducing Amazon SNS FIFO – First-In-First-Out Pub/Sub Messaging When designing a distributed software architecture, it is important to define how services exchange information. For example, the use of asynchronous communication decouples components and simplifies scaling, reducing the impact of changes and making it easier to release new features. The two most common forms…

Securing Amazon SageMaker Studio connectivity using a private VPC

By Dustin Ward

Amazon Web Services FeedSecuring Amazon SageMaker Studio connectivity using a private VPC Amazon SageMaker Studio is the first fully integrated development environment (IDE) for machine learning (ML). With a single click, data scientists and developers can quickly spin up Amazon SageMaker Studio Notebooks for exploring datasets and building models. With the new ability to launch…

Building event-driven architectures with Amazon SNS FIFO

By Dustin Ward

Amazon Web Services FeedBuilding event-driven architectures with Amazon SNS FIFO This post is courtesy of Christian Mueller, Principal Solutions Architect. Developers increasingly adopt event-driven architectures to decouple their distributed applications. Often, these events must be propagated in a strictly ordered manner to all subscribed applications. Using Amazon SNS FIFO topics and Amazon SQS FIFO queues,…