Skip to content

Commit 2758c07

Browse files
author
ravigurram8
committed
added ec2-ubuntu product
1 parent 5305453 commit 2758c07

1 file changed

Lines changed: 68 additions & 3 deletions

File tree

dump/standardcatalogitems.json

Lines changed: 68 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,67 @@
390390
"permission_required": {}
391391
}
392392
},
393+
{
394+
"_id": {
395+
"$oid": "610166d6bbe50a00122a5139"
396+
},
397+
"name" : "Ubuntu 20 04 on Amazon EC2",
398+
"description" : "Use Ubuntu 20.04, on Amazon Elastic Compute Cloud (Amazon EC2).",
399+
"fileName" : "ec2-ubuntu.yml",
400+
"tags" : [
401+
{
402+
"Key" : "EstimatedTimeToProvision",
403+
"Value" : "10 Minutes"
404+
},
405+
{
406+
"Key" : "DetailsLink",
407+
"Value" : "https://researchgateway.readthedocs.io/en/latest/linux.html"
408+
},
409+
{
410+
"Key" : "Service",
411+
"Value" : "EC2"
412+
},
413+
{
414+
"Key" : "TypeOfProduct",
415+
"Value" : "Research"
416+
}
417+
],
418+
"owner" : "RL",
419+
"portfolio" : "RGPortfolio",
420+
"availableRegions" : [ ],
421+
"assignedOU" : [ ],
422+
"metaData" : {
423+
"pre_provisioning" : [
424+
{
425+
"code" : "CFT_PARAMS",
426+
"params" : [
427+
{
428+
"name" : "EnvironmentInstanceFiles",
429+
"type" : "RL::SC::PARAM::HD"
430+
},
431+
{
432+
"name" : "IamPolicyDocument",
433+
"type" : "RL::SC::PARAM::HD"
434+
},
435+
{
436+
"name" : "S3Mounts",
437+
"type" : "RL::SC::PARAM::HD"
438+
},
439+
{
440+
"name" : "Namespace",
441+
"type" : "RL::SC::PARAM::HD"
442+
}
443+
]
444+
}
445+
],
446+
"post_provisioning" : [ ],
447+
"checks_before_assigning_product" : [ ],
448+
"checks_after_assigning_product" : [ ],
449+
"permission_required" : {
450+
451+
}
452+
}
453+
},
393454
{
394455
"_id": {
395456
"$oid": "611b96eb4548787205d67866"
@@ -509,8 +570,11 @@
509570
}
510571
],
511572
"checks_after_assigning_product": [],
512-
"permission_required": {}
513-
}
573+
"permission_required": {
574+
},
575+
"cost_resource" : true,
576+
"aws_batch" : true
577+
}
514578
},
515579
{
516580
"_id": {
@@ -594,7 +658,8 @@
594658
],
595659
"checks_after_assigning_product": [],
596660
"permission_required": {},
597-
"cost_resource": true
661+
"cost_resource": true,
662+
"aws_batch" : true
598663
}
599664
}
600665
]

0 commit comments

Comments
 (0)