AWS Partner Network (APN) Blog
Category: Advanced (300)
Bring Your Own Public IP (BYOIP) Addresses to VMware Cloud on AWS
Learn how to support a multi-region, business-critical legacy monolithic application with customer-owned static public IPv4 addresses running on VMware Cloud on AWS. You can do this whilst using the AWS Cloud to deliver the Bring Your Own Public IPv4 Address (BYOIP) function with HAQM VPC, Network Load Balancer, Elastic IP address, HAQM Route 53, and VMware Transit Connect. VMware Cloud on AWS is an integrated hybrid cloud offering jointly developed by AWS and VMware.
Simplify Integration, Configuration, and Testing with Ready-to-Use Avaloq Model Bank in the Cloud
Most financial institutions are at different stages of their cloud journey. Many are challenged with delivering new and enhanced services, providing services faster, and driving operational efficiencies while facing increasingly competitive markets. Learn how Avaloq has laid a good foundation to help businesses ease the journey of testing and integrating new solutions by managing the complexities across various phases utilizing Avaloq’s sandbox solution powered by AWS.
IBM Broadcast Enabler of Automated Metering (BEAM) IoT Solution for Utility Companies
Utilities need a solution to manage devices on the field, whether they are for the management of gas, water, electricity, waste, or other. IBM has developed BEAM IoT to address these needs with a solution that, in addition to offering modules and functionalities specific to each segment, has been designed to be open and modular. It can be quickly extended to new business use cases, new regulatory requests, new types of IoT devices, and new data analysis requirements.
Zero Friction AWS Lambda Instrumentation: A Practical Guide to Extensions
As serverless architectures start to grow, finding the right troubleshooting approach becomes a business-critical aspect. In this post, dive into the “instrumentation approach” and how to keep track of internal events within an AWS Lambda function, and how to export processed telemetry data. Lumigo shares a practical guide on how to use AWS Lambda Extensions and follow a storyline of extracting internal events from Lambda functions, processing them, and sending telemetry data to external services.
How to Build a Fintech App on AWS Using the Plaid API
Open Finance initiatives have been gaining momentum across the world. These initiatives require that banks provide access to customer data through a common, open API for third-party applications, which are referred to as fintech apps. Learn how to build and deploy a basic fintech app on AWS in under an hour by using the Plaid Link API. This app allows users to sign up, log in, select their bank from a list, connect to that bank, and display the latest transactions.
Building a Multi-Region Solution for Auto Recovery of HAQM EC2 Instances Using AWS CDK and AWS Step Functions
Learn about a multi-regional first-line of support solution Chaos Gears put together using a serverless application running AWS Lambda under the baton of AWS Step Functions to relieve a customer’s engineers from some of their operational burdens. The approach described in this post can be adapted to serve other needs or cover different cases, as AWS Step Functions’ visual workflows allow for a quick translation of business requirements to technical ones.
Signing Data Using Keys Stored in AWS CloudHSM with Python
AWS CloudHSM enables you to generate and use your own encryption keys on AWS. The standard service for managing keys for signing would usually be AWS KMS, but due to legacy requirements from the customer side the team at BJSS needed to support both SHA256 and SHA1. Learn how BJSS successfully signed some data with a key from AWS CloudHSM using Python, and walk through the setup of an AWS CloudHSM cluster for testing using a sample application.
Using AWS PrivateLink for HAQM S3 for Private Connectivity Between Snowflake and HAQM S3
AWS customers running on-premises workloads that leverage HAQM S3 previously needed to set up proxies running on HAQM EC2 to access S3 gateway endpoints. With AWS PrivateLink for HAQM S3, you can provision interface VPC endpoints (interface endpoints) in your virtual private cloud. These endpoints are directly accessible from applications that are on-premises over VPN and AWS Direct Connect, or in a different AWS region over VPC peering.
Federated Access to AWS Single Sign-On with CyberArk Workforce Identity
AWS Single Sign-On (AWS SSO) is where you create or connect your workforce identities in AWS once and manage access centrally across your AWS Organization. Learn about the new integration with CyberArk Workforce Identity to provide simplified access management and provisioning to AWS. With this integration, you can have a single point of truth for all enterprise identities and enforce consistent management of users, groups, permissions, and access policies while reducing redundancies and errors.
How an AWS Lambda Function Can Be Integrated with Box Webhooks
There are multiple use cases where applications running on AWS may require a Lambda function to process the file stored in Box storage before it’s sent to the next stage for further processing. This post explains how a Lambda function can be invoked on the upload of a file in a Box folder using a webhook. With the help of a Box webhook and HAQM API Gateway, users can invoke a Lambda function on file upload operation and download the file to HAQM S3.