본문 바로가기

퍼블릭 클라우드

AWS RDS 스냅샷을 S3로 내보내기

반응형

Amazon Relational Database Service(RDS) 스냅샷을 S3로 내보내기

스냡샷 S3로 내보내기

RDS > 스냅샷(작업 -> Amazon S3로 내보내기)

AWS RDS

IAM 역할 생성

AWS IAM

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Principal": {
                "Service": "export.rds.amazonaws.com"
            },
            "Action": "sts:AssumeRole"
        }
    ]
}

Amazon S3로 내보내기

RDS > 스냅샷 > 스냅샷ID > Export to Amazon S3

AWS RDS

 

참고URL

- AWS Documentation : Amazon S3로 DB 스냅샷 데이터 내보내기

 

728x90
반응형