aws-systems-manager-cloudformation-samples
aws-systems-manager-cloudformation-samples copied to clipboard
Set of sample CloudFormation Documents and Systems Manager documents that show how the two service can be used together in deployments.
Results
1
aws-systems-manager-cloudformation-samples issues
Sort by
recently updated
recently updated
newest added
trafficstars
### Steps to reproduce Step 1. Create a SSM document using CloudFormation. ``` SSMDocumentUpgradeContent: Type: AWS::SSM::Document Properties: DocumentType: Command DocumentFormat: YAML Name: 'UpgradeDocument' Content: schemaVersion: "2.2" description: "Upgrade Content to...