Guest User

Untitled

a guest
Oct 16th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. Resources:
  2. FooInstance:
  3. Type: 'AWS::EC2::Instance'
  4. Properties:
  5. blah: blah
  6. blah: blah
  7. UserData:
  8. Fn::Base64: !Sub |
  9. #!/bin/bash
  10. /opt/aws/bin/cfn-init --stack ${AWS::StackId} --resource FooInstance --region ${AWS::Region}
Add Comment
Please, Sign In to add comment