AWS Database Blog
Integrate Amazon RDS for Oracle with Amazon EFS – Part 2 – Strengthen Access using EFS file system policy and Enforce in-transit encryption
With the announcement that Amazon Relational Database Service (Amazon RDS) for Oracle now supports integration with Amazon Elastic File System (Amazon EFS), you can keep temporary files like Oracle Data Pump export, import files on Amazon EFS file system, and directly access from it. Furthermore, you can leverage Amazon EFS integration for sharing a file system between […]
Implement resource counters with Amazon DynamoDB
When developing applications, you often need to implement a counter to accurately track actions such as votes cast, the available quantity of a resource in an eCommerce store, or tickets available for an event. These counters must be updated as the resource quantity changes. In this post, we explore seven approaches to implementing resource counters […]
The World is a graph: How Wiz reimagines cloud security using a graph in Amazon Neptune
This is a guest post by Ami Luttwak, CTO at Wiz, co-authored with Brad Bebee, General Manager of Amazon Neptune. Graphs are changing the way we parse and understand the world. Social graphs have had a huge impact on how we analyze social interactions across many industries. Now, in security, we can build totally new […]
Amazon Aurora PostgreSQL database authorization using role-based access control
Many customers are using Amazon Aurora PostgreSQL-Compatible Edition for running their business-critical database workloads in AWS. Aurora PostgreSQL is a fully managed, PostgreSQL-compatible, and ACID-compliant relational database engine that combines the speed, reliability, and manageability of Amazon Aurora with the simplicity and cost-effectiveness of open-source databases. In this post, we present a database authorization solution […]
Contributing to therapeutic drug development using Amazon Managed Blockchain
In the pharmaceutical industry, the cost of clinical research and clinical trials is extremely high, which results in higher drug prices and insurance expenses. Furthermore, the high costs have resulted in decreased numbers of clinical trials at national research institutes and universities, slowing the progress of pharmaceutical research. In addition, incidents of data falsification or […]
10 Amazon Aurora tips for application developers – Part 2
This is the second post of the two-part series on how application developers can take advantage of Amazon Aurora features, capabilities, and complementary services. In Part 1, we shared the first five tips: Split the application SQL read/write load to enhance your app’s performance. For Java apps, use AWS JDBC drivers for faster app recovery […]
10 Amazon Aurora tips for application developers – Part 1
Amazon Aurora is a MySQL- and PostgreSQL-compatible enterprise class database built from the ground up for cloud-native applications. Application developers write their code using standard tooling and libraries such as JDBC drivers for Java applications, and NodeJS packages for JavaScript applications. Developers often treat Aurora like a typical RDBMS database engine and fail to utilize […]
AWS Optimization and Licensing Assessments can help you to optimize Amazon RDS migration and usage costs
Oracle and Microsoft customers have been deploying their database workloads to Amazon Web Services in record numbers. The AWS Optimization and Licensing Assessment (AWS OLA) has helped many of these customers save on third party licensing costs and run their database resources efficiently on Amazon Elastic Compute Cloud (Amazon EC2) and VMware Cloud on AWS […]
Migrate Oracle Databases to AWS using transportable tablespace
Administering databases in self-managed environments such as on premises or Amazon Elastic Compute Cloud (Amazon EC2) requires you to spend time and resources on database administration tasks such as provisioning, scaling, patching, backups, and configuring for high availability. Organizations are moving their self-managed Oracle databases to AWS managed database services to offload undifferentiated heavy lifting […]
Friend microservices using Amazon DynamoDB and event filtering
The gaming industry has evolved significantly over the past few years. A feature that has become essential to that evolution is to be friends with other players and play together in the same game. From the players’ point of view, the process to become friends is straightforward. A player sends a friend request to another, […]