Created
July 20, 2023 13:26
-
-
Save kapilt/e8b7a7d3b4915e83112782ebc55774e8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
import base64 | |
import json | |
import zlib | |
import time | |
def pack(data): | |
return base64.b64encode(zlib.compress(json.dumps(data).encode('utf8'))).decode('ascii') | |
def scenario_a(resources): | |
"compress batch per addition" | |
batch = [] | |
for r in resources: | |
batch.append(r) | |
pack(batch) | |
pack(batch) | |
def scenario_b(resources): | |
"hueristic compression" | |
parts = [] | |
for r in resources: | |
parts.append(json.dumps(r)) | |
return base64.b64encode(zlib.compress(('"resources": %s' % ','.join(parts)).encode('utf8'))).decode('ascii') | |
def run(scenario, resources): | |
name = scenario.__doc__ | |
t = time.time() | |
scenario_a(resources) | |
print("%s: %0.2f" % (name, time.time() - t)) | |
def main(): | |
resources = json.load(open('resources.json')) | |
# get ~ thousand resources | |
resources = resources * int(2000.0 / len(resources)) | |
print('run test %d' % len(resources)) | |
run(scenario_b, resources) | |
run(scenario_a, resources) | |
if __name__ == '__main__': | |
main() |
This file contains hidden or 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
[ | |
{ | |
"Engine": "redis", | |
"CacheParameterGroup": { | |
"CacheNodeIdsToReboot": [], | |
"CacheParameterGroupName": "default.redis3.2", | |
"ParameterApplyStatus": "in-sync" | |
}, | |
"SnapshotRetentionLimit": 0, | |
"CacheClusterId": "myec-001", | |
"CacheSecurityGroups": [], | |
"NumCacheNodes": 1, | |
"SnapshotWindow": "08:00-09:00", | |
"CacheClusterCreateTime": { | |
"hour": 2, | |
"__class__": "datetime", | |
"month": 6, | |
"second": 21, | |
"microsecond": 311000, | |
"year": 2017, | |
"day": 24, | |
"minute": 3 | |
}, | |
"ReplicationGroupId": "myec", | |
"AutoMinorVersionUpgrade": true, | |
"CacheClusterStatus": "available", | |
"PreferredAvailabilityZone": "us-east-1d", | |
"ClientDownloadLandingPage": "https://console.aws.amazon.com/elasticache/home#client-download:", | |
"SecurityGroups": [ | |
{ | |
"Status": "active", | |
"SecurityGroupId": "sg-4b9ada34" | |
} | |
], | |
"CacheSubnetGroupName": "msg", | |
"EngineVersion": "3.2.4", | |
"PendingModifiedValues": {}, | |
"PreferredMaintenanceWindow": "fri:10:00-fri:11:00", | |
"CacheNodeType": "cache.r3.large" | |
}, | |
{ | |
"Engine": "redis", | |
"CacheParameterGroup": { | |
"CacheNodeIdsToReboot": [], | |
"CacheParameterGroupName": "default.redis3.2", | |
"ParameterApplyStatus": "in-sync" | |
}, | |
"SnapshotRetentionLimit": 1, | |
"CacheClusterId": "myec-002", | |
"CacheSecurityGroups": [], | |
"NumCacheNodes": 1, | |
"SnapshotWindow": "08:00-09:00", | |
"CacheClusterCreateTime": { | |
"hour": 2, | |
"__class__": "datetime", | |
"month": 6, | |
"second": 45, | |
"microsecond": 233000, | |
"year": 2017, | |
"day": 24, | |
"minute": 7 | |
}, | |
"ReplicationGroupId": "myec", | |
"AutoMinorVersionUpgrade": true, | |
"CacheClusterStatus": "available", | |
"PreferredAvailabilityZone": "us-east-1d", | |
"ClientDownloadLandingPage": "https://console.aws.amazon.com/elasticache/home#client-download:", | |
"SecurityGroups": [ | |
{ | |
"Status": "active", | |
"SecurityGroupId": "sg-4b9ada34" | |
} | |
], | |
"CacheSubnetGroupName": "msg", | |
"EngineVersion": "3.2.4", | |
"PendingModifiedValues": {}, | |
"PreferredMaintenanceWindow": "fri:10:00-fri:11:00", | |
"CacheNodeType": "cache.r3.large" | |
}, | |
{ | |
"Engine": "redis", | |
"CacheParameterGroup": { | |
"CacheNodeIdsToReboot": [], | |
"CacheParameterGroupName": "default.redis3.2", | |
"ParameterApplyStatus": "in-sync" | |
}, | |
"SnapshotRetentionLimit": 0, | |
"CacheClusterId": "myec-003", | |
"CacheSecurityGroups": [], | |
"NumCacheNodes": 1, | |
"SnapshotWindow": "08:00-09:00", | |
"CacheClusterCreateTime": { | |
"hour": 2, | |
"__class__": "datetime", | |
"month": 6, | |
"second": 48, | |
"microsecond": 301000, | |
"year": 2017, | |
"day": 24, | |
"minute": 7 | |
}, | |
"ReplicationGroupId": "myec", | |
"AutoMinorVersionUpgrade": true, | |
"CacheClusterStatus": "available", | |
"PreferredAvailabilityZone": "us-east-1d", | |
"ClientDownloadLandingPage": "https://console.aws.amazon.com/elasticache/home#client-download:", | |
"SecurityGroups": [ | |
{ | |
"Status": "active", | |
"SecurityGroupId": "sg-4b9ada34" | |
} | |
], | |
"CacheSubnetGroupName": "msg", | |
"EngineVersion": "3.2.4", | |
"PendingModifiedValues": {}, | |
"PreferredMaintenanceWindow": "fri:10:00-fri:11:00", | |
"CacheNodeType": "cache.r3.large" | |
}, | |
{ | |
"PubliclyAccessible": true, | |
"MasterUsername": "glenn", | |
"MonitoringInterval": 0, | |
"LicenseModel": "postgresql-license", | |
"VpcSecurityGroups": [ | |
{ | |
"Status": "active", | |
"VpcSecurityGroupId": "sg-8c84eef3" | |
} | |
], | |
"InstanceCreateTime": { | |
"hour": 20, | |
"__class__": "datetime", | |
"month": 4, | |
"second": 25, | |
"microsecond": 992000, | |
"year": 2017, | |
"day": 5, | |
"minute": 28 | |
}, | |
"CopyTagsToSnapshot": false, | |
"OptionGroupMemberships": [ | |
{ | |
"Status": "in-sync", | |
"OptionGroupName": "default:postgres-9-6" | |
} | |
], | |
"PendingModifiedValues": {}, | |
"Engine": "postgres", | |
"MultiAZ": false, | |
"LatestRestorableTime": { | |
"hour": 21, | |
"__class__": "datetime", | |
"month": 6, | |
"second": 29, | |
"microsecond": 0, | |
"year": 2017, | |
"day": 1, | |
"minute": 11 | |
}, | |
"DBSecurityGroups": [], | |
"DBParameterGroups": [ | |
{ | |
"DBParameterGroupName": "rds-pg-group-a", | |
"ParameterApplyStatus": "in-sync" | |
} | |
], | |
"AutoMinorVersionUpgrade": true, | |
"PreferredBackupWindow": "08:46-09:16", | |
"DBSubnetGroup": { | |
"Subnets": [ | |
{ | |
"SubnetStatus": "Active", | |
"SubnetIdentifier": "subnet-3a334610", | |
"SubnetAvailabilityZone": { | |
"Name": "us-east-1d" | |
} | |
}, | |
{ | |
"SubnetStatus": "Active", | |
"SubnetIdentifier": "subnet-efbcccb7", | |
"SubnetAvailabilityZone": { | |
"Name": "us-east-1b" | |
} | |
}, | |
{ | |
"SubnetStatus": "Active", | |
"SubnetIdentifier": "subnet-e3b194de", | |
"SubnetAvailabilityZone": { | |
"Name": "us-east-1e" | |
} | |
}, | |
{ | |
"SubnetStatus": "Active", | |
"SubnetIdentifier": "subnet-914763e7", | |
"SubnetAvailabilityZone": { | |
"Name": "us-east-1a" | |
} | |
} | |
], | |
"DBSubnetGroupName": "default", | |
"VpcId": "vpc-d2d616b5", | |
"DBSubnetGroupDescription": "default", | |
"SubnetGroupStatus": "Complete" | |
}, | |
"ReadReplicaDBInstanceIdentifiers": [], | |
"AllocatedStorage": 5, | |
"DBInstanceArn": "arn:aws:rds:us-east-1:644160558196:db:rds-test-instance-1", | |
"BackupRetentionPeriod": 7, | |
"DBName": "test", | |
"PreferredMaintenanceWindow": "sun:07:30-sun:08:00", | |
"Endpoint": { | |
"HostedZoneId": "Z2R2ITUGPM61AM", | |
"Port": 5432, | |
"Address": "rds-test-instance-1.cz6wy8cci3uf.us-east-1.rds.amazonaws.com" | |
}, | |
"DBInstanceStatus": "stopping", | |
"IAMDatabaseAuthenticationEnabled": false, | |
"EngineVersion": "9.6.1", | |
"AvailabilityZone": "us-east-1a", | |
"DomainMemberships": [], | |
"StorageType": "gp2", | |
"DbiResourceId": "db-Z272MINNUJGK5N3C76NOO35ZDY", | |
"CACertificateIdentifier": "rds-ca-2015", | |
"StorageEncrypted": false, | |
"DBInstanceClass": "db.t2.micro", | |
"DbInstancePort": 0, | |
"DBInstanceIdentifier": "rds-test-instance-1" | |
}, | |
{ | |
"PubliclyAccessible": true, | |
"MasterUsername": "glenn", | |
"MonitoringInterval": 0, | |
"LicenseModel": "postgresql-license", | |
"VpcSecurityGroups": [ | |
{ | |
"Status": "active", | |
"VpcSecurityGroupId": "sg-3e9ef441" | |
} | |
], | |
"InstanceCreateTime": { | |
"hour": 20, | |
"__class__": "datetime", | |
"month": 4, | |
"second": 22, | |
"microsecond": 598000, | |
"year": 2017, | |
"day": 5, | |
"minute": 31 | |
}, | |
"CopyTagsToSnapshot": false, | |
"OptionGroupMemberships": [ | |
{ | |
"Status": "in-sync", | |
"OptionGroupName": "default:postgres-9-6" | |
} | |
], | |
"PendingModifiedValues": {}, | |
"Engine": "postgres", | |
"MultiAZ": false, | |
"LatestRestorableTime": { | |
"hour": 20, | |
"__class__": "datetime", | |
"month": 6, | |
"second": 6, | |
"microsecond": 0, | |
"year": 2017, | |
"day": 1, | |
"minute": 50 | |
}, | |
"DBSecurityGroups": [], | |
"DBParameterGroups": [ | |
{ | |
"DBParameterGroupName": "rds-pg-group-b", | |
"ParameterApplyStatus": "in-sync" | |
} | |
], | |
"AutoMinorVersionUpgrade": true, | |
"PreferredBackupWindow": "05:29-05:59", | |
"DBSubnetGroup": { | |
"Subnets": [ | |
{ | |
"SubnetStatus": "Active", | |
"SubnetIdentifier": "subnet-3a334610", | |
"SubnetAvailabilityZone": { | |
"Name": "us-east-1d" | |
} | |
}, | |
{ | |
"SubnetStatus": "Active", | |
"SubnetIdentifier": "subnet-efbcccb7", | |
"SubnetAvailabilityZone": { | |
"Name": "us-east-1b" | |
} | |
}, | |
{ | |
"SubnetStatus": "Active", | |
"SubnetIdentifier": "subnet-e3b194de", | |
"SubnetAvailabilityZone": { | |
"Name": "us-east-1e" | |
} | |
}, | |
{ | |
"SubnetStatus": "Active", | |
"SubnetIdentifier": "subnet-914763e7", | |
"SubnetAvailabilityZone": { | |
"Name": "us-east-1a" | |
} | |
} | |
], | |
"DBSubnetGroupName": "default", | |
"VpcId": "vpc-d2d616b5", | |
"DBSubnetGroupDescription": "default", | |
"SubnetGroupStatus": "Complete" | |
}, | |
"ReadReplicaDBInstanceIdentifiers": [], | |
"AllocatedStorage": 5, | |
"DBInstanceArn": "arn:aws:rds:us-east-1:644160558196:db:rds-test-instance-2", | |
"BackupRetentionPeriod": 7, | |
"DBName": "test", | |
"PreferredMaintenanceWindow": "thu:08:04-thu:08:34", | |
"Endpoint": { | |
"HostedZoneId": "Z2R2ITUGPM61AM", | |
"Port": 5432, | |
"Address": "rds-test-instance-2.cz6wy8cci3uf.us-east-1.rds.amazonaws.com" | |
}, | |
"DBInstanceStatus": "stopped", | |
"IAMDatabaseAuthenticationEnabled": false, | |
"EngineVersion": "9.6.1", | |
"AvailabilityZone": "us-east-1e", | |
"DomainMemberships": [], | |
"StorageType": "gp2", | |
"DbiResourceId": "db-LDXFT3ARZ3HIOCQG56UBRAHL4M", | |
"CACertificateIdentifier": "rds-ca-2015", | |
"StorageEncrypted": false, | |
"DBInstanceClass": "db.t2.micro", | |
"DbInstancePort": 0, | |
"DBInstanceIdentifier": "rds-test-instance-2" | |
}, | |
{ | |
"AllocatedStorage": 1, | |
"AvailabilityZones": [ | |
"us-east-1d", | |
"us-east-1a", | |
"us-east-1b" | |
], | |
"BackupRetentionPeriod": 7, | |
"DatabaseName": "", | |
"DBClusterIdentifier": "database-1", | |
"DBClusterParameterGroup": "default.aurora-postgresql10", | |
"DBSubnetGroup": "default", | |
"Status": "available", | |
"EarliestRestorableTime": { | |
"__class__": "datetime", | |
"year": 2020, | |
"month": 12, | |
"day": 2, | |
"hour": 7, | |
"minute": 20, | |
"second": 39, | |
"microsecond": 547000 | |
}, | |
"Endpoint": "database-1.cluster-cz6wy8cci3uf.us-east-1.rds.amazonaws.com", | |
"MultiAZ": false, | |
"Engine": "aurora-postgresql", | |
"EngineVersion": "10.12", | |
"LatestRestorableTime": { | |
"__class__": "datetime", | |
"year": 2020, | |
"month": 12, | |
"day": 9, | |
"hour": 14, | |
"minute": 10, | |
"second": 8, | |
"microsecond": 564000 | |
}, | |
"Port": 5432, | |
"MasterUsername": "postgres", | |
"PreferredBackupWindow": "07:08-07:38", | |
"PreferredMaintenanceWindow": "wed:05:38-wed:06:08", | |
"ReadReplicaIdentifiers": [], | |
"DBClusterMembers": [], | |
"VpcSecurityGroups": [ | |
{ | |
"VpcSecurityGroupId": "sg-6c7fa917", | |
"Status": "active" | |
} | |
], | |
"HostedZoneId": "Z2R2ITUGPM61AM", | |
"StorageEncrypted": true, | |
"KmsKeyId": "arn:aws:kms:us-east-1:644160558196:key/b10f842a-feb7-4318-92d5-0640a75b7688", | |
"DbClusterResourceId": "cluster-NCSP75A6Z36KOFQRT4SDHYMS3I", | |
"DBClusterArn": "arn:aws:rds:us-east-1:644160558196:cluster:database-1", | |
"AssociatedRoles": [], | |
"IAMDatabaseAuthenticationEnabled": false, | |
"ClusterCreateTime": { | |
"__class__": "datetime", | |
"year": 2020, | |
"month": 10, | |
"day": 20, | |
"hour": 15, | |
"minute": 53, | |
"second": 59, | |
"microsecond": 560000 | |
}, | |
"Capacity": 2, | |
"EngineMode": "serverless", | |
"ScalingConfigurationInfo": { | |
"MinCapacity": 2, | |
"MaxCapacity": 2, | |
"AutoPause": false, | |
"SecondsUntilAutoPause": 300, | |
"TimeoutAction": "RollbackCapacityChange" | |
}, | |
"DeletionProtection": false, | |
"HttpEndpointEnabled": false, | |
"ActivityStreamStatus": "stopped", | |
"CopyTagsToSnapshot": true, | |
"CrossAccountClone": false, | |
"DomainMemberships": [], | |
"TagList": [ | |
{ | |
"Key": "c7n-resource-classification", | |
"Value": "net-new" | |
}, | |
{ | |
"Key": "Owner", | |
"Value": "Mc-Mcslice" | |
}, | |
{ | |
"Key": "ASV", | |
"Value": "ASVMCNASTY" | |
}, | |
{ | |
"Key": "ResourceCreator", | |
"Value": "john-hillegass" | |
}, | |
{ | |
"Key": "c7n-ResourceCreatedTime", | |
"Value": "2020-10-20 15:52:44.809783" | |
} | |
] | |
}, | |
{ | |
"AllocatedStorage": 1, | |
"AvailabilityZones": [ | |
"us-east-1d", | |
"us-east-1e", | |
"us-east-1a" | |
], | |
"BackupRetentionPeriod": 1, | |
"DBClusterIdentifier": "test-rds-cluster-param-group", | |
"DBClusterParameterGroup": "default.neptune1", | |
"DBSubnetGroup": "default", | |
"Status": "available", | |
"EarliestRestorableTime": { | |
"__class__": "datetime", | |
"year": 2020, | |
"month": 12, | |
"day": 8, | |
"hour": 5, | |
"minute": 54, | |
"second": 48, | |
"microsecond": 30000 | |
}, | |
"Endpoint": "test-rds-cluster-param-group.cluster-cz6wy8cci3uf.us-east-1.neptune.amazonaws.com", | |
"ReaderEndpoint": "test-rds-cluster-param-group.cluster-ro-cz6wy8cci3uf.us-east-1.neptune.amazonaws.com", | |
"MultiAZ": false, | |
"Engine": "neptune", | |
"EngineVersion": "1.0.4.0", | |
"LatestRestorableTime": { | |
"__class__": "datetime", | |
"year": 2020, | |
"month": 12, | |
"day": 9, | |
"hour": 15, | |
"minute": 4, | |
"second": 53, | |
"microsecond": 454000 | |
}, | |
"Port": 8182, | |
"MasterUsername": "admin", | |
"PreferredBackupWindow": "05:42-06:12", | |
"PreferredMaintenanceWindow": "sat:09:57-sat:10:27", | |
"ReadReplicaIdentifiers": [], | |
"DBClusterMembers": [ | |
{ | |
"DBInstanceIdentifier": "test-rds-cluster-param-group-instance-1", | |
"IsClusterWriter": true, | |
"DBClusterParameterGroupStatus": "in-sync", | |
"PromotionTier": 1 | |
} | |
], | |
"VpcSecurityGroups": [ | |
{ | |
"VpcSecurityGroupId": "sg-6c7fa917", | |
"Status": "active" | |
} | |
], | |
"HostedZoneId": "ZUFXD4SLT2LS7", | |
"StorageEncrypted": true, | |
"KmsKeyId": "arn:aws:kms:us-east-1:644160558196:key/b10f842a-feb7-4318-92d5-0640a75b7688", | |
"DbClusterResourceId": "cluster-D5B6YSO2TZMX3UXUMBWZA3L3CA", | |
"DBClusterArn": "arn:aws:rds:us-east-1:644160558196:cluster:test-rds-cluster-param-group", | |
"AssociatedRoles": [], | |
"IAMDatabaseAuthenticationEnabled": false, | |
"ClusterCreateTime": { | |
"__class__": "datetime", | |
"year": 2020, | |
"month": 11, | |
"day": 9, | |
"hour": 15, | |
"minute": 59, | |
"second": 7, | |
"microsecond": 70000 | |
}, | |
"EnabledCloudwatchLogsExports": [ | |
"audit" | |
], | |
"EngineMode": "provisioned", | |
"DeletionProtection": false, | |
"HttpEndpointEnabled": false, | |
"ActivityStreamStatus": "stopped", | |
"CopyTagsToSnapshot": false, | |
"CrossAccountClone": false, | |
"DomainMemberships": [], | |
"TagList": [] | |
}, | |
{ | |
"Engine": "aurora", | |
"SnapshotCreateTime": { | |
"hour": 11, | |
"__class__": "datetime", | |
"month": 12, | |
"second": 35, | |
"microsecond": 118000, | |
"year": 2015, | |
"day": 19, | |
"minute": 6 | |
}, | |
"VpcId": "vpc-1", | |
"DBClusterIdentifier": "aaa", | |
"MasterUsername": "root", | |
"LicenseModel": "aurora", | |
"Status": "available", | |
"PercentProgress": 100, | |
"DBClusterSnapshotIdentifier": "aaa-final-snapshot", | |
"DBClusterSnapshotArn": "arn:aws:rds:us-east-1:644160558196:cluster-snapshot:aaa-final-snapshot", | |
"KmsKeyId": "arn:aws:kms:us-east-1:123:key/k1", | |
"ClusterCreateTime": { | |
"hour": 10, | |
"__class__": "datetime", | |
"month": 12, | |
"second": 52, | |
"microsecond": 866000, | |
"year": 2015, | |
"day": 19, | |
"minute": 38 | |
}, | |
"StorageEncrypted": true, | |
"AllocatedStorage": 1, | |
"SnapshotType": "manual", | |
"AvailabilityZones": [ | |
"us-east-1a", | |
"us-east-1b", | |
"us-east-1e" | |
], | |
"Port": 0 | |
}, | |
{ | |
"Engine": "aurora", | |
"SnapshotCreateTime": { | |
"hour": 13, | |
"__class__": "datetime", | |
"month": 6, | |
"second": 42, | |
"microsecond": 566000, | |
"year": 2016, | |
"day": 4, | |
"minute": 51 | |
}, | |
"VpcId": "vpc-2", | |
"DBClusterIdentifier": "bbb", | |
"MasterUsername": "root", | |
"LicenseModel": "aurora", | |
"Status": "available", | |
"PercentProgress": 100, | |
"DBClusterSnapshotArn": "arn:aws:rds:us-east-1:644160558196:cluster-snapshot:bbb-final-snapshot", | |
"DBClusterSnapshotIdentifier": "bbb-final-snapshot", | |
"ClusterCreateTime": { | |
"hour": 19, | |
"__class__": "datetime", | |
"month": 11, | |
"second": 0, | |
"microsecond": 549000, | |
"year": 2015, | |
"day": 20, | |
"minute": 46 | |
}, | |
"StorageEncrypted": false, | |
"AllocatedStorage": 1, | |
"SnapshotType": "manual", | |
"AvailabilityZones": [ | |
"us-east-1a", | |
"us-east-1b", | |
"us-east-1e" | |
], | |
"Port": 0 | |
}, | |
{ | |
"PubliclyAccessible": false, | |
"MasterUsername": "rsuser", | |
"VpcSecurityGroups": [ | |
{ | |
"Status": "active", | |
"VpcSecurityGroupId": "sg-29ee3e5a" | |
} | |
], | |
"ClusterPublicKey": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCEDo79P1rXLMIOnt2CsBG9UDjQjZsrNupa2V4KXW1oWTfXHIlFM9fhYu3jAUKzN+apbeENVd3NqSx5QttBgZvLMVmlSHSsUfVDd4+0rCEwqptms0Rds5lhwUpZFbqKLpJJZb/Tk5b5uNHgUq3g9vo0NkSYoiDLMdGLFd/yxnY7L1kBmxTsVUAtWxo5m2SGCUSPdPaKLF2IEAHRXOOCDolBB/zHdGhYjhteqDez/g9SW7jLPU2PigrbEn51Z4dAYunrHGLvp9JfQqMx7QY1+dl+epdMoEeTAEUok5IQhVUvwC6tMQYTfbslBy8EKUfyO1Xw/3u+LnrYKB/WjqQSkFfB Amazon-Redshift\n", | |
"NumberOfNodes": 1, | |
"PendingModifiedValues": {}, | |
"VpcId": "vpc-d2d616b5", | |
"ClusterVersion": "1.0", | |
"Tags": [], | |
"AutomatedSnapshotRetentionPeriod": 1, | |
"ClusterParameterGroups": [ | |
{ | |
"ParameterGroupName": "default.redshift-1.0", | |
"ParameterApplyStatus": "in-sync" | |
} | |
], | |
"DBName": "rstest", | |
"PreferredMaintenanceWindow": "mon:10:30-mon:11:00", | |
"Endpoint": { | |
"Port": 5439, | |
"Address": "c7n-rs.clalcef7utom.us-east-1.redshift.amazonaws.com" | |
}, | |
"IamRoles": [], | |
"AllowVersionUpgrade": true, | |
"ClusterCreateTime": { | |
"hour": 15, | |
"__class__": "datetime", | |
"month": 12, | |
"second": 5, | |
"microsecond": 645000, | |
"year": 2017, | |
"day": 7, | |
"minute": 9 | |
}, | |
"ClusterSubnetGroupName": "default", | |
"EnhancedVpcRouting": false, | |
"ClusterSecurityGroups": [], | |
"ClusterIdentifier": "c7n-rs", | |
"ClusterNodes": [ | |
{ | |
"NodeRole": "SHARED", | |
"PrivateIPAddress": "172.31.7.238", | |
"PublicIPAddress": "35.168.74.176" | |
} | |
], | |
"AvailabilityZone": "us-east-1a", | |
"NodeType": "dc2.large", | |
"Encrypted": false, | |
"ClusterRevisionNumber": "1499", | |
"ClusterStatus": "available" | |
}, | |
{ | |
"Description": "test-delete-me-2", | |
"GroupName": "test-delete-me-2", | |
"IpPermissions": [ | |
{ | |
"FromPort": 0, | |
"IpProtocol": "tcp", | |
"IpRanges": [ | |
{ | |
"CidrIp": "172.0.0.0/32" | |
}, | |
{ | |
"CidrIp": "10.0.0.0/32" | |
} | |
], | |
"Ipv6Ranges": [], | |
"PrefixListIds": [], | |
"ToPort": 0, | |
"UserIdGroupPairs": [] | |
} | |
], | |
"OwnerId": "644160558196", | |
"GroupId": "sg-01a5844447c79ac7b", | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"Ipv6Ranges": [], | |
"PrefixListIds": [], | |
"UserIdGroupPairs": [] | |
} | |
], | |
"VpcId": "vpc-48c22c21" | |
}, | |
{ | |
"Description": "test-delete-me-1", | |
"GroupName": "test-delete-me-1", | |
"IpPermissions": [ | |
{ | |
"FromPort": 0, | |
"IpProtocol": "tcp", | |
"IpRanges": [ | |
{ | |
"CidrIp": "192.0.0.0/32" | |
} | |
], | |
"Ipv6Ranges": [], | |
"PrefixListIds": [], | |
"ToPort": 0, | |
"UserIdGroupPairs": [] | |
} | |
], | |
"OwnerId": "644160558196", | |
"GroupId": "sg-0803561527fe68575", | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"Ipv6Ranges": [], | |
"PrefixListIds": [], | |
"UserIdGroupPairs": [] | |
} | |
], | |
"VpcId": "vpc-48c22c21" | |
}, | |
{ | |
"Description": "default VPC security group", | |
"GroupName": "default", | |
"IpPermissions": [ | |
{ | |
"IpProtocol": "-1", | |
"IpRanges": [], | |
"Ipv6Ranges": [], | |
"PrefixListIds": [], | |
"UserIdGroupPairs": [ | |
{ | |
"GroupId": "sg-b516e3dc", | |
"UserId": "644160558196" | |
} | |
] | |
} | |
], | |
"OwnerId": "644160558196", | |
"GroupId": "sg-b516e3dc", | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"Ipv6Ranges": [], | |
"PrefixListIds": [], | |
"UserIdGroupPairs": [] | |
} | |
], | |
"VpcId": "vpc-48c22c21" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "launch-wizard-4 created 2017-01-27T23:55:02.403-05:00", | |
"IpPermissions": [ | |
{ | |
"PrefixListIds": [], | |
"FromPort": 22, | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"ToPort": 22, | |
"IpProtocol": "tcp", | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"GroupName": "launch-wizard-4", | |
"VpcId": "vpc-d2d616b5", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-0026997c" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "Created from the RDS Management Console", | |
"IpPermissions": [ | |
{ | |
"PrefixListIds": [], | |
"FromPort": 3306, | |
"IpRanges": [ | |
{ | |
"CidrIp": "172.14.148.19/32" | |
} | |
], | |
"ToPort": 3306, | |
"IpProtocol": "tcp", | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"GroupName": "rds-launch-wizard-4", | |
"VpcId": "vpc-d2d616b5", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-0379fd7c" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
}, | |
{ | |
"PrefixListIds": [], | |
"FromPort": 443, | |
"IpRanges": [], | |
"ToPort": 443, | |
"IpProtocol": "tcp", | |
"UserIdGroupPairs": [ | |
{ | |
"UserId": "644160558196", | |
"GroupId": "sg-269a2f57" | |
} | |
], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "SG 2", | |
"IpPermissions": [], | |
"GroupName": "sg2", | |
"VpcId": "vpc-b2c27acb", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-03873272" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "AutoScaling-Security-Group-1 (2017-02-25 00:13:20.344-05:00)", | |
"IpPermissions": [ | |
{ | |
"PrefixListIds": [], | |
"FromPort": 22, | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"ToPort": 22, | |
"IpProtocol": "tcp", | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"GroupName": "AutoScaling-Security-Group-1", | |
"VpcId": "vpc-d2d616b5", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-0b3d3377" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "SG 1", | |
"IpPermissions": [ | |
{ | |
"PrefixListIds": [], | |
"FromPort": 80, | |
"IpRanges": [], | |
"ToPort": 80, | |
"IpProtocol": "tcp", | |
"UserIdGroupPairs": [ | |
{ | |
"UserId": "644160558196", | |
"GroupId": "sg-d89b2ea9" | |
}, | |
{ | |
"UserId": "644160558196", | |
"GroupId": "sg-269a2f57" | |
} | |
], | |
"Ipv6Ranges": [] | |
}, | |
{ | |
"PrefixListIds": [], | |
"FromPort": 61000, | |
"IpRanges": [ | |
{ | |
"CidrIp": "10.2.0.0/16" | |
} | |
], | |
"ToPort": 61000, | |
"IpProtocol": "tcp", | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
}, | |
{ | |
"PrefixListIds": [], | |
"FromPort": 60000, | |
"IpRanges": [ | |
{ | |
"CidrIp": "10.2.0.0/16" | |
} | |
], | |
"ToPort": 62000, | |
"IpProtocol": "tcp", | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"GroupName": "sg1", | |
"VpcId": "vpc-b2c27acb", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-269a2f57" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "DeleteMeWhenWeAreDone", | |
"Tags": [ | |
{ | |
"Value": "tagdeletevalue", | |
"Key": "tagdeletekey" | |
} | |
], | |
"IpPermissions": [], | |
"GroupName": "Test-SG4", | |
"VpcId": "vpc-d2d616b5", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-2c4a6551" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "Created from the RDS Management Console", | |
"IpPermissions": [ | |
{ | |
"PrefixListIds": [], | |
"FromPort": 3306, | |
"IpRanges": [ | |
{ | |
"CidrIp": "204.63.44.142/32" | |
} | |
], | |
"ToPort": 3306, | |
"IpProtocol": "tcp", | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"GroupName": "rds-launch-wizard-1", | |
"VpcId": "vpc-d2d616b5", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-314baa4c" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "launch-wizard-9 created 2017-03-10T19:27:31.332-05:00", | |
"IpPermissions": [ | |
{ | |
"PrefixListIds": [], | |
"FromPort": 22, | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"ToPort": 22, | |
"IpProtocol": "tcp", | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"GroupName": "launch-wizard-9", | |
"VpcId": "vpc-d2d616b5", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-3d78bc42" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "Created from the RDS Management Console", | |
"IpPermissions": [ | |
{ | |
"PrefixListIds": [], | |
"FromPort": 5432, | |
"IpRanges": [ | |
{ | |
"CidrIp": "209.43.102.90/32" | |
} | |
], | |
"ToPort": 5432, | |
"IpProtocol": "tcp", | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"GroupName": "rds-launch-wizard-7", | |
"VpcId": "vpc-d2d616b5", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-3e9ef441" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "SG created to test EC2 Security Group Filters", | |
"IpPermissions": [ | |
{ | |
"PrefixListIds": [], | |
"FromPort": 22, | |
"IpRanges": [ | |
{ | |
"CidrIp": "204.63.44.148/32" | |
} | |
], | |
"ToPort": 22, | |
"IpProtocol": "tcp", | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"GroupName": "TEST-PROD-ONLY-SG", | |
"VpcId": "vpc-d2d616b5", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-411b413c" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "DeleteMeWhenWeAreDone", | |
"Tags": [ | |
{ | |
"Value": "tagdeletevalue", | |
"Key": "tagdeletekey" | |
} | |
], | |
"IpPermissions": [], | |
"GroupName": "Test-SG3", | |
"VpcId": "vpc-d2d616b5", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-424a653f" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "launch-wizard-5 created 2017-02-23T23:09:58.392-05:00", | |
"IpPermissions": [ | |
{ | |
"PrefixListIds": [], | |
"FromPort": 22, | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"ToPort": 22, | |
"IpProtocol": "tcp", | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"GroupName": "launch-wizard-5", | |
"VpcId": "vpc-d2d616b5", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-45131239" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "default VPC security group", | |
"IpPermissions": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [], | |
"UserIdGroupPairs": [ | |
{ | |
"UserId": "644160558196", | |
"GroupId": "sg-4b9ada34" | |
} | |
], | |
"Ipv6Ranges": [] | |
} | |
], | |
"GroupName": "default", | |
"VpcId": "vpc-f1516b97", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-4b9ada34" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "launch-wizard-11 created 2017-03-25T10:57:13.203-04:00", | |
"IpPermissions": [ | |
{ | |
"PrefixListIds": [], | |
"FromPort": 22, | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"ToPort": 22, | |
"IpProtocol": "tcp", | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"GroupName": "launch-wizard-11", | |
"VpcId": "vpc-d2d616b5", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-5be15a24" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "DeleteMeWhenWeAreDone", | |
"Tags": [ | |
{ | |
"Value": "tagdeletevalue", | |
"Key": "tagdeletekey" | |
} | |
], | |
"IpPermissions": [], | |
"GroupName": "Test-SG2", | |
"VpcId": "vpc-d2d616b5", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-5d4a6520" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "launch-wizard-16 created 2017-06-05T16:32:02.874-04:00", | |
"IpPermissions": [ | |
{ | |
"PrefixListIds": [], | |
"FromPort": 22, | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"ToPort": 22, | |
"IpProtocol": "tcp", | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"GroupName": "launch-wizard-16", | |
"VpcId": "vpc-d2d616b5", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-5fd5dd21" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "launch-wizard-3 created 2017-01-27T23:54:38.789-05:00", | |
"IpPermissions": [ | |
{ | |
"PrefixListIds": [], | |
"FromPort": 22, | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"ToPort": 22, | |
"IpProtocol": "tcp", | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"GroupName": "launch-wizard-3", | |
"VpcId": "vpc-d2d616b5", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-6c269910" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "default VPC security group", | |
"IpPermissions": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "108.56.181.242/32" | |
} | |
], | |
"UserIdGroupPairs": [ | |
{ | |
"UserId": "644160558196", | |
"GroupId": "sg-6c7fa917" | |
} | |
], | |
"Ipv6Ranges": [] | |
} | |
], | |
"GroupName": "default", | |
"VpcId": "vpc-d2d616b5", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-6c7fa917" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "Created from the RDS Management Console", | |
"Tags": [ | |
{ | |
"Value": "Duper", | |
"Key": "Super" | |
} | |
], | |
"IpPermissions": [ | |
{ | |
"PrefixListIds": [], | |
"FromPort": 3306, | |
"IpRanges": [ | |
{ | |
"CidrIp": "199.244.214.109/32" | |
} | |
], | |
"ToPort": 3306, | |
"IpProtocol": "tcp", | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"GroupName": "rds-launch-wizard-2", | |
"VpcId": "vpc-d2d616b5", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-704f840d" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "launch-wizard-7 created 2017-02-24T05:14:07.534-05:00", | |
"IpPermissions": [ | |
{ | |
"PrefixListIds": [], | |
"FromPort": 22, | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"ToPort": 22, | |
"IpProtocol": "tcp", | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"GroupName": "launch-wizard-7", | |
"VpcId": "vpc-d2d616b5", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-854645f9" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "DeleteMeWhenWeAreDone", | |
"Tags": [ | |
{ | |
"Value": "tagdeletevalue", | |
"Key": "tagdeletekey" | |
} | |
], | |
"IpPermissions": [], | |
"GroupName": "Test-SG8", | |
"VpcId": "vpc-d2d616b5", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-854a65f8" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "launch-wizard-13 created 2017-03-26T10:54:12.841-04:00", | |
"IpPermissions": [ | |
{ | |
"PrefixListIds": [], | |
"FromPort": 22, | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"ToPort": 22, | |
"IpProtocol": "tcp", | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"GroupName": "launch-wizard-13", | |
"VpcId": "vpc-d2d616b5", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-8735b1f8" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "DeleteMeWhenWeAreDone", | |
"Tags": [ | |
{ | |
"Value": "tagdeletevalue", | |
"Key": "tagdeletekey" | |
} | |
], | |
"IpPermissions": [ | |
{ | |
"PrefixListIds": [], | |
"FromPort": 0, | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"ToPort": 65535, | |
"IpProtocol": "tcp", | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"GroupName": "Test-SG1", | |
"VpcId": "vpc-d2d616b5", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-8a4b64f7" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "Created from the RDS Management Console", | |
"IpPermissions": [ | |
{ | |
"PrefixListIds": [], | |
"FromPort": 5432, | |
"IpRanges": [ | |
{ | |
"CidrIp": "209.43.102.90/32" | |
} | |
], | |
"ToPort": 5432, | |
"IpProtocol": "tcp", | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"GroupName": "rds-launch-wizard-6", | |
"VpcId": "vpc-d2d616b5", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-8c84eef3" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "launch-wizard-1 created 2016-10-11T08:37:50.939-04:00", | |
"IpPermissions": [ | |
{ | |
"PrefixListIds": [], | |
"FromPort": 22, | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"ToPort": 22, | |
"IpProtocol": "tcp", | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"GroupName": "launch-wizard-1", | |
"VpcId": "vpc-d2d616b5", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-926a56e8" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "DeleteMeWhenWeAreDone", | |
"Tags": [ | |
{ | |
"Value": "tagdeletevalue", | |
"Key": "tagdeletekey" | |
} | |
], | |
"IpPermissions": [], | |
"GroupName": "Test-SG7", | |
"VpcId": "vpc-d2d616b5", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-a14a65dc" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "launch-wizard-10 created 2017-03-23T10:53:38.739-04:00", | |
"IpPermissions": [ | |
{ | |
"PrefixListIds": [], | |
"FromPort": 22, | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"ToPort": 22, | |
"IpProtocol": "tcp", | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"GroupName": "launch-wizard-10", | |
"VpcId": "vpc-d2d616b5", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-b8dd6dc7" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "launch-wizard-8 created 2017-02-25T10:52:27.439-05:00", | |
"IpPermissions": [ | |
{ | |
"PrefixListIds": [], | |
"FromPort": 22, | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"ToPort": 22, | |
"IpProtocol": "tcp", | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"GroupName": "launch-wizard-8", | |
"VpcId": "vpc-d2d616b5", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-bdbfb7c1" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "DeleteMeWhenWeAreDone", | |
"Tags": [ | |
{ | |
"Value": "tagdeletevalue", | |
"Key": "tagdeletekey" | |
} | |
], | |
"IpPermissions": [], | |
"GroupName": "Test-SG6", | |
"VpcId": "vpc-d2d616b5", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-bf4a65c2" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "testing", | |
"IpPermissions": [ | |
{ | |
"PrefixListIds": [], | |
"FromPort": 22, | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"ToPort": 22, | |
"IpProtocol": "tcp", | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"GroupName": "scot-test", | |
"VpcId": "vpc-d2d616b5", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-c67c7dba" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "Created from the RDS Management Console", | |
"IpPermissions": [ | |
{ | |
"PrefixListIds": [], | |
"FromPort": 3306, | |
"IpRanges": [ | |
{ | |
"CidrIp": "204.63.44.147/32" | |
} | |
], | |
"ToPort": 3306, | |
"IpProtocol": "tcp", | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"GroupName": "rds-launch-wizard", | |
"VpcId": "vpc-d2d616b5", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-cd3d01b7" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "launch-wizard-12 created 2017-03-26T10:49:51.089-04:00", | |
"IpPermissions": [ | |
{ | |
"PrefixListIds": [], | |
"FromPort": 22, | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"ToPort": 22, | |
"IpProtocol": "tcp", | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"GroupName": "launch-wizard-12", | |
"VpcId": "vpc-d2d616b5", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-d037b3af" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "Created from the RDS Management Console", | |
"IpPermissions": [ | |
{ | |
"PrefixListIds": [], | |
"FromPort": 3306, | |
"IpRanges": [ | |
{ | |
"CidrIp": "172.14.148.19/32" | |
} | |
], | |
"ToPort": 3306, | |
"IpProtocol": "tcp", | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"GroupName": "rds-launch-wizard-3", | |
"VpcId": "vpc-d2d616b5", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-d77ffba8" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "default VPC security group", | |
"IpPermissions": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [], | |
"UserIdGroupPairs": [ | |
{ | |
"UserId": "644160558196", | |
"GroupId": "sg-d89b2ea9" | |
} | |
], | |
"Ipv6Ranges": [] | |
} | |
], | |
"GroupName": "default", | |
"VpcId": "vpc-b2c27acb", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-d89b2ea9" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "launch-wizard-6 created 2017-02-23T23:10:17.875-05:00", | |
"IpPermissions": [ | |
{ | |
"PrefixListIds": [], | |
"FromPort": 22, | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"ToPort": 22, | |
"IpProtocol": "tcp", | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"GroupName": "launch-wizard-6", | |
"VpcId": "vpc-d2d616b5", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-dc1312a0" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "AutoScaling-Security-Group-2 (2017-02-28 00:25:48.137-05:00)", | |
"IpPermissions": [ | |
{ | |
"PrefixListIds": [], | |
"FromPort": 22, | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"ToPort": 22, | |
"IpProtocol": "tcp", | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"GroupName": "AutoScaling-Security-Group-2", | |
"VpcId": "vpc-d2d616b5", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-deafbda2" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "launch-wizard-2 created 2017-01-06T22:30:02.993-05:00", | |
"IpPermissions": [ | |
{ | |
"PrefixListIds": [], | |
"FromPort": 22, | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"ToPort": 22, | |
"IpProtocol": "tcp", | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"GroupName": "launch-wizard-2", | |
"VpcId": "vpc-d2d616b5", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-e281699e" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "Created from the RDS Management Console", | |
"IpPermissions": [ | |
{ | |
"PrefixListIds": [], | |
"FromPort": 3306, | |
"IpRanges": [ | |
{ | |
"CidrIp": "172.14.148.19/32" | |
} | |
], | |
"ToPort": 3306, | |
"IpProtocol": "tcp", | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"GroupName": "rds-launch-wizard-5", | |
"VpcId": "vpc-d2d616b5", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-e6d44399" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "launch-wizard-15 created 2017-04-02T21:33:45.655-04:00", | |
"IpPermissions": [ | |
{ | |
"PrefixListIds": [], | |
"FromPort": 22, | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"ToPort": 22, | |
"IpProtocol": "tcp", | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"GroupName": "launch-wizard-15", | |
"VpcId": "vpc-d2d616b5", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-f7117688" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "Has a NetworkLocation:Public tag key-value pair", | |
"Tags": [ | |
{ | |
"Value": "FancyTestGroupPublic", | |
"Key": "Name" | |
}, | |
{ | |
"Value": "Public", | |
"Key": "NetworkLocation" | |
} | |
], | |
"IpPermissions": [ | |
{ | |
"PrefixListIds": [], | |
"FromPort": 0, | |
"IpRanges": [ | |
{ | |
"CidrIp": "169.254.169.254/32" | |
} | |
], | |
"ToPort": 65535, | |
"IpProtocol": "tcp", | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"GroupName": "FancyTestGroupPublic", | |
"VpcId": "vpc-f1516b97", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-f8c78787" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "launch-wizard-14 created 2017-03-28T10:55:21.637-04:00", | |
"IpPermissions": [ | |
{ | |
"PrefixListIds": [], | |
"FromPort": 22, | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"ToPort": 22, | |
"IpProtocol": "tcp", | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"GroupName": "launch-wizard-14", | |
"VpcId": "vpc-d2d616b5", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-fc46c983" | |
}, | |
{ | |
"IpPermissionsEgress": [ | |
{ | |
"IpProtocol": "-1", | |
"PrefixListIds": [], | |
"IpRanges": [ | |
{ | |
"CidrIp": "0.0.0.0/0" | |
} | |
], | |
"UserIdGroupPairs": [], | |
"Ipv6Ranges": [] | |
} | |
], | |
"Description": "DeleteMeWhenWeAreDone", | |
"Tags": [ | |
{ | |
"Value": "tagdeletevalue", | |
"Key": "tagdeletekey" | |
} | |
], | |
"IpPermissions": [], | |
"GroupName": "Test-SG5", | |
"VpcId": "vpc-d2d616b5", | |
"OwnerId": "644160558196", | |
"GroupId": "sg-ff4a6582" | |
}, | |
{ | |
"status": "ACTIVE", | |
"endpoint": "https://79AAF73516079C082A720941891409BB.yl4.us-east-1.eks.amazonaws.com", | |
"name": "dev", | |
"certificateAuthority": { | |
"data": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUN5RENDQWJDZ0F3SUJBZ0lCQURBTkJna3Foa2lHOXcwQkFRc0ZBREFWTVJNd0VRWURWUVFERXdwcmRXSmwKY201bGRHVnpNQjRYRFRFNE1EWXhNVEUwTkRnd05Gb1hEVEk0TURZd09ERTBORGd3TkZvd0ZURVRNQkVHQTFVRQpBeE1LYTNWaVpYSnVaWFJsY3pDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBS080ClhLYVc2QXAxYTFIdVQxQmg4dlpyUTUwUnBVRzFrQU5SbXlGQVBxUzhKNmZBYjN6SzJIN0hoeGtwTHowdEdIQjkKY0dMcUZuL2JTNDRNQUtqSTJ2Wjk4Qko3RGhHYzVRSG5IeUR0Z29qbXBvTmV4YURGQmJ3UExia0YwTjNwTTI2Vgo3cEN1cEFkL2xBaTgydUdaMDFPQVc3U1VLRHgzZkRyTlVBaWFVY0hBY3lGVjVobmR1Y0VZVWNoRVpsdE1td2tMCndFMUY2cEpmakVkTWNhcTFsMkhTUVlNTW1teXk5K1h0ZVcxdEFVT296R2pmN1BrN2JHcHdiQ2ZvbVJEWFd2QkcKMEhia2JzOFprSGZic2R5Q05Zdi91QnFTaDJoVUhtSDlOaHpzQkdJUXpvVGd2RUdaYzFTRkJ4c09OcFVwUUxXbgpvTi9hRXY2QjJ0anUrbFpGbnhVQ0F3RUFBYU1qTUNFd0RnWURWUjBQQVFIL0JBUURBZ0trTUE4R0ExVWRFd0VCCi93UUZNQU1CQWY4d0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQkFDMVltSG04T2N5UURCTmtFczRlYnhNWXQ1MmgKSWNWUmtSQzAwUGZRcllEblkyZEo2dzV6OEUyOEN6R0JEdzduRGZJNlZOd201ci9TSmYxdnB6TGplMVdPYks1RAoxL1NyY3Mvc293cFVVTWowRVdZTkRuYnVlYk8wNmFCUDc2Wi9LZG1FWHZDU1FLTzJIbW92d1hpSDNIOGVJQmxZCkpWVCszTU5HaksyQ0RncjZ3MEdRSG5oU0o0Y01DYlpZUmZ1VWxFTmkvOXNCMk9yOHNlRWFUMHV1N1czN1BBMkUKZWlsdVZ0RCtmL055VEVYVllqeXpDQ21XZmV3aEhvSTFtRitoaEVKeXRmRlZHVlJZVUlXQm9qeWhrSHJRR3FWWApRdVc0SFdVUE9INUh4S0VxdTBPWW42aEZkVXFYbUY3T3JpNWRwODBUZ1ZHS0oxam9xZGZGUGsyYVZzUT0KLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQo=" | |
}, | |
"roleArn": "arn:aws:iam::644160558196:role/EKS-signaldancer-ServiceR-AWSServiceRoleForAmazonE-69A4RAE40IF6", | |
"resourcesVpcConfig": { | |
"subnetIds": [ | |
"subnet-3a334610", | |
"subnet-efbcccb7", | |
"subnet-914763e7" | |
], | |
"vpcId": "vpc-d2d616b5", | |
"securityGroupIds": [ | |
"sg-b796a2c0" | |
] | |
}, | |
"version": "1.10", | |
"arn": "arn:aws:eks:us-east-1:644160558196:cluster/dev", | |
"createdAt": { | |
"hour": 7, | |
"__class__": "datetime", | |
"month": 6, | |
"second": 49, | |
"microsecond": 25000, | |
"year": 2018, | |
"day": 11, | |
"minute": 41 | |
} | |
} | |
] |
This file contains hidden or 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
run test 1960 | |
hueristic compression: 22.86 | |
compress batch per addition: 22.99 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment