Guest User

Untitled

a guest
Dec 12th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. "Parameters":{
  2. "Environment": {
  3. "Description" : "Gives the environment of the instance e.g. dev ",
  4. "Type": "String",
  5. "Default": "dev"
  6. },
  7. "DesiredCapacity": {
  8. "Type": "Number",
  9. "Default" : "1",
  10. "Description": "Number of instances to launch in your ECS cluster"
  11. },
  12. "MinSize": {
  13. "Type": "Number",
  14. "Default" : "1",
  15. "Description": "Min number of instances that can be launched in your ECS cluster"
  16. },
  17. "MaxSize": {
  18. "Type": "Number",
  19. "Default" : "1",
  20. "Description": "Maximum number of instances that can be launched in your ECS cluster"
  21. },
  22. "ImageId": {
  23. "Description": "Provides the unique ID of the Amazon Machine Image (AMI)",
  24. "Type": "AWS::EC2::Image::Id",
  25. "Default": "some-awesome-ami-id"
  26. }
  27. }
Add Comment
Please, Sign In to add comment