-
Notifications
You must be signed in to change notification settings - Fork 0
/
ec2-instance-config.json
57 lines (57 loc) · 1.2 KB
/
ec2-instance-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
{
"MaxCount": 1,
"MinCount": 1,
"ImageId": "ami-0f7c4a792e3fb63c8",
"InstanceType": "t2.large",
"KeyName": "nyasa",
"EbsOptimized": false,
"BlockDeviceMappings": [
{
"DeviceName": "/dev/sda1",
"Ebs": {
"Encrypted": false,
"DeleteOnTermination": true,
"Iops": 3000,
"SnapshotId": "snap-051c36b1052b55e61",
"VolumeSize": 100,
"VolumeType": "gp3",
"Throughput": 125
}
}
],
"NetworkInterfaces": [
{
"SubnetId": "subnet-01e0e08f7dc5854ff",
"AssociatePublicIpAddress": true,
"DeviceIndex": 0,
"Groups": [
"sg-063af839be9169f9f"
]
}
],
"CreditSpecification": {
"CpuCredits": "standard"
},
"TagSpecifications": [
{
"ResourceType": "instance",
"Tags": [
{
"Key": "Name",
"Value": "food-sec-bot"
}
]
}
],
"IamInstanceProfile": {
"Arn": "arn:aws:iam::478645750798:instance-profile/AWS-S3"
},
"MetadataOptions": {
"HttpPutResponseHopLimit": 2
},
"PrivateDnsNameOptions": {
"HostnameType": "ip-name",
"EnableResourceNameDnsARecord": true,
"EnableResourceNameDnsAAAARecord": false
}
}