AWS transform documentation change
Summary
Added CloudFormation resources for DMS Serverless service-linked role and its ARN output
Security assessment
Infrastructure setup documentation without security context
Diff
diff --git a/transform/latest/userguide/sql-server-setup.md b/transform/latest/userguide/sql-server-setup.md index 1a89efe5a..1bbcb3e3e 100644 --- a//transform/latest/userguide/sql-server-setup.md +++ b//transform/latest/userguide/sql-server-setup.md @@ -209,0 +210,6 @@ Create a file named dms-roles.yaml with the following content: + DMSServerlessRole: + Type: AWS::IAM::ServiceLinkedRole + Properties: + AWSServiceName: dms.amazonaws.com + Description: 'Service Linked Role for AWS DMS Serverless' + @@ -222,0 +229,8 @@ Create a file named dms-roles.yaml with the following content: + Export: + Name: !Sub ${AWS::StackName}-VPCRole + + DMSServerlessRoleArn: + Description: ARN of the DMS Serverless Role + Value: !Sub 'arn:aws:iam::${AWS::AccountId}:role/aws-service-role/dms.amazonaws.com/AWSServiceRoleForDMSServerless' + Export: + Name: !Sub ${AWS::StackName}-ServerlessRole