Skip to main content

7 docs tagged with "aws"

View all tags

Automatic Aurora DSQL Schema Migrations with Atlas

Learn how to manage AWS Aurora DSQL schemas with Atlas using both declarative and versioned workflows. This guide covers automatic DSQL schema migration, inspection, migration planning, and applying changes via CLI and CI/CD integrations.

AWS RDS Extensions in the Atlas Dev Database

Compile schemas that declare RDS-only extensions on the Atlas dev database: install mock aws_commons/aws_lambda/aws_s3 extensions on the dev image so CREATE EXTENSION works and Atlas manages them end-to-end.

Deploying the Atlas Agent to AWS with Terraform

Learn how to deploy the Atlas Agent to AWS using Terraform. This step-by-step guide covers prerequisites, AWS Secrets Manager, Fargate, IAM roles, security groups, and verifying your Atlas Agent deployment for database schema monitoring.

Running Schema Migrations on AWS ECS/Fargate using Atlas

Learn how to deploy schema migrations to AWS ECS/Fargate using Atlas. This guide covers prerequisites, storing database credentials in Secrets Manager, reading secrets during deployment, and running migrations before the application starts.