return ec2Service.attachInternetGateway(attachInternetGateway);
}
@Override
public ReplaceRouteTableAssociationResponse replaceRouteTableAssociation(ReplaceRouteTableAssociation replaceRouteTableAssociation) {
AmazonEC2SkeletonInterface ec2Service = ServiceProvider.getInstance().getServiceImpl(AmazonEC2SkeletonInterface.class);
return ec2Service.replaceRouteTableAssociation(replaceRouteTableAssociation);
}