简体   繁体   English

适用于 aws dms 的 cloudformation 示例模板

[英]cloudformation sample template for for aws dms

I am new to the cloudformation.I had used the dms on the aws console but i need to create a dms service task using cloudformation.I saw templates for other servies but not for dms.My source db is postgres which is in ec2 and migrating to RDS.i didnt find any tempolate.looking for sample template for AWS Data migration Systems.I an new to cloudformations.Can anybody help here.我是 cloudformation 的新手。我在 aws 控制台上使用过 dms,但我需要使用 cloudformation 创建一个 dms 服务任务。我看到了其他服务的模板,但没有看到 dms。我的源数据库是 ec2 中的 postgres 并正在迁移到 RDS。我没有找到任何模板。正在寻找 AWS 数据迁移系统的示例模板。我是 cloudformations 的新手。任何人都可以在这里提供帮助。

Check out this example.看看这个例子。 https://hands-on.cloud/aws-cloudformation-how-to-create-dms-infrastructure-for-relational-db-migration/ . https://hands-on.cloud/aws-cloudformation-how-to-create-dms-infrastructure-for-relational-db-migration/

I usually find the official documentation to be useful too.我通常发现官方文档也很有用。 For each resource type, the documentation provides both JSON and YAML format and detailed specification.对于每种资源类型,文档都提供了 JSON 和 YAML 格式和详细规范。 https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_DMS.html . https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_DMS.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM