Skip to main content

Aurora



Resource Icon

Resource Overview

Amazon Aurora(Aurora)는 MySQL 및 PostgreSQL과 호환되는 완전 관리형 관계형 데이터베이스 엔진입니다. MySQL 및 PostgreSQL이 이 고급 상용 데이터베이스의 속도와 안정성을 오픈 소스 데이터베이스의 단순성 및 비용 효율성과 어떻게 결합하는지 이미 알고 계실 것입니다. 오늘날 기존 MySQL 및 PostgreSQL 데이터베이스에 사용되는 코드, 도구 및 애플리케이션 모두 Aurora에서도 사용할 수 있습니다. 일부 워크로드의 경우 Aurora은 기존 애플리케이션을 거의 변경하지 않고도 MySQL의 처리량을 최대 5배, PostgreSQL의 처리량을 최대 3배 제공할 수 있습니다.

Parent Resources

Connected Resources

Resource Setting Values

  • database_name : Database name
  • engine : MySQL version to use for RDS - aurora, aurora-mysql, aurora-postgresql
  • engine_version : MySQL version to use for RDS
  • instance_class : The instance type of the RDS instance
  • engine_mode : aurora, multimaster, parallelquery, serverless
  • multi_az_enabled : Enable multi az - true, false
  • master_username : Master user password
  • master_password : Master user password
  • included_subnet_names : Subnet names in RDS Subnet group
  • subnet_group_name : Name of the subnet group to use with RDS
  • monitoring
    • performance_insights_enabled : Enable performance insights
  • encryption
    • storage_encrypted : Whether the DB instance is encrypted - true, false
    • kms_key_name : The KMS key name for encryption
  • backup
    • backup_retention_period : The days to retain backups for - 1 to 35
    • final_snapshot_enabled : Determines whether a final DB snapshot is created before the DB instance is deleted - true, false
    • final_snapshot_name : The final snapshot name

Reference Materials