-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathec2-template-config.json
69 lines (69 loc) · 1.37 KB
/
ec2-template-config.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
65
66
67
68
69
{
"DryRun": false,
"LaunchTemplateName": "",
"VersionDescription": "Launch template created by aws-do-cli",
"LaunchTemplateData": {
"IamInstanceProfile": {
"Name": ""
},
"BlockDeviceMappings": [
{
"DeviceName": "/dev/sda1",
"Ebs": {
"Encrypted": true,
"DeleteOnTermination": true,
"VolumeSize": 0,
"VolumeType": "gp3"
}
}
],
"NetworkInterfaces": [
{
"AssociatePublicIpAddress": true,
"DeleteOnTermination": true,
"DeviceIndex": 0,
"Groups": [
""
],
"Ipv6AddressCount": 0,
"SubnetId": "",
"NetworkCardIndex": 0
}
],
"ImageId": "",
"KeyName": "",
"Monitoring": {
"Enabled": true
},
"DisableApiTermination": false,
"InstanceInitiatedShutdownBehavior": "stop",
"UserData": "",
"TagSpecifications": [
{
"ResourceType": "instance",
"Tags": [
{
"Key": "",
"Value": ""
}
]
}
],
"MetadataOptions": {
"HttpTokens": "required",
"HttpPutResponseHopLimit": 5,
"HttpEndpoint": "enabled"
}
},
"TagSpecifications": [
{
"ResourceType": "launch-template",
"Tags": [
{
"Key": "",
"Value": ""
}
]
}
]
}