-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFargateProfile.json
64 lines (64 loc) · 1.83 KB
/
FargateProfile.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"AWSTemplateFormatVersion": "2010-09-09",
"Metadata": {
"Generator": "former2",
"AWS::CloudFormation::Designer": {
"c0a1066f-6a4c-4c77-a31c-5c90c4ae2ce2": {
"size": {
"width": 60,
"height": 60
},
"position": {
"x": -650,
"y": -440
},
"z": 0,
"embeds": []
}
}
},
"Description": "",
"Parameters": {
"Source": {
"Type": "String",
"Default": "Former"
}
},
"Resources": {
"EKSFP2WXUH": {
"Type": "AWS::EKS::FargateProfile",
"Properties": {
"ClusterName": "eksfargate1",
"FargateProfileName": "fargateprofile2",
"PodExecutionRoleArn": {
"Fn::Sub": "arn:aws:iam::${AWS::AccountId}:role/eksctl-demo-cluster-FargatePodExecutionRole-1U9UA0NHXES6F"
},
"Selectors": [
{
"Labels": [
{
"Key": "apptype",
"Value": "dempapp"
}
],
"Namespace": "demo2"
}
],
"Subnets": [
"subnet-ec25c494"
],
"Tags": [
{
"Key": "name",
"Value": "fgtag"
}
]
},
"Metadata": {
"AWS::CloudFormation::Designer": {
"id": "c0a1066f-6a4c-4c77-a31c-5c90c4ae2ce2"
}
}
}
}
}