既存の rds インスタンスを暗号化したいと考えています。Boto スクリプトを使用して db インスタンスを変更しています。
modified_rds_attributes = rds_conn_boto3.modify_db_instance(
DBInstanceIdentifier=id,
StorageEncrypted=True
)
既存の RDS DB インスタンスを暗号化することはできますか? はいの場合、どうすればタスクを達成できますか?
既存の rds インスタンスを暗号化したいと考えています。Boto スクリプトを使用して db インスタンスを変更しています。
modified_rds_attributes = rds_conn_boto3.modify_db_instance(
DBInstanceIdentifier=id,
StorageEncrypted=True
)
既存の RDS DB インスタンスを暗号化することはできますか? はいの場合、どうすればタスクを達成できますか?