return ec2Service.createNetworkInterface(createNetworkInterface);
}
@Override
public RevokeSecurityGroupEgressResponse revokeSecurityGroupEgress(RevokeSecurityGroupEgress revokeSecurityGroupEgress) {
AmazonEC2SkeletonInterface ec2Service = ServiceProvider.getInstance().getServiceImpl(AmazonEC2SkeletonInterface.class);
return ec2Service.revokeSecurityGroupEgress(revokeSecurityGroupEgress);
}