DMS Certificate

DMS Certificate in AWS Database Migration Service is a managed resource that stores Secure Sockets Layer (SSL) certificates used to encrypt connections between replication instances and database endpoints. It ensures secure communication during data migration by validating the identity of servers and protecting data in transit.

aws.dms_certificate

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
certificate_arncorestringThe Amazon Resource Name (ARN) for the certificate.
certificate_creation_datecoretimestampThe date that the certificate was created.
certificate_identifiercorestringA customer-assigned name for the certificate. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen or contain two consecutive hyphens.
certificate_ownercorestringThe owner of the certificate.
certificate_pemcorestringThe contents of a .pem file, which contains an X.509 certificate.
key_lengthcoreint64The key length of the cryptographic algorithm being used.
signing_algorithmcorestringThe signing algorithm for the certificate.
tagscorehstore
valid_from_datecoretimestampThe beginning date that the certificate is valid.
valid_to_datecoretimestampThe final date that the certificate is valid.