scopely-devops / skew

Apache License 2.0
243 stars 70 forks source link

Ec2 fixes #166

Closed tobHai closed 4 years ago

tobHai commented 4 years ago

Hi,

this PR updates the ARN pattern of an EC 2 address from arn:aws:ec2:eu-central-1:123456789012:elastic-ip/18.137.255.223 to arn:aws:ec2:eu-central-1:123456789012:elastic-ip/eipalloc-05ab22d4ddd56388a The current ARN pattern uses the AllocationId instead of the public IP.

Futhermore a small adaption to the enum spec of peering connection was required because the list returned is now called VpcPeeringConnections