-
Notifications
You must be signed in to change notification settings - Fork 810
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #377 from 0xdabbad00/add_icons_for_vpc_endpoints
Add icons for vpc endpoints
- Loading branch information
Showing
22 changed files
with
1,540 additions
and
15 deletions.
There are no files selected for viewing
36 changes: 36 additions & 0 deletions
36
account-data/demo/us-east-1/ec2-describe-security-groups.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
54 changes: 54 additions & 0 deletions
54
account-data/demo/us-east-1/ec2-describe-vpc-endpoints.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{ | ||
"VpcEndpoints": [ | ||
{ | ||
"CreationTimestamp": "2019-04-11T18:59:11+00:00", | ||
"DnsEntries": [], | ||
"Groups": [], | ||
"NetworkInterfaceIds": [], | ||
"PolicyDocument": "{\"Version\":\"2008-10-17\",\"Statement\":[{\"Effect\":\"Allow\",\"Principal\":\"*\",\"Action\":\"*\",\"Resource\":\"*\"}]}", | ||
"PrivateDnsEnabled": false, | ||
"RouteTableIds": [ | ||
"rtb-00000000" | ||
], | ||
"ServiceName": "com.amazonaws.us-east-1.s3", | ||
"State": "available", | ||
"SubnetIds": [], | ||
"VpcEndpointId": "vpce-00000000000000001", | ||
"VpcEndpointType": "Gateway", | ||
"VpcId": "vpc-12345678" | ||
}, | ||
{ | ||
"CreationTimestamp": "2019-04-30T15:19:35+00:00", | ||
"DnsEntries": [ | ||
{ | ||
"DnsName": "vpce-05ed16ac73726e737-5xkr9dae-us-east-1f.sqs.us-east-1.vpce.amazonaws.com", | ||
"HostedZoneId": "Z7HUB22UULQXV" | ||
}, | ||
{ | ||
"DnsName": "sqs.us-east-1.amazonaws.com", | ||
"HostedZoneId": "ZCYZV1JQU4VH2" | ||
} | ||
], | ||
"Groups": [ | ||
{ | ||
"GroupId": "sg-00000006", | ||
"GroupName": "default" | ||
} | ||
], | ||
"NetworkInterfaceIds": [ | ||
"eni-00000000000000001" | ||
], | ||
"PolicyDocument": "{\n \"Statement\": [\n {\n \"Action\": \"*\",\n \"Effect\": \"Allow\",\n \"Resource\": \"*\",\n \"Principal\": \"*\"\n }\n ]\n}", | ||
"PrivateDnsEnabled": true, | ||
"RouteTableIds": [], | ||
"ServiceName": "com.amazonaws.us-east-1.sqs", | ||
"State": "available", | ||
"SubnetIds": [ | ||
"subnet-00000003" | ||
], | ||
"VpcEndpointId": "vpce-00000000000000002", | ||
"VpcEndpointType": "Interface", | ||
"VpcId": "vpc-12345678" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.