AWS Database Blog
Category: Database
Integrate Amazon RDS for Oracle with Amazon EFS
As customers migrate their Oracle databases to the Amazon Relational Database Service for Oracle, they may often benefit from a shared file system to be available on their Oracle database systems. This is either to share files between the database and application servers or to act as a staging location to keep backups, data loads, […]
Writing results from an Athena query to Amazon DynamoDB
Many industries are taking advantage of the Internet of Things (IoT) to track information from and about connected devices. One example is the energy industry, which is using smart electricity meters to collect energy consumption from customers for analytics and control purposes. Vector, a New Zealand energy company, combines its energy knowledge with Amazon Web […]
Implement active-active replication with RDS Custom for Oracle: Part 1 – High Availability
Amazon Relational Database Service (Amazon RDS) Custom is a managed database service for legacy, custom, and packaged applications that require access to the underlying OS and DB environment. With RDS Custom for Oracle, you can now access and customize your database server host and operating system, for example by applying special patches and changing the […]
Implement active-active replication with RDS Custom for Oracle: Part 2 – High Availability & Disaster Recovery
In this post, we advance the architecture that was discussed in Implement active-active replication with RDS Custom for Oracle: Part 1 – High Availability, where we implemented an Amazon RDS Custom for Oracle solution with multi-master and high availability. This post will show you how to add high availability (HA) and disaster recovery (DR) using Oracle […]
Use guardrails to protect DynamoDB tables
Access control to AWS services and resources should be governed by the security principles of zero trust and least-privilege. Zero trust requires that users are strongly authenticated and fine-grained authorization is enforced before gaining access to resources. Least-privilege is a principle of granting only the permissions required to complete a task. Least-privilege is also an AWS Well-Architected best […]
Amazon DynamoDB re:Invent 2022 recap
Learn how customers like Intuit, Trustpilot, Hulu, Fidelity and Reltio are building serverless, event-driven, and scalable applications on DynamoDB. For the Amazon DynamoDB team, the 2022 AWS re:Invent was once again an incredible experience to connect and reconnect with our customers. Throughout the week, we interacted with dozens of customers to learn what is top-of-mind for […]
Amazon Keyspaces (for Apache Cassandra) re:Invent 2022 recap
The Amazon Keyspaces team had a great time meeting with many of you at AWS re:Invent 2022. It was particularly exciting to experience re:Invent at its peak in-person attendance. The team enjoyed listening to your feedback and use cases, and understanding what you want us to build next. We work backwards from these conversations and feedback […]
VPC endpoint considerations for upgrading or creating AWS DMS version 3.4.7 or higher
AWS Database Migration Service (AWS DMS) version 3.4.7 and above includes support for Amazon Virtual Private Cloud (Amazon VPC) VPC endpoints and makes it easier to maintain end-to-end network configuration within the same AWS region for replication tasks. To learn more about VPC endpoints, refer to Connect your VPC to services using AWS PrivateLink. In […]
Migrate Oracle database to Amazon RDS for Oracle over a database link for space savings and reclamation
Amazon Relational Database Service (Amazon RDS) for Oracle is a fully managed commercial database that makes it easy to set up, operate, and scale an Oracle database in the cloud. One of its features is storage auto scaling, which allows the database storage to grow automatically, as needed, up to the maximum capacity (64 TiB) […]
Generate Excel workbooks from Amazon RDS for PostgreSQL or Amazon Aurora PostgreSQL
July 2023: This post was reviewed for accuracy. When using databases, you may need to move data into different systems, including other databases or other tools, to perform different analysis. One method to do this is through flat files, such as comma-separated value lists (CSVs), as these let you transfer data in a common format […]